summaryrefslogtreecommitdiff
path: root/decoder/test/avr_isp/test.conf
diff options
context:
space:
mode:
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