Added ATmega644P code from C.R.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 27 Oct 2010 17:38:05 +0000 (17:38 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 27 Oct 2010 17:38:05 +0000 (17:38 +0000)
Is there a better AVR code database somewhere?

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

client/GoodFETAVR.py

index 30354cd..dc143cc 100644 (file)
@@ -80,6 +80,9 @@ class GoodFETAVR(GoodFET):
         0x9302: "ATmega85",
         0x9305: "ATmega83",
         0x9601: "ATmega603",
+        
+        #These are missing from the Fenceline DB.
+        0x960a: "ATmega644P",
         };
     
     def setup(self):