blob: 849715604cd30c09ae77d65cd8b5df25e282e1e2 (
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_etmv3
protocol-decoder uart channel rx=4 option baudrate=8000000
protocol-decoder arm_tpiu option stream=2
protocol-decoder arm_etmv3
input arm_trace/stm32f105/trace_example.sr
output arm_etmv3 annotation match stm32f105/etmv3.output
|