0
0
mirror of https://git.code.sf.net/p/openocd/code synced 2025-04-03 08:45:27 +00:00
Files
openocd/tcl/board/ti_mspm0_launchpad.cfg
Nishanth Menon b7ad702bc8 tcl/board: Add MSPM0 Launchpad support
Add basic connection details for TI's MSPM0 Launchpad series of
evaluation kits:
https://www.ti.com/tool/LP-MSPM0L1306
https://www.ti.com/tool/LP-MSPM0C1104
https://www.ti.com/tool/LP-MSPM0G3507

Change-Id: I33499f2d5fef846185ff6c330f9bfd0251117eb6
Co-developed-by: Henry Nguyen <h-nguyen8@ti.com>
Signed-off-by: Henry Nguyen <h-nguyen8@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8386
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
2025-03-09 13:26:52 +00:00

15 lines
460 B
INI

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2023-2025 Texas Instruments Incorporated - https://www.ti.com/
#
# TI MSPM0L1306 LaunchPad Evaluation Kit
# https://www.ti.com/tool/LP-MSPM0L1306
# TI MSPM0C1104 LaunchPad Evaluation Kit
# https://www.ti.com/tool/LP-MSPM0C1104
# TI MSPM0G3507 LaunchPad Evaluation Kit
# https://www.ti.com/tool/LP-MSPM0G3507
#
source [find interface/xds110.cfg]
adapter speed 10000
source [find target/ti_mspm0.cfg]