blob: f77985cbb84c965500301ea023d7362502feb92f (
plain)
1
2
3
4
5
6
7
8
9
|
# Note: These tests are run without referencing the .elf file.
# This avoids adding a dependency to arm-none-eabi- tools for test runs.
# However, it also avoids testing the line / code lookup feature.
test stm32f105_itm
protocol-decoder uart channel rx=4 option baudrate=8000000
protocol-decoder arm_tpiu option stream=1
protocol-decoder arm_itm
input arm_trace/stm32f105/trace_example.sr
output arm_itm annotation match stm32f105/itm.output
|