This is an automated email from Gerrit. Peter Dietzsch ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1333
-- gerrit commit d8304ae66ee62014ad8291af896ed19a9e7e1405 Author: Peter Dietzsch <[email protected]> Date: Mon Apr 15 17:17:08 2013 +0200 cfg: Added cfg script for at91sam4sd32x targets Change-Id: I3b8a54d89a180bfded3dae3f1fe3d940540e6e7d Signed-off-by: Peter Dietzsch <[email protected]> diff --git a/tcl/target/at91sam4sd32x.cfg b/tcl/target/at91sam4sd32x.cfg new file mode 100644 index 0000000..4bc93cb --- /dev/null +++ b/tcl/target/at91sam4sd32x.cfg @@ -0,0 +1,10 @@ +# script for ATMEL sam4sd32, a CORTEX-M4 chip +# + + +source [find target/at91sam4XXX.cfg] + +set _FLASHNAME $_CHIPNAME.flash0 +flash bank $_FLASHNAME at91sam4 0x00400000 0 1 1 $_TARGETNAME +set _FLASHNAME $_CHIPNAME.flash1 +flash bank $_FLASHNAME at91sam4 0x00500000 0 1 1 $_TARGETNAME -- ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
