From b49bcbe9fd6bbc36874a6d763c07b97aca8df71f Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Fri, 25 Feb 2022 01:56:50 +0000 Subject: Remove inline-asm features from cortex-m-semihosting and panic-semihosting entirely --- cortex-m-semihosting/CHANGELOG.md | 1 + cortex-m-semihosting/Cargo.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'cortex-m-semihosting') diff --git a/cortex-m-semihosting/CHANGELOG.md b/cortex-m-semihosting/CHANGELOG.md index 38ee835..2b9c780 100644 --- a/cortex-m-semihosting/CHANGELOG.md +++ b/cortex-m-semihosting/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - Always use inline-asm, requiring Rust 1.59. +- Removed inline-asm feature. ## [v0.4.1] - 2020-10-20 diff --git a/cortex-m-semihosting/Cargo.toml b/cortex-m-semihosting/Cargo.toml index b539e13..32e980e 100644 --- a/cortex-m-semihosting/Cargo.toml +++ b/cortex-m-semihosting/Cargo.toml @@ -16,7 +16,6 @@ edition = "2021" rust-version = "1.59" [features] -inline-asm = [] jlink-quirks = [] no-semihosting = [] -- cgit v1.2.3