From e9ee3df644e8f36e3a06db2e5dacdd2604416e87 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 2 Sep 2015 00:56:08 +0200 Subject: jtag_stm32: Add a few test-cases. --- decoder/test/jtag_stm32/test.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 decoder/test/jtag_stm32/test.conf (limited to 'decoder/test/jtag_stm32/test.conf') diff --git a/decoder/test/jtag_stm32/test.conf b/decoder/test/jtag_stm32/test.conf new file mode 100644 index 0000000..6af0db0 --- /dev/null +++ b/decoder/test/jtag_stm32/test.conf @@ -0,0 +1,13 @@ +test olimex_stm32-h103_irscan_drscan + protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2 + protocol-decoder jtag_stm32 + stack jtag jtag_stm32 + input jtag/olimex_stm32-h103/olimex_stm32-h103_irscan_drscan.sr + output jtag_stm32 annotation match olimex_stm32-h103_irscan_drscan.output + +test olimex_stm32-h103_idle + protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2 + protocol-decoder jtag_stm32 + stack jtag jtag_stm32 + input jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr + output jtag_stm32 annotation match olimex_stm32-h103_idle.output -- cgit v1.2.3-54-g00ecf