tcl: board: convert transport select dapdirect_swd to swd

Two new boards were added after the commit ad53fe659b ("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
This commit is contained in:
Antonio Borneo
2025-05-01 18:41:51 +02:00
parent 00f5b7ece6
commit 618e447278
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
source [find interface/stlink.cfg]
transport select dapdirect_swd
transport select swd
source [find target/stm32u0x.cfg]
+1 -1
View File
@@ -2,7 +2,7 @@
source [find interface/stlink.cfg]
transport select dapdirect_swd
transport select swd
source [find target/stm32c0x.cfg]