From e0d4ec6318391968cb690e4b65188400a4e3e19b Mon Sep 17 00:00:00 2001 From: travisutk Date: Wed, 27 Oct 2010 17:38:05 +0000 Subject: [PATCH] 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 --- client/GoodFETAVR.py | 3 +++ 1 file changed, 3 insertions(+) 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): -- 2.20.1