summaryrefslogtreecommitdiff
path: root/decoder/test/eeprom24xx/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2015-08-06 19:35:18 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2015-08-06 19:35:18 +0200
commitbeaf4d52f025383785ad5fd48333579765773b9f (patch)
tree6720a891bc6956eab7153f59f735c43fbd2a856c /decoder/test/eeprom24xx/test.conf
parent9d3688bf20b42cb59a734f349df34b1ce326a791 (diff)
downloadsigrok-test-beaf4d52f025383785ad5fd48333579765773b9f.tar.gz
sigrok-test-beaf4d52f025383785ad5fd48333579765773b9f.zip
eeprom24xx: Add some test-cases.
Diffstat (limited to 'decoder/test/eeprom24xx/test.conf')
-rw-r--r--decoder/test/eeprom24xx/test.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/decoder/test/eeprom24xx/test.conf b/decoder/test/eeprom24xx/test.conf
new file mode 100644
index 0000000..f1b13aa
--- /dev/null
+++ b/decoder/test/eeprom24xx/test.conf
@@ -0,0 +1,27 @@
+test lcsoft-mini-board-fx2-init
+ protocol-decoder i2c channel scl=1 channel sda=0
+ protocol-decoder eeprom24xx
+ stack i2c eeprom24xx
+ input i2c/eeprom_24xx/atmel_at24c128/lcsoft-mini-board-fx2-init.sr
+ output eeprom24xx annotation match lcsoft-mini-board-fx2-init.output
+
+test amfpga-cpld-board-fx2-init
+ protocol-decoder i2c channel scl=0 channel sda=1
+ protocol-decoder eeprom24xx
+ stack i2c eeprom24xx
+ input i2c/eeprom_24xx/microchip_24lc64/amfpga-cpld-board-fx2-init.sr
+ output eeprom24xx annotation match amfpga-cpld-board-fx2-init.output
+
+test sla24c02-s-3_powerup
+ protocol-decoder i2c channel scl=5 channel sda=4
+ protocol-decoder eeprom24xx
+ stack i2c eeprom24xx
+ input i2c/eeprom_24xx/siemens_sla24c02-s-3/sla24c02-s-3_powerup.sr
+ output eeprom24xx annotation match sla24c02-s-3_powerup.output
+
+test st_m24c02_powerup_and_reset
+ protocol-decoder i2c channel scl=5 channel sda=4
+ protocol-decoder eeprom24xx
+ stack i2c eeprom24xx
+ input i2c/eeprom_24xx/st_m24c02/st_m24c02_powerup_and_reset.sr
+ output eeprom24xx annotation match st_m24c02_powerup_and_reset.output