Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
/ itm Public archive

Tool to parse and dump ITM packets

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rust-embedded/itm

crates.io crates.io

itm

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.

How to install itmdump

# Install `itmdump` tool
$ cargo install itm

# Check installation
$ itmdump --version

Minimum Supported Rust Version (MSRV)

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.

License

Licensed under either of

at your option.

Contribution

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.

Code of Conduct

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.