0
0
mirror of https://git.code.sf.net/p/openocd/code synced 2025-07-04 16:13:05 +00:00
Files
openocd/tcl/target/ti_tms570ls1x.cfg
Lucien Dufour b1c1dd1ec4 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.buchmann@dufour.aero>
Reviewed-on: https://review.openocd.org/c/openocd/+/8928
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: zapb <dev@zapb.de>
2025-06-07 08:43:40 +00:00

9 lines
203 B
INI

# 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]