X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Feeprom24xx%2Flists.py;h=2da72b5cb20aa1e4cd5ba2f995873437768cd674;hb=b197383cfb39b39ff04644855eef57f5d3c18bc1;hp=ff4b3ed7cc797175e4122e61bea8e5b2f6dbf0db;hpb=c4d5221077ef95488325dd104a806eadb5b5f13b;p=libsigrokdecode.git diff --git a/decoders/eeprom24xx/lists.py b/decoders/eeprom24xx/lists.py index ff4b3ed..2da72b5 100644 --- a/decoders/eeprom24xx/lists.py +++ b/decoders/eeprom24xx/lists.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## # @@ -168,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, + }, }