This is an automated email from Gerrit.

"Lucien Buchmann <lucien.buchm...@dufour.aero>" just uploaded a new patch set 
to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8928

-- gerrit

commit 768722fcc2fad68c7687119b45a685d36106abb4
Author: Lucien Dufour <lucien.buchm...@dufour.aero>
Date:   Tue May 20 17:39:19 2025 +0200

    tcl/target: Add support for TMS570LS1xxx
    
    Added support for TMS570LS1xxx series parts. This uses the existing
    ti_tms570.cfg as parent.
    
    Change-Id: I40567bfb8dc052532807df68ef3d42f8e7a8ecf4
    Signed-off-by: Lucien Dufour <lucien.buchm...@dufour.aero>

diff --git a/tcl/target/ti_tms570ls1xxx.cfg b/tcl/target/ti_tms570ls1xxx.cfg
new file mode 100644
index 0000000000..3c25777578
--- /dev/null
+++ b/tcl/target/ti_tms570ls1xxx.cfg
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# TMS570LS1114, TMS570LS1115
+# TMS570LS1224, TMS570LS1225, TMS570LS1227
+set DAP_TAPID 0x0B95502F
+set JRC_TAPID 0x0B95502F
+
+source [find target/ti_tms570.cfg]

-- 

Reply via email to