X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Fboard%2Fstm32ldiscovery.cfg;h=d760edaba796c74b538efc25845c8f64245bcc29;hp=fd8c974e4221900eecc5426c487fa84e5a8b9edc;hb=HEAD;hpb=877b8434cd1aee1b6440fb8f74bc325655e3514c diff --git a/tcl/board/stm32ldiscovery.cfg b/tcl/board/stm32ldiscovery.cfg index fd8c974e42..d760edaba7 100644 --- a/tcl/board/stm32ldiscovery.cfg +++ b/tcl/board/stm32ldiscovery.cfg @@ -1,12 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # This is an STM32L discovery board with a single STM32L152RBT6 chip. # http://www.st.com/internet/evalboard/product/250990.jsp -source [find interface/stlink-v2.cfg] +source [find interface/stlink.cfg] transport select hla_swd set WORKAREASIZE 0x4000 -source [find target/stm32l.cfg] +source [find target/stm32l1.cfg] -# use hardware reset, connect under reset -reset_config srst_only srst_nogate +reset_config srst_only