The STM32L0xx devices support only SWD. Drop swj support. Add swd transport. Remove swd transport from the associated board files. Change-Id: I5f8fb4344b33f8bdefd67fd86326f4dccb674d92 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/9426 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com> Tested-by: jenkins
12 lines
282 B
INI
12 lines
282 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# This is an STM32L053 discovery board with a single STM32L053 chip.
|
|
# http://www.st.com/web/en/catalog/tools/PF260319
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
set WORKAREASIZE 0x2000
|
|
source [find target/stm32l0.cfg]
|
|
|
|
reset_config srst_only
|