Skip to content
Snippets Groups Projects
Commit 2e4e53f7 authored by Nemui Trinomius's avatar Nemui Trinomius Committed by Spencer Oliver
Browse files

atmega: add new target support

Not tested, adapted from http://tech.groups.yahoo.com/group/versaloon/message/391



Change-Id: I6d6af10fb07ea43cc1196a90d8738957f8266938
Signed-off-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1507
Tested-by: jenkins
parent 0bd6ef5f
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,11 @@ static struct avrf_type avft_chips_info[] = { ...@@ -69,6 +69,11 @@ static struct avrf_type avft_chips_info[] = {
*/ */
{"atmega128", 0x9702, 256, 512, 8, 512}, {"atmega128", 0x9702, 256, 512, 8, 512},
{"at90can128", 0x9781, 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 */ /* avr program functions */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment