]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
tcl: board: convert transport select dapdirect_swd to swd
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 1 May 2025 16:41:51 +0000 (18:41 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 9 May 2025 12:10:27 +0000 (12:10 +0000)
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 <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8869
Tested-by: jenkins
tcl/board/st/nucleo-u083rc.cfg
tcl/board/st_nucleo_c0.cfg

index 7b878adbc0396f464148f1f8a9e7bced844bedc4..03e9569305b314fb115f6e5e0d28307bf7304650 100644 (file)
@@ -5,7 +5,7 @@
 
 source [find interface/stlink.cfg]
 
-transport select dapdirect_swd
+transport select swd
 
 source [find target/stm32u0x.cfg]
 
index 7d07675920ed9a95c22bc8964b7aebd4b2f0a0b9..845b7b50e9725738736fad68bd3a972509acf7d3 100644 (file)
@@ -2,7 +2,7 @@
 
 source [find interface/stlink.cfg]
 
-transport select dapdirect_swd
+transport select swd
 
 source [find target/stm32c0x.cfg]