X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETAVR.py;h=8a9adc8d1e0e719e1811a12cccb40c400efd566c;hp=dc143cca405b6398062e3a1c6272d6ab8c52c817;hb=d409b6247d7919279d453b2d73fe84e1c03f4eb5;hpb=e0d4ec6318391968cb690e4b65188400a4e3e19b diff --git a/client/GoodFETAVR.py b/client/GoodFETAVR.py index dc143cc..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",