diff options
author | 2020-11-11 00:53:48 +0100 | |
---|---|---|
committer | 2020-11-11 00:53:48 +0100 | |
commit | 01d3ebb2f9323572158986fc88989146d3524ec5 (patch) | |
tree | 30a4f23cc4c2e73a72949b41fc230287d6333364 | |
parent | ce707f6da434161f715250aeca539b8317338349 (diff) | |
download | cortex-m-01d3ebb2f9323572158986fc88989146d3524ec5.tar.gz cortex-m-01d3ebb2f9323572158986fc88989146d3524ec5.tar.zst cortex-m-01d3ebb2f9323572158986fc88989146d3524ec5.zip |
panic-itm: update URLs
-rw-r--r-- | panic-itm/CHANGELOG.md | 12 | ||||
-rw-r--r-- | panic-itm/Cargo.toml | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/panic-itm/CHANGELOG.md b/panic-itm/CHANGELOG.md index 552b5f6..2d955cb 100644 --- a/panic-itm/CHANGELOG.md +++ b/panic-itm/CHANGELOG.md @@ -46,9 +46,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/japaric/panic-itm/compare/v0.4.1...HEAD -[v0.4.1]: https://github.com/japaric/panic-itm/compare/v0.4.0...v0.4.1 -[v0.4.0]: https://github.com/japaric/panic-itm/compare/v0.3.0...v0.4.0 -[v0.3.0]: https://github.com/japaric/panic-itm/compare/v0.2.0...v0.3.0 -[v0.2.0]: https://github.com/japaric/panic-itm/compare/v0.1.1...v0.2.0 -[v0.1.1]: https://github.com/japaric/panic-itm/compare/v0.1.0...v0.1.1 +[Unreleased]: https://github.com/rust-embedded/panic-itm/compare/v0.4.1...HEAD +[v0.4.1]: https://github.com/rust-embedded/panic-itm/compare/v0.4.0...v0.4.1 +[v0.4.0]: https://github.com/rust-embedded/panic-itm/compare/v0.3.0...v0.4.0 +[v0.3.0]: https://github.com/rust-embedded/panic-itm/compare/v0.2.0...v0.3.0 +[v0.2.0]: https://github.com/rust-embedded/panic-itm/compare/v0.1.1...v0.2.0 +[v0.1.1]: https://github.com/rust-embedded/panic-itm/compare/v0.1.0...v0.1.1 diff --git a/panic-itm/Cargo.toml b/panic-itm/Cargo.toml index e42d45a..23cf1f3 100644 --- a/panic-itm/Cargo.toml +++ b/panic-itm/Cargo.toml @@ -3,13 +3,13 @@ authors = [ "The Cortex-M Team <cortex-m@teams.rust-embedded.org>", "Jorge Aparicio <jorge@japaric.io>", ] -categories = ["no-std"] +categories = ["no-std", "embedded"] description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)" -documentation = "https://rust-embedded.github.io/panic-itm/panic_itm" +documentation = "https://docs.rs/panic-itm" keywords = ["panic-impl", "panic-handler", "ITM", "ARM", "Cortex-M"] license = "MIT OR Apache-2.0" name = "panic-itm" -repository = "https://github.com/rust-embedded/panic-itm" +repository = "https://github.com/rust-embedded/cortex-m" version = "0.4.1" [dependencies] |