This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1507
-- gerrit commit 733f81c0870d38663a67fdc14ef8e455a01c0751 Author: Nemui Trinomius <[email protected]> Date: Tue Jul 16 14:58:45 2013 +0100 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 <[email protected]> diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c index 3261f8b..393798a 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 */ -- ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
