Skip to content

Commit b49bcbe

Browse files
committed
Remove inline-asm features from cortex-m-semihosting and panic-semihosting entirely
1 parent 3e8a5be commit b49bcbe

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

cortex-m-semihosting/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
## [Unreleased]
77

88
- Always use inline-asm, requiring Rust 1.59.
9+
- Removed inline-asm feature.
910

1011
## [v0.4.1] - 2020-10-20
1112

cortex-m-semihosting/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ edition = "2021"
1616
rust-version = "1.59"
1717

1818
[features]
19-
inline-asm = []
2019
jlink-quirks = []
2120
no-semihosting = []
2221

panic-semihosting/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010
- Always use inline-asm, requiring Rust 1.59.
11+
- Remove inline-asm feature.
1112

1213
## [v0.5.6] - 2020-11-14
1314

panic-semihosting/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.3, <
2020

2121
[features]
2222
exit = []
23-
inline-asm = []
2423
jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]
2524

2625
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)