aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-12-02 11:55:24 +0000
committerGravatar GitHub <noreply@github.com> 2020-12-02 11:55:24 +0000
commit878b686d51b3a782c34bb7824c2f743ccd7f41d1 (patch)
tree72c1224ea5fa2cde0478eb96d27ff06503c79046 /cortex-m-semihosting
parent187cdcfa005aac8e681c549aaed2797b228142a6 (diff)
parentc706e14b94c2a01229ef9da23c1eacd61e4f5749 (diff)
downloadcortex-m-878b686d51b3a782c34bb7824c2f743ccd7f41d1.tar.gz
cortex-m-878b686d51b3a782c34bb7824c2f743ccd7f41d1.tar.zst
cortex-m-878b686d51b3a782c34bb7824c2f743ccd7f41d1.zip
Merge #300
300: Update c-m-sh changelog for 0.3.6 r=jonas-schievink a=adamgreig Copied from https://github.com/rust-embedded/cortex-m-semihosting/pull/61 Co-authored-by: Adam Greig <adam@adamgreig.com>
Diffstat (limited to 'cortex-m-semihosting')
-rw-r--r--cortex-m-semihosting/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/cortex-m-semihosting/CHANGELOG.md b/cortex-m-semihosting/CHANGELOG.md
index 25ee2b0..861426d 100644
--- a/cortex-m-semihosting/CHANGELOG.md
+++ b/cortex-m-semihosting/CHANGELOG.md
@@ -15,6 +15,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Merge `HStdout` and `HStderr` into one type: `HostStream`
- Support cortex-m v0.7
+## [v0.3.6] - 2020-12-01
+
+### Added
+
+- Update cortex-m dependency to support version 0.7.
+- Add `no-semihosting` feature to disable all semihosting calls.
+
## [v0.3.5] - 2019-08-29
### Added
@@ -122,6 +129,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.1...HEAD
[v0.4.1]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.0...c-m-sh-v0.4.1
[v0.4.0]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...c-m-sh-v0.4.0
+[v0.3.6]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...v0.3.6
[v0.3.5]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.4...v0.3.5
[v0.3.4]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.2...v0.3.3