From 89dcbd9639a5df44a0fb5407ed621b81bcefe392 Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 1 Feb 2011 20:24:59 +0000 Subject: [PATCH] Added list entries for CC2533 and CC2540. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@865 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETCC.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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(); -- 2.20.1