From: fenugrec Date: Mon, 20 Mar 2017 22:56:25 +0000 (-0400) Subject: eeprom24xx: add Xicor X24C02 variant X-Git-Tag: libsigrokdecode-0.5.0~50 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=e125d0f74b7a5d23354d45ab114da82ec2532423;p=libsigrokdecode.git eeprom24xx: add Xicor X24C02 variant --- diff --git a/decoders/eeprom24xx/lists.py b/decoders/eeprom24xx/lists.py old mode 100644 new mode 100755 index f9510d6..2da72b5 --- a/decoders/eeprom24xx/lists.py +++ b/decoders/eeprom24xx/lists.py @@ -167,4 +167,16 @@ chips = { 'addr_pins': 3, # Called E0, E1, E2 on this chip. 'max_speed': 400, }, + + # Xicor + 'xicor_x24c02': { + 'vendor': 'Xicor', + 'model': 'X24C02', + 'size': 256, + 'page_size': 4, + 'page_wraparound': True, + 'addr_bytes': 1, + 'addr_pins': 3, + 'max_speed': 100, + }, }