From: openocd-gerrit <ope...@us...> - 2024-09-15 09:09:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 760dd1f3a8720e5e58b96e4920fd17bd8a1a7bf6 (commit) from 13f1bcbe90c51ab9200a0d10de24111459b0e626 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 760dd1f3a8720e5e58b96e4920fd17bd8a1a7bf6 Author: Alexandre Bailon <ab...@ba...> Date: Fri Mar 29 21:14:54 2024 +0100 tcl/boards: Add support of LP-CC1352P7 board 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 <ab...@ba...> Reviewed-on: https://review.openocd.org/c/openocd/+/8194 Reviewed-by: Antonio Borneo <bor...@gm...> Tested-by: jenkins Reviewed-by: Vaishnav M A <vai...@be...> diff --git a/tcl/board/ti_cc26x2x7_launchpad.cfg b/tcl/board/ti_cc26x2x7_launchpad.cfg new file mode 100644 index 000000000..9e6e72e89 --- /dev/null +++ b/tcl/board/ti_cc26x2x7_launchpad.cfg @@ -0,0 +1,9 @@ +# 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] ----------------------------------------------------------------------- Summary of changes: tcl/board/{ti_cc13x2_launchpad.cfg => ti_cc26x2x7_launchpad.cfg} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) copy tcl/board/{ti_cc13x2_launchpad.cfg => ti_cc26x2x7_launchpad.cfg} (62%) hooks/post-receive -- Main OpenOCD repository |