diff options
author | Jens Steinhauser <jens.steinhauser@gmail.com> | 2014-10-19 21:34:23 +0200 |
---|---|---|
committer | Jens Steinhauser <jens.steinhauser@gmail.com> | 2014-10-19 22:02:04 +0200 |
commit | 7671c7ddb4703ff357c0563177e4af7755a232a3 (patch) | |
tree | a86c04d48782d0913b91f1eb376cf51fc9bea3f7 /decoder/test/nrf24l01 | |
parent | 17d8e99f3b5660d8c3da4bed5908eb6b1d37f204 (diff) | |
download | sigrok-test-7671c7ddb4703ff357c0563177e4af7755a232a3.tar.gz sigrok-test-7671c7ddb4703ff357c0563177e4af7755a232a3.zip |
nrf24l01: Make sure that no warnings are generated.
Diffstat (limited to 'decoder/test/nrf24l01')
-rw-r--r-- | decoder/test/nrf24l01/empty.output | 0 | ||||
-rw-r--r-- | decoder/test/nrf24l01/test.conf | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/decoder/test/nrf24l01/empty.output b/decoder/test/nrf24l01/empty.output new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/decoder/test/nrf24l01/empty.output diff --git a/decoder/test/nrf24l01/test.conf b/decoder/test/nrf24l01/test.conf index 252b7d2..cbe0b04 100644 --- a/decoder/test/nrf24l01/test.conf +++ b/decoder/test/nrf24l01/test.conf @@ -12,6 +12,7 @@ test communication-rx stack spi nrf24l01 input spi/nrf24l01/nrf24l01-communication-rx.sr output nrf24l01 annotation class rx-data match nrf24l01_communication_rx.output + output nrf24l01 annotation class warning match empty.output test communication-tx protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2 channel miso=3 @@ -19,6 +20,7 @@ test communication-tx stack spi nrf24l01 input spi/nrf24l01/nrf24l01-communication-tx.sr output nrf24l01 annotation class tx-data match nrf24l01_communication_tx.output + output nrf24l01 annotation class warning match empty.output test excess-bytes protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2 channel miso=3 @@ -33,6 +35,7 @@ test incomplete-cmd stack spi nrf24l01 input spi/nrf24l01/nrf24l01-test-incomplete-cmd.sr output nrf24l01 annotation class cmd match nrf24l01_incomplete_cmd_cmd.output + output nrf24l01 annotation class warning match empty.output test misc protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2 channel miso=3 @@ -57,6 +60,7 @@ test no-command stack spi nrf24l01 input spi/nrf24l01/nrf24l01-test-no-command.sr output nrf24l01 annotation class register match nrf24l01_no_command_register.output + output nrf24l01 annotation class warning match empty.output test no-cs protocol-decoder spi channel clk=1 channel mosi=2 channel miso=3 |