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/+/8193

-- gerrit

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

    tcl/target: Add support of CC1352P7
    
    This adds support for TI CC13X2X7 / CC26X2X7 family.
    
    For further details, see https://www.ti.com/lit/ug/swcu192/swcu192.pdf.
    
    Change-Id: Ifd9b505716ddf0abbdd00f617e50a93a3d4fbe6a
    Signed-off-by: Alexandre Bailon <abai...@baylibre.com>

diff --git a/tcl/target/ti_cc13x2x7.cfg b/tcl/target/ti_cc13x2x7.cfg
new file mode 100644
index 0000000000..91c1a80596
--- /dev/null
+++ b/tcl/target/ti_cc13x2x7.cfg
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Texas Instruments CC26x2 - ARM Cortex-M4
+#
+# http://www.ti.com
+#
+
+set CHIPNAME cc26x2x7
+set JRC_TAPID 0x1BB7702F
+set WORKAREASIZE 0x7000
+
+source [find target/ti_cc26x0.cfg]

-- 

Reply via email to