X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETAVR.py;h=4749d06c0ea6481525a6f1eeee68307fc1449a34;hp=30354cd35dd24faf6efa84fd86cf5f31400c6ca7;hb=e905c90c50293dd607f00ef2395f50a653585808;hpb=fa0f91bb0af90149c2502c3e2c0ad06516d28a49 diff --git a/client/GoodFETAVR.py b/client/GoodFETAVR.py index 30354cd..4749d06 100644 --- a/client/GoodFETAVR.py +++ b/client/GoodFETAVR.py @@ -5,7 +5,7 @@ # # This code is being rewritten and refactored. You've been warned! -import sys, time, string, cStringIO, struct, glob, serial, os; +import sys, time, string, cStringIO, struct, glob, os; from GoodFET import GoodFET; @@ -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):