From: travisutk Date: Fri, 30 Mar 2012 01:08:57 +0000 (+0000) Subject: Added ATmega32U2. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=d409b6247d7919279d453b2d73fe84e1c03f4eb5 Added ATmega32U2. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1122 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFETAVR.py b/client/GoodFETAVR.py index 4749d06..8a9adc8 100644 --- a/client/GoodFETAVR.py +++ b/client/GoodFETAVR.py @@ -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",