aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2018-06-11 12:08:08 -0700
committerTim Newsome <tim@sifive.com>2018-06-11 12:08:08 -0700
commit17a0523736e25b352f82d62e1b16bd1c2d87646b (patch)
tree9969e4575f44f9f9f0cd3b64e33a2679dc730ed4 /tcl/board
parent6766fa1dda84e5b9243a2ab60bca77de92ea178d (diff)
parent06123153f38280608b1e92dcb766b31ade7e4668 (diff)
downloadriscv-openocd-17a0523736e25b352f82d62e1b16bd1c2d87646b.zip
riscv-openocd-17a0523736e25b352f82d62e1b16bd1c2d87646b.tar.gz
riscv-openocd-17a0523736e25b352f82d62e1b16bd1c2d87646b.tar.bz2
Merge branch 'master' into from_upstream
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/ti_cc3220sf_launchpad.cfg7
-rw-r--r--tcl/board/ti_cc32xx_launchpad.cfg7
2 files changed, 14 insertions, 0 deletions
diff --git a/tcl/board/ti_cc3220sf_launchpad.cfg b/tcl/board/ti_cc3220sf_launchpad.cfg
new file mode 100644
index 0000000..a3dac62
--- /dev/null
+++ b/tcl/board/ti_cc3220sf_launchpad.cfg
@@ -0,0 +1,7 @@
+#
+# TI CC3220SF-LaunchXL LaunchPad Evaluation Kit
+#
+source [find interface/xds110.cfg]
+adapter_khz 2500
+transport select swd
+source [find target/ti_cc3220sf.cfg]
diff --git a/tcl/board/ti_cc32xx_launchpad.cfg b/tcl/board/ti_cc32xx_launchpad.cfg
new file mode 100644
index 0000000..f657bdf
--- /dev/null
+++ b/tcl/board/ti_cc32xx_launchpad.cfg
@@ -0,0 +1,7 @@
+#
+# TI CC32xx-LaunchXL LaunchPad Evaluation Kit
+#
+source [find interface/xds110.cfg]
+adapter_khz 2500
+transport select swd
+source [find target/ti_cc32xx.cfg]