X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETAVR.py;h=8a9adc8d1e0e719e1811a12cccb40c400efd566c;hp=30354cd35dd24faf6efa84fd86cf5f31400c6ca7;hb=0f09afa49bb8b723a270edd816acbdcaddeb7290;hpb=fa0f91bb0af90149c2502c3e2c0ad06516d28a49 diff --git a/client/GoodFETAVR.py b/client/GoodFETAVR.py index 30354cd..8a9adc8 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; @@ -57,6 +57,7 @@ class GoodFETAVR(GoodFET): 0x9406: "ATmega168", 0x9405: "ATmega169", 0x9502: "ATmega32", + 0x958a: "ATmega32U2", #TODO add the other U series. 0x9501: "ATmega323", 0x9503: "ATmega325", 0x9504: "ATmega3250", @@ -80,6 +81,9 @@ class GoodFETAVR(GoodFET): 0x9302: "ATmega85", 0x9305: "ATmega83", 0x9601: "ATmega603", + + #These are missing from the Fenceline DB. + 0x960a: "ATmega644P", }; def setup(self):