The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

itm_read_simple - Simple ITM Reader

VERSION

version 0.003

SYNOPSIS

  itm_read_simple openocd.itmlog

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 in colored form.

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

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.