From: openocd-gerrit <ope...@us...> - 2025-05-09 12:10:56
|
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 618e447278097e41daecf76f6a1e2005f9fc9450 (commit) from 00f5b7ece6f031ece824375007e825ffc113e72b (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 618e447278097e41daecf76f6a1e2005f9fc9450 Author: Antonio Borneo <bor...@gm...> Date: Thu May 1 18:41:51 2025 +0200 tcl: board: convert transport select dapdirect_swd to swd Two new boards were added after the commit ad53fe659b46 ("tcl: convert transport select to jtag and swd") Align them too. Change-Id: I53e36a3a1a7730822521f0239922682c7b2fcef6 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/8869 Tested-by: jenkins diff --git a/tcl/board/st/nucleo-u083rc.cfg b/tcl/board/st/nucleo-u083rc.cfg index 7b878adbc..03e956930 100644 --- a/tcl/board/st/nucleo-u083rc.cfg +++ b/tcl/board/st/nucleo-u083rc.cfg @@ -5,7 +5,7 @@ source [find interface/stlink.cfg] -transport select dapdirect_swd +transport select swd source [find target/stm32u0x.cfg] diff --git a/tcl/board/st_nucleo_c0.cfg b/tcl/board/st_nucleo_c0.cfg index 7d0767592..845b7b50e 100644 --- a/tcl/board/st_nucleo_c0.cfg +++ b/tcl/board/st_nucleo_c0.cfg @@ -2,7 +2,7 @@ source [find interface/stlink.cfg] -transport select dapdirect_swd +transport select swd source [find target/stm32c0x.cfg] ----------------------------------------------------------------------- Summary of changes: tcl/board/st/nucleo-u083rc.cfg | 2 +- tcl/board/st_nucleo_c0.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |