Support for the MSP430F23x0.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 4 Oct 2009 08:42:10 +0000 (08:42 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 4 Oct 2009 08:42:10 +0000 (08:42 +0000)
N.B., unlike the TI FET, all models are supported even if unknown.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@170 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETMSP430.py

index 43612fa..580534b 100644 (file)
@@ -116,6 +116,8 @@ class GoodFETMSP430(GoodFET):
         0xf213: "MSP430F21x1",
         0xf249: "MSP430F24x",
         0xf26f: "MSP430F261x",
+        0xf237: "MSP430F23x0",
+        
         
         #MSP430F1xx
         0xf16c: "MSP430F161x",