This crate is now deprecated, please refer to rtic-scope/itm instead.
See #589 for details.
Versions of itm
on crates.io after 0.4 refer to the rtic-scope repository
and include a new itm-decode command-line utility.
Original README:
A Rust crate and tool
itmdump
to parse and dump ARM ITM packets.
This project is developed and maintained by the Cortex-M team.
# Install `itmdump` tool
$ cargo install itm
# Check installation
$ itmdump --version
This crate is guaranteed to compile on stable Rust 1.31.0 and up. It might compile with older versions but that may change in any new patch release.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Contribution to this crate is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the Cortex-M team, promises to intervene to uphold that code of conduct.