aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2020-10-14 23:27:20 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2020-10-14 23:35:01 +0100
commit81ab508769e5341176022e23068deae5b737e64b (patch)
tree3203ba69d1d365bc05dc99531088508ea1cecaf0 /cortex-m-semihosting
parent55d67fad459aac4d9f14571f305a8983f36138cb (diff)
downloadcortex-m-81ab508769e5341176022e23068deae5b737e64b.tar.gz
cortex-m-81ab508769e5341176022e23068deae5b737e64b.tar.zst
cortex-m-81ab508769e5341176022e23068deae5b737e64b.zip
Bump versions of c-m-sh and panic-sh
Diffstat (limited to 'cortex-m-semihosting')
-rw-r--r--cortex-m-semihosting/CHANGELOG.md7
-rw-r--r--cortex-m-semihosting/Cargo.toml4
2 files changed, 8 insertions, 3 deletions
diff --git a/cortex-m-semihosting/CHANGELOG.md b/cortex-m-semihosting/CHANGELOG.md
index aa7cb9b..0abe647 100644
--- a/cortex-m-semihosting/CHANGELOG.md
+++ b/cortex-m-semihosting/CHANGELOG.md
@@ -5,7 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [v0.4.0] - 2020-10-14
+
+- Moved into cortex-m repository
- Merge `HStdout` and `HStderr` into one type: `HostStream`
+- Support cortex-m v0.7
## [v0.3.5] - 2019-08-29
@@ -111,7 +115,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial release
-[Unreleased]: https://github.com/rust-embedded/cortex-m-semihosting/compare/v0.3.5...HEAD
+[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.4.0...HEAD
+[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.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
diff --git a/cortex-m-semihosting/Cargo.toml b/cortex-m-semihosting/Cargo.toml
index 8eb28b0..368e0f1 100644
--- a/cortex-m-semihosting/Cargo.toml
+++ b/cortex-m-semihosting/Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-semihosting"
readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-m"
-version = "0.3.5"
+version = "0.4.0"
edition = "2018"
[features]
@@ -19,4 +19,4 @@ jlink-quirks = []
no-semihosting = []
[dependencies]
-cortex-m = { path = "..", version = ">= 0.5.8, < 0.7" }
+cortex-m = { path = "..", version = ">= 0.5.8, < 0.8" }
'jarred/strong'>jarred/strong Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/docs/api/hashing.md (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Fix wasm buildGravatar Jarred Sumner 1-1/+5
2023-08-10async realpath (#4117)Gravatar Jarred Sumner 6-58/+184
2023-08-10Remove assertionGravatar Jarred Sumner 1-3/+0
2023-08-10More lazily initialize these static stringsGravatar Jarred Sumner 1-5/+7
2023-08-10don't check for trailing slash, var streamGravatar Dylan Conway 3-9/+9
2023-08-10run files without extensions (#4113)Gravatar Dylan Conway 4-11/+46
2023-08-10Fix memory leak in base64url (#4111)Gravatar Jarred Sumner 1-2/+2
2023-08-10Handle thundering herd of setInterval (#4109)Gravatar Jarred Sumner 1-2/+17
2023-08-10fs.zig: create temp files with 0o700, not 0o007 (#4107)Gravatar Adhityaa Chandrasekar 1-1/+1
2023-08-10Update remix guideGravatar Colin McDonnell 1-2/+4
2023-08-10zig fmtGravatar Jarred Sumner 1-4/+4
2023-08-10Fixes #4062 (#4106)Gravatar Jarred Sumner 8-26/+87
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 3-13/+311
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 3-9/+30
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1