https://github.com/doumanash/cortex-m-log
Logging facilities for Cortex-m
https://github.com/doumanash/cortex-m-log
cortex-m itm no-std rust semihosting
Last synced: 3 months ago
JSON representation
Logging facilities for Cortex-m
- Host: GitHub
- URL: https://github.com/doumanash/cortex-m-log
- Owner: DoumanAsh
- License: other
- Created: 2018-05-15T06:33:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T00:34:22.000Z (over 2 years ago)
- Last Synced: 2025-03-17T09:45:33.489Z (3 months ago)
- Topics: cortex-m, itm, no-std, rust, semihosting
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cortex-m-log

[](https://crates.io/crates/cortex-m-log)
[](https://docs.rs/crate/cortex-m-log/)
[](https://deps.rs/repo/github/DoumanAsh/cortex-m-log)Logging facilities for Cortex-M processors
## Available features
- `log-integration` - Enables [log](https://github.com/rust-lang-nursery/log) integration
- `semihosting` - Enables facilities for [cortex-m-semihosting](https://github.com/japaric/cortex-m-semihosting).
- `itm` - Enables ITM destination for logging (not available on Cortex-M0 microcontrollers)## Maintenance note
Please note that at the current moment I'm no longer working with cortex chips and unlikely to work on improving this crate further.
If you wish to take over, please let me know and I'll consider giving full rights to access this crate.