From: travisutk Date: Sun, 4 Oct 2009 08:42:10 +0000 (+0000) Subject: Support for the MSP430F23x0. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=2e3eabe60e117a56637fd1ca621152826e84e05b;ds=sidebyside Support for the MSP430F23x0. 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 --- diff --git a/client/GoodFETMSP430.py b/client/GoodFETMSP430.py index 43612fa..580534b 100644 --- a/client/GoodFETMSP430.py +++ b/client/GoodFETMSP430.py @@ -116,6 +116,8 @@ class GoodFETMSP430(GoodFET): 0xf213: "MSP430F21x1", 0xf249: "MSP430F24x", 0xf26f: "MSP430F261x", + 0xf237: "MSP430F23x0", + #MSP430F1xx 0xf16c: "MSP430F161x",