From 1b44d6aca1000e7b611b113901ec85710452c8c9 Mon Sep 17 00:00:00 2001 From: travisutk Date: Wed, 15 Feb 2012 01:45:59 +0000 Subject: [PATCH] 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 --- client/GoodFETMSP430.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" -- 2.20.1