summaryrefslogtreecommitdiff
path: root/decoder/test/counter
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2018-01-06 11:12:52 +0100
committerGerhard Sittig <gerhard.sittig@gmx.net>2018-01-06 11:12:52 +0100
commit3f0b1d31e4c2e5965e1ca795f673b1ddd1220a2d (patch)
treeecb1b3e86d45b84aaa6d84259d8dec5a761b104d /decoder/test/counter
parent0b8c51747971e21861e2111fc369155d77aed58b (diff)
downloadsigrok-test-3f0b1d31e4c2e5965e1ca795f673b1ddd1220a2d.tar.gz
sigrok-test-3f0b1d31e4c2e5965e1ca795f673b1ddd1220a2d.zip
counter: adjust test config for renamed 'data_edge' option
Diffstat (limited to 'decoder/test/counter')
-rw-r--r--decoder/test/counter/test.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/decoder/test/counter/test.conf b/decoder/test/counter/test.conf
index 6cd5765..ca759e5 100644
--- a/decoder/test/counter/test.conf
+++ b/decoder/test/counter/test.conf
@@ -1,34 +1,34 @@
test 9bit_spi_rising
- protocol-decoder counter channel data=2 option edge=rising
+ protocol-decoder counter channel data=2 option data_edge=rising
input spi/wordwidths/9bit_spi.sr
output counter annotation match 9bit_spi_rising.output
test 9bit_spi_falling
- protocol-decoder counter channel data=2 option edge=falling
+ protocol-decoder counter channel data=2 option data_edge=falling
input spi/wordwidths/9bit_spi.sr
output counter annotation match 9bit_spi_falling.output
test 9bit_spi_any
- protocol-decoder counter channel data=2 option edge=any
+ protocol-decoder counter channel data=2 option data_edge=any
input spi/wordwidths/9bit_spi.sr
output counter annotation match 9bit_spi_any.output
test 9bit_spi_rising_2bit_words
- protocol-decoder counter channel data=2 option edge=rising option divider=2
+ protocol-decoder counter channel data=2 option data_edge=rising option divider=2
input spi/wordwidths/9bit_spi.sr
output counter annotation match 9bit_spi_rising_2bit_words.output
test 9bit_spi_rising_9bit_words
- protocol-decoder counter channel data=2 option edge=rising option divider=9
+ protocol-decoder counter channel data=2 option data_edge=rising option divider=9
input spi/wordwidths/9bit_spi.sr
output counter annotation match 9bit_spi_rising_9bit_words.output
test 9bit_spi_rising_18bit_words
- protocol-decoder counter channel data=2 option edge=rising option divider=18
+ protocol-decoder counter channel data=2 option data_edge=rising option divider=18
input spi/wordwidths/9bit_spi.sr
output counter annotation match 9bit_spi_rising_18bit_words.output
test nrf24l01_communication_tx_8bit_words_reset
- protocol-decoder counter channel data=1 channel reset=0 option edge=rising option divider=8
+ protocol-decoder counter channel data=1 channel reset=0 option data_edge=rising option divider=8
input spi/nrf24l01/nrf24l01-communication-tx.sr
output counter annotation match nrf24l01_communication_tx_8bit_words_reset.output