X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETCC.py;h=8c0088af42e54234a25a47e55b8b761b41d017cb;hp=22df10271c0abfbdfc50a5330eabf857ecd861b8;hb=89dcbd9639a5df44a0fb5407ed621b81bcefe392;hpb=586e50d09b9c31458248b524b4618a2baf898e19 diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index 22df102..8c0088a 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -705,8 +705,10 @@ class GoodFETCC(GoodFET): 0x8900:"cc2431", 0x8100:"cc2510", 0x9100:"cc2511", - 0xA500:"cc2530", #page 52 of SWRU191 + 0xA500:"cc2530", #page 57 of SWRU191B 0xB500:"cc2531", + 0x9500:"CC2533", + 0x8D00:"CC2540", 0xFF00:"CCmissing"}; CCpagesizes={0x01: 1024, #"CC1110", 0x11: 1024, #"CC1111", @@ -714,8 +716,10 @@ class GoodFETCC(GoodFET): 0x89: 2048, #"CC2431", 0x81: 1024, #"CC2510", 0x91: 1024, #"CC2511", - 0xA5: 2048, #"CC2530", #page 52 of SWRU191 + 0xA5: 2048, #"CC2530", #page 57 of SWRU191B 0xB5: 2048, #"CC2531", + 0x95: 2048, #"CC2533", + 0x8D: 2048, #"CC2540", 0xFF: 0 } #"CCmissing"}; def infostring(self): return self.CCidentstr();