summaryrefslogtreecommitdiff
path: root/decoder/test/swd/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2015-12-25 17:23:36 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2015-12-27 23:03:43 +0100
commit7974d8f42cc1629aa852b9c535b718d4fc8773e0 (patch)
tree7b699c35042ebd542da2f56b3226b5a59422fcbe /decoder/test/swd/test.conf
parentdd9648d4c3235317cb8b36c88448f5f14c738a6b (diff)
downloadsigrok-test-7974d8f42cc1629aa852b9c535b718d4fc8773e0.tar.gz
sigrok-test-7974d8f42cc1629aa852b9c535b718d4fc8773e0.zip
Add OUTPUT_PYTHON test-cases for all PDs.
Diffstat (limited to 'decoder/test/swd/test.conf')
-rw-r--r--decoder/test/swd/test.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/decoder/test/swd/test.conf b/decoder/test/swd/test.conf
index 956fdc7..5b34640 100644
--- a/decoder/test/swd/test.conf
+++ b/decoder/test/swd/test.conf
@@ -8,11 +8,13 @@ test ftdi_openocd_init_noreply
protocol-decoder swd
input swd/ftdi_openocd/init_noreply.sr
output swd annotation match ftdi_openocd/init_noreply.output
+ output swd python match ftdi_openocd/init_noreply.python
test ftdi_openocd_init_wait_fault
protocol-decoder swd
input swd/ftdi_openocd/init_wait_fault.sr
output swd annotation match ftdi_openocd/init_wait_fault.output
+ output swd python match ftdi_openocd/init_wait_fault.python
test stlink_init_write_0xabbabeeb
protocol-decoder swd
@@ -24,6 +26,7 @@ test stlink_wait_retry
protocol-decoder swd
input swd/stlink_openocd/wait_retry.sr
output swd annotation match stlink_openocd/wait_retry.output
+ output swd python match stlink_openocd/wait_retry.python
# With the strict_start option set, this capture doesn't include a LINERESET
# so output is empty.
@@ -31,3 +34,4 @@ test stlink_wait_retry
protocol-decoder swd option strict_start=yes
input swd/stlink_openocd/wait_retry.sr
output swd annotation match stlink_openocd/empty.output
+ output swd python match stlink_openocd/empty.python