mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-08-07 10:27:12 +10:00
This adds support of TI LP-CC1352P7 evaluation kit. For further details, see https://www.ti.com/tool/LP-CC1352P7. Change-Id: I4aba160dbf4920febb7897458d06450e7d134147 Signed-off-by: Alexandre Bailon <abailon@baylibre.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8194 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins Reviewed-by: Vaishnav M A <vaishnav@beagleboard.org>
10 lines
201 B
INI
10 lines
201 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# TI CC1352P7 LaunchPad Evaluation Kit
|
|
#
|
|
source [find interface/xds110.cfg]
|
|
adapter speed 5500
|
|
transport select jtag
|
|
source [find target/ti_cc26x2x7.cfg]
|