The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

itm_read_nocolor - Simple ITM Reader (No Color)

VERSION

version 0.003

SYNOPSIS

  itm_read_nocolor 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.

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.