aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Bailon <abailon@baylibre.com>2024-03-29 21:14:54 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2024-09-15 09:09:27 +0000
commit760dd1f3a8720e5e58b96e4920fd17bd8a1a7bf6 (patch)
tree2fb24e2625cb4238f193c9fcf647c37137a262d6
parent13f1bcbe90c51ab9200a0d10de24111459b0e626 (diff)
downloadriscv-openocd-760dd1f3a8720e5e58b96e4920fd17bd8a1a7bf6.zip
riscv-openocd-760dd1f3a8720e5e58b96e4920fd17bd8a1a7bf6.tar.gz
riscv-openocd-760dd1f3a8720e5e58b96e4920fd17bd8a1a7bf6.tar.bz2
tcl/boards: Add support of LP-CC1352P7 board
This adds support of TI LP-CC1352P7 evaluation kit. For further details, see https://www.ti.com/tool/LP-CC1352P7. Change-Id: I4aba160dbf4920febb7897458d06450e7d134147 Signed-off-by: Alexandre Bailon <abailon@baylibre.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8194 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins Reviewed-by: Vaishnav M A <vaishnav@beagleboard.org>
-rw-r--r--tcl/board/ti_cc26x2x7_launchpad.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/tcl/board/ti_cc26x2x7_launchpad.cfg b/tcl/board/ti_cc26x2x7_launchpad.cfg
new file mode 100644
index 0000000..9e6e72e
--- /dev/null
+++ b/tcl/board/ti_cc26x2x7_launchpad.cfg
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# TI CC1352P7 LaunchPad Evaluation Kit
+#
+source [find interface/xds110.cfg]
+adapter speed 5500
+transport select jtag
+source [find target/ti_cc26x2x7.cfg]