X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Feeprom24xx%2Flists.py;h=2da72b5cb20aa1e4cd5ba2f995873437768cd674;hb=1dac69e9b0bc1d12c45d2a6e49b9890f29b744cb;hp=f9510d63762a92f7342b26113be9e610e8f78f47;hpb=4539e9ca58966ce3c9cad4801b16c315e86ace01;p=libsigrokdecode.git diff --git a/decoders/eeprom24xx/lists.py b/decoders/eeprom24xx/lists.py index f9510d6..2da72b5 100644 --- 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, + }, }