This is an automated email from Gerrit. Fredrik Hederstierna ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3708
-- gerrit commit 27c749394270555698e3f5413082d5c6898d8151 Author: Fredrik Hederstierna <[email protected]> Date: Thu Aug 18 11:10:18 2016 +0200 tcl: Support for Texas Instruments CC1310 target tcl to enable debugging of ARM Cortex-M3 on CC1310 Change-Id: I8f9119f1057d3a74301b6d571a60254973cddc83 Signed-off-by: Fredrik Hederstierna <[email protected]> diff --git a/tcl/target/cc1310.cfg b/tcl/target/cc1310.cfg new file mode 100644 index 0000000..8f86bd4 --- /dev/null +++ b/tcl/target/cc1310.cfg @@ -0,0 +1,16 @@ +# Config for Texas Instruments low power RF SoC CC1310 +# http://www.ti.com/lit/pdf/swcu117f + +if { [info exists CHIPNAME] } { + set CHIPNAME $CHIPNAME +} else { + set CHIPNAME cc1310 +} + +if { [info exists JRC_TAPID] } { + set JRC_TAPID $JRC_TAPID +} else { + set JRC_TAPID 0x2B9BE02F +} + +source [find target/cc26xx.cfg] -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
