This is an automated email from Gerrit.

"Alexandre Bailon <abai...@baylibre.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8194

-- gerrit

commit ea05a2808d00648b768672d096fed1487db5c382
Author: Alexandre Bailon <abai...@baylibre.com>
Date:   Fri Mar 29 21:14:54 2024 +0100

    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 <abai...@baylibre.com>

diff --git a/tcl/board/ti_cc26x2x7_launchpad.cfg 
b/tcl/board/ti_cc26x2x7_launchpad.cfg
new file mode 100644
index 0000000000..9e6e72e89c
--- /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]

-- 

Reply via email to