From 22cb0033110687e53ee42440db8fbcf146e81900 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 22 Aug 2015 18:23:05 +0200 Subject: arm_tpiu: Add a test-case. --- decoder/test/arm_tpiu/test.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 decoder/test/arm_tpiu/test.conf (limited to 'decoder/test/arm_tpiu/test.conf') diff --git a/decoder/test/arm_tpiu/test.conf b/decoder/test/arm_tpiu/test.conf new file mode 100644 index 0000000..a8e751e --- /dev/null +++ b/decoder/test/arm_tpiu/test.conf @@ -0,0 +1,8 @@ +# 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 + input arm_trace/stm32f105/trace_example.sr + output arm_tpiu annotation match stm32f105/etmv3.output -- cgit v1.2.3-54-g00ecf