From 8194fc48bd3f06071a9068e385a122499447340a Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Fri, 20 Jun 2025 11:18:03 +0200 Subject: [PATCH] tcl/board: Add config for TMS570LS12x development kit Tested on the corresponding hardware. Change-Id: Ic98141c450bb981cc7853c93b38195c7930bc7d3 Signed-off-by: Marc Schink Reviewed-on: https://review.openocd.org/c/openocd/+/8969 Tested-by: jenkins Reviewed-by: Antonio Borneo --- tcl/board/ti/launchxl2-tms57012.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tcl/board/ti/launchxl2-tms57012.cfg diff --git a/tcl/board/ti/launchxl2-tms57012.cfg b/tcl/board/ti/launchxl2-tms57012.cfg new file mode 100644 index 000000000..99cb26e20 --- /dev/null +++ b/tcl/board/ti/launchxl2-tms57012.cfg @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +# Hercules TMS570LS12x LaunchPad Development Kit +# https://www.ti.com/tool/LAUNCHXL2-TMS57012 + +source [find interface/xds110.cfg] + +transport select jtag + +source [find target/ti_tms570ls1x.cfg]