AnyEvent-ITM
view release on metacpan or search on metacpan
bin/itm_read_nocolor view on Meta::CPAN
=head1 VERSION
version 0.100
=head1 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
bin/itm_read_simple view on Meta::CPAN
=head1 VERSION
version 0.100
=head1 SYNOPSIS
itm_read_simple openocd.itmlog
or directly run openocd with it:
itm_read_simple 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
( run in 0.649 second using v1.01-cache-2.11-cpan-5467b0d2c73 )