itm
itm copied to clipboard
Tool to parse and dump ITM packets
I recently published [itm-decode](https://github.com/tmplt/itm-decode) before stumbling upon this crate just now. Comparing the two after a cursory dive, `itm` seems a bit more general with its application of traits; `itm-decode`...
Hi, I am working with The Discovery Book and almost completed it. The task I am working on is to get the sensors readings from the itm.txt file and POST...
I think that the `Cargo.lock` file that's published with the 0.3.1 release commit is out of date as I'm running into problems packaging this tool at that version for `nixpkgs`:...
I'm trying to figure out how to add a feature to `itmdump`, which would imply knowing where the source is. Directions and the readme suggest that it is here --...