From: Uwe Hermann Date: Fri, 23 Aug 2019 11:04:56 +0000 (+0200) Subject: mrf24j40: Update due to recent PD and directory changes. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=commitdiff_plain;h=1751d2cb7a11f6e64af27a241d15eeea9578acaf mrf24j40: Update due to recent PD and directory changes. --- diff --git a/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output b/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output index e6fb9a7..b417452 100644 --- a/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output +++ b/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output @@ -39,6 +39,7 @@ 184949-185077 mrf24j40: lwrite: "TX:0x1e: 0x0" 185154-185282 mrf24j40: lwrite: "TX:0x1f: 0x0" 185359-185487 mrf24j40: lwrite: "TX:0x20: 0x0" +178240-185487 mrf24j40: tx-frame: "TX frame: 09 1F 61 88 C5 FE CA 01 00 11 11 78 23 26 04 5B 00 00 27 64 96 00 00 28 1E 00 00 00 00 00 00 00 00" 185568-185643 mrf24j40: swrite: "TXNCON: 0x5" 223979-224054 mrf24j40: sread: "INTSTAT: 0x41" 224134-224209 mrf24j40: sread: "TXSTAT: 0x0" diff --git a/decoder/test/mrf24j40/test.conf b/decoder/test/mrf24j40/test.conf index 92b52d4..2c64a02 100644 --- a/decoder/test/mrf24j40/test.conf +++ b/decoder/test/mrf24j40/test.conf @@ -2,12 +2,12 @@ test mrf24j40-reset-wakeup protocol-decoder spi channel cs=5 channel clk=3 channel mosi=2 channel miso=4 protocol-decoder mrf24j40 stack spi mrf24j40 - input spi/mrf24j40/mrf24j40-reset-wakeup.sr + input spi/mrf24j40/sensormote/mrf24j40-reset-wakeup.sr output mrf24j40 annotation match mrf24j40-reset-wakeup.output test mrf24j40-wake-tx-ack protocol-decoder spi channel cs=5 channel clk=3 channel mosi=2 channel miso=4 protocol-decoder mrf24j40 stack spi mrf24j40 - input spi/mrf24j40/mrf24j40-wake-tx-ack.sr + input spi/mrf24j40/sensormote/mrf24j40-wake-tx-ack.sr output mrf24j40 annotation match mrf24j40-wake-tx-ack.output