NAME
itm_read_nocolor - Simple ITM Reader (No Color)
VERSION
version 0.100
SYNOPSIS
itm_read_nocolor openocd.itmlog
or directly run openocd with it:
itm_read_nocolor openocd.itmlog openocd.itmlog openocd -c "program main.bin verify reset 0x08000000; reset run;"
In the openocd.cfg (for a 72MHz ARM)
itm ports on
tpiu config internal openocd.itmlog uart off 72000000
Best is to make a fifo for the exchange (more stable)
mkfifo openocd.itmlog
DESCRIPTION
Displays ITM/SWO Debugging data.
SUPPORT
Repository
https://github.com/Getty/p5-anyevent-itm
Pull request and additional contributors are welcome
Issue Tracker
https://github.com/Getty/p5-anyevent-itm/issues
SUPPORT
Source Code
The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)
https://github.com/Getty/p5-anyevent-itm
git clone https://github.com/Getty/p5-anyevent-itm.git
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.