aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNemui Trinomius <nemuisan_kawausogasuki@live.jp>2013-07-16 14:58:45 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2013-09-08 16:16:07 +0000
commit2e4e53f7b5bcdc69840ce9dcf09707d3b6dc0fc0 (patch)
treef688f12de111db49bfb80d8fbb95d02634272c80
parent0bd6ef5f5d054fa6875d68a6e690e84e2dec6f46 (diff)
atmega: add new target support
Not tested, adapted from http://tech.groups.yahoo.com/group/versaloon/message/391 Change-Id: I6d6af10fb07ea43cc1196a90d8738957f8266938 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1507 Tested-by: jenkins
-rw-r--r--src/flash/nor/avrf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c
index 3261f8ba..393798a9 100644
--- a/src/flash/nor/avrf.c
+++ b/src/flash/nor/avrf.c
@@ -69,6 +69,11 @@ static struct avrf_type avft_chips_info[] = {
*/
{"atmega128", 0x9702, 256, 512, 8, 512},
{"at90can128", 0x9781, 256, 512, 8, 512},
+ {"atmega164p", 0x940a, 128, 128, 4, 128},
+ {"atmega324p", 0x9508, 128, 256, 4, 256},
+ {"atmega324pa", 0x9511, 128, 256, 4, 256},
+ {"atmega644p", 0x960a, 256, 256, 8, 256},
+ {"atmega1284p", 0x9705, 256, 512, 8, 512},
};
/* avr program functions */