From: travisutk Date: Wed, 27 Oct 2010 17:38:05 +0000 (+0000) Subject: Added ATmega644P code from C.R. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=e0d4ec6318391968cb690e4b65188400a4e3e19b Added ATmega644P code from C.R. 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 --- diff --git a/client/GoodFETAVR.py b/client/GoodFETAVR.py index 30354cd..dc143cc 100644 --- a/client/GoodFETAVR.py +++ b/client/GoodFETAVR.py @@ -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):