]> sigrok.org Git - sigrok-test.git/commitdiff
swd: Add missing channels.
authorUwe Hermann <redacted>
Mon, 5 Jun 2017 22:42:47 +0000 (00:42 +0200)
committerUwe Hermann <redacted>
Mon, 5 Jun 2017 23:43:44 +0000 (01:43 +0200)
decoder/test/swd/test.conf

index 5b34640d94a291fae81d6c71e798d2df9e0ef408..95140bd416a5d633cda068967855bfbea60d41bb 100644 (file)
@@ -1,29 +1,29 @@
 test ftdi_openocd_init_write_0xabbabeeb
-       protocol-decoder swd
+       protocol-decoder swd channel swclk=0 channel swdio=1
        input swd/ftdi_openocd/init_write_0xabbabeeb.sr
        output swd annotation match ftdi_openocd/init_write_0xabbabeeb.output
        output swd python match ftdi_openocd/init_write_0xabbabeeb.python
 
 test ftdi_openocd_init_noreply
-       protocol-decoder swd
+       protocol-decoder swd channel swclk=0 channel swdio=1
        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
+       protocol-decoder swd channel swclk=0 channel swdio=1
        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
+       protocol-decoder swd channel swclk=0 channel swdio=1
        input swd/stlink_openocd/init_write_0xabbabeeb.sr
        output swd annotation match stlink_openocd/init_write_0xabbabeeb.output
        output swd python match stlink_openocd/init_write_0xabbabeeb.python
 
 test stlink_wait_retry
-       protocol-decoder swd
+       protocol-decoder swd channel swclk=0 channel swdio=1
        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
@@ -31,7 +31,7 @@ test stlink_wait_retry
 # With the strict_start option set, this capture doesn't include a LINERESET
 # so output is empty.
 test stlink_wait_retry
-       protocol-decoder swd option strict_start=yes
+       protocol-decoder swd channel swclk=0 channel swdio=1 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