summaryrefslogtreecommitdiff
path: root/decoder/test/avr_isp/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-10-13 17:11:37 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-10-13 17:11:37 +0200
commit7b5df639850f248da957c3bd371da3604bf8de05 (patch)
tree3c1f565d572eddc6d9b148823168cb56c57bf573 /decoder/test/avr_isp/test.conf
parente204a5d0898a8d1bd0f0a9c0670f8509cbe3de33 (diff)
downloadsigrok-test-7b5df639850f248da957c3bd371da3604bf8de05.tar.gz
sigrok-test-7b5df639850f248da957c3bd371da3604bf8de05.zip
Add a few avr_isp tests.
Diffstat (limited to 'decoder/test/avr_isp/test.conf')
-rw-r--r--decoder/test/avr_isp/test.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/decoder/test/avr_isp/test.conf b/decoder/test/avr_isp/test.conf
new file mode 100644
index 0000000..f164fcc
--- /dev/null
+++ b/decoder/test/avr_isp/test.conf
@@ -0,0 +1,20 @@
+test atmega88_scan
+ protocol-decoder spi channel cs=1 channel clk=2 channel mosi=0 channel miso=3
+ protocol-decoder avr_isp
+ stack spi avr_isp
+ input avr_isp/atmega88/isp_atmega88_scan.sr
+ output avr_isp annotation match atmega88_scan.output
+
+test atmega88_erase_chip
+ protocol-decoder spi channel cs=1 channel clk=2 channel mosi=0 channel miso=3
+ protocol-decoder avr_isp
+ stack spi avr_isp
+ input avr_isp/atmega88/isp_atmega88_erase_chip.sr
+ output avr_isp annotation match atmega88_erase_chip.output
+
+test atmega88_read_lfuse
+ protocol-decoder spi channel cs=1 channel clk=2 channel mosi=0 channel miso=3
+ protocol-decoder avr_isp
+ stack spi avr_isp
+ input avr_isp/atmega88/isp_atmega88_read_lfuse.sr
+ output avr_isp annotation match atmega88_read_lfuse.output