From: travisutk Date: Wed, 15 Feb 2012 01:45:59 +0000 (+0000) Subject: Added MSP430 model info for the MSP430F413. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=1b44d6aca1000e7b611b113901ec85710452c8c9 Added MSP430 model info for the MSP430F413. Maybe others in that group. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1092 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFETMSP430.py b/client/GoodFETMSP430.py index 6d1184c..f4befa4 100644 --- a/client/GoodFETMSP430.py +++ b/client/GoodFETMSP430.py @@ -170,7 +170,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."""