This is an automated email from Gerrit. Andreas Färber ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2762
-- gerrit commit 27b493bc35f20e7de5b24b09cefc6931f3851a57 Author: Andreas Färber <[email protected]> Date: Sun May 10 14:45:32 2015 +0200 tcl/target: Add config for XMOS XS1-XAU8A-10's ARM core The XS1-XAU8A-10 has 8 xCORE core and one ARM core. This config represents the ARM Cortex-M3 core. Change-Id: I998360f096c759d2e274d96c1ca2e0450ba61146 Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/target/xmos_xs1-xau8a-10_arm.cfg b/tcl/target/xmos_xs1-xau8a-10_arm.cfg new file mode 100644 index 0000000..118be13 --- /dev/null +++ b/tcl/target/xmos_xs1-xau8a-10_arm.cfg @@ -0,0 +1,24 @@ +# +# XMOS xCORE-XA XS1-XAU8A-10: ARM Cortex-M3 @ 48 MHz +# +# http://www.xmos.com/products/silicon/xcore-xa/xa-series +# + +if { [info exists CHIPNAME] } { + set _CHIPNAME $CHIPNAME +} else { + set _CHIPNAME xcorexa +} + +source [find target/swj-dp.tcl] + +swj_newdap $_CHIPNAME cpu -expected-id 0x2BA01477 + +set _TARGETNAME $_CHIPNAME.cpu +target create ${_TARGETNAME} cortex_m -chain-position $_CHIPNAME.cpu + +if { ![using_hla] } { + cortex_m reset_config sysresetreq +} + +adapter_khz 1000 -- ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
