Skip to content

Commit d0a94ce

Browse files
bors[bot]adamgreig
andauthored
Merge #293
293: Build panic-semihosting for embedded target. Prepares v0.5.5. Closes #287. r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents 289daf9 + c4180df commit d0a94ce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

panic-semihosting/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.5.5] - 2020-11-14
11+
12+
- Update docs.rs to build for an embedded target
13+
1014
## [v0.5.4] - 2020-10-14
1115

1216
- Moved into cortex-m repository
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6165

6266
Initial release
6367

64-
[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.5.4...HEAD
68+
[Unreleased]: https://github.com/rust-embedded/panic-semihosting/compare/p-sh-v0.5.5...HEAD
69+
[v0.5.5]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.4...p-sh-v0.5.5
6570
[v0.5.4]: https://github.com/rust-embedded/cortex-m/compare/p-sh-v0.5.3...p-sh-v0.5.4
6671
[v0.5.3]: https://github.com/rust-embedded/panic-semihosting/compare/v0.5.2...v0.5.3
6772
[v0.5.2]: https://github.com/rust-embedded/panic-semihosting/compare/v0.5.1...v0.5.2

panic-semihosting/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["panic-handler", "panic-impl", "panic", "semihosting"]
1010
license = "MIT OR Apache-2.0"
1111
name = "panic-semihosting"
1212
repository = "https://github.com/rust-embedded/cortex-m"
13-
version = "0.5.4"
13+
version = "0.5.5"
1414

1515
[dependencies]
1616
cortex-m = { path = "..", version = ">= 0.5.6, < 0.8" }
@@ -20,3 +20,6 @@ cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.3, <
2020
exit = []
2121
inline-asm = ["cortex-m-semihosting/inline-asm", "cortex-m/inline-asm"]
2222
jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]
23+
24+
[package.emtadata.docs.rs]
25+
targets = ["thumbv6m-none-eabi"]

0 commit comments

Comments
 (0)