From: whitequark Date: Mon, 21 May 2018 15:55:19 +0000 (+0000) Subject: Add ON Semi CAT24C256, CAT24M01. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=e8c72a33bf80922196ad4b5845d97ec524988fd9 Add ON Semi CAT24C256, CAT24M01. --- diff --git a/decoders/eeprom24xx/lists.py b/decoders/eeprom24xx/lists.py index 2da72b5..c6ee63d 100644 --- a/decoders/eeprom24xx/lists.py +++ b/decoders/eeprom24xx/lists.py @@ -124,6 +124,28 @@ chips = { 'max_speed': 400, }, + # ON Semiconductor + 'onsemi_cat24c256': { + 'vendor': 'ON Semiconductor', + 'model': 'CAT24C256', + 'size': 32 * 1024, + 'page_size': 64, + 'page_wraparound': True, + 'addr_bytes': 2, + 'addr_pins': 3, + 'max_speed': 1000, + }, + 'onsemi_cat24m01': { + 'vendor': 'ON Semiconductor', + 'model': 'CAT24M01', + 'size': 128 * 1024, + 'page_size': 256, + 'page_wraparound': True, + 'addr_bytes': 2, + 'addr_pins': 2, # Pin A0 not connected + 'max_speed': 1000, + }, + # Siemens 'siemens_slx_24c01': { 'vendor': 'Siemens',