X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETMSP430.py;h=4d84a441df9ab0e111cd8e52312bcd8d54743311;hp=6d1184c8c9e90f220950f67071f155e4c11a76ef;hb=0a6754712a364a01d149dc518f44b258a3a37cf8;hpb=37e18da03e554d588a08b3f654ac611cb7debada diff --git a/client/GoodFETMSP430.py b/client/GoodFETMSP430.py index 6d1184c..4d84a44 100644 --- a/client/GoodFETMSP430.py +++ b/client/GoodFETMSP430.py @@ -153,6 +153,8 @@ class GoodFETMSP430(GoodFET): 0xf26f: "MSP430F261x", 0xf237: "MSP430F23x0", 0xf201: "MSP430F201x", + #Are G's and F's distinct? + 0x2553: "MSP430G2553", #MSP430F1xx 0xf16c: "MSP430F161x", @@ -170,7 +172,7 @@ class GoodFETMSP430(GoodFET): 0xF427: "MSP430FE42x", #or FW42x, F415, F417 0xF439: "MSP430FG43x", 0xf46f: "MSP430FG46xx", #or F471xx - + 0xF413: "MSP430F413", #or maybe others. } def MSP430test(self): """Test MSP430 JTAG. Requires that a chip be attached."""