From 7b5df639850f248da957c3bd371da3604bf8de05 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 13 Oct 2014 17:11:37 +0200 Subject: Add a few avr_isp tests. --- decoder/test/avr_isp/test.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 decoder/test/avr_isp/test.conf (limited to 'decoder/test/avr_isp/test.conf') 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 -- cgit v1.2.3-54-g00ecf