Skip to content

Commit

Permalink
Remove inline-asm features from cortex-m-semihosting and panic-semiho…
Browse files Browse the repository at this point in the history
…sting entirely
  • Loading branch information
adamgreig committed Feb 25, 2022
1 parent 3e8a5be commit b49bcbe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions cortex-m-semihosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion cortex-m-semihosting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ edition = "2021"
rust-version = "1.59"

[features]
inline-asm = []
jlink-quirks = []
no-semihosting = []

Expand Down
1 change: 1 addition & 0 deletions panic-semihosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

- Always use inline-asm, requiring Rust 1.59.
- Remove inline-asm feature.

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

Expand Down
1 change: 0 additions & 1 deletion panic-semihosting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.3, <

[features]
exit = []
inline-asm = []
jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit b49bcbe

Please sign in to comment.