This is an automated email from Gerrit. Alexandre Bourdiol ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5829
-- gerrit commit d519a1907e162da4c8429a1925c6322712203aa1 Author: Alexandre Bourdiol <[email protected]> Date: Tue Sep 1 16:50:08 2020 +0200 tcl/board/st_nucleo_l1.cfg use dualbank configuration st_nucleo_l1.cfg is based on STM32L152RET6 which support dualbank flash. Change-Id: I7ecdb7b7557229465e23eed667f20cd84197dfc7 Signed-off-by: Alexandre Bourdiol <[email protected]> diff --git a/tcl/board/st_nucleo_l1.cfg b/tcl/board/st_nucleo_l1.cfg index d97eb7c..a508bb6 100644 --- a/tcl/board/st_nucleo_l1.cfg +++ b/tcl/board/st_nucleo_l1.cfg @@ -5,6 +5,6 @@ source [find interface/stlink.cfg] transport select hla_swd -source [find target/stm32l1.cfg] +source [find target/stm32l1x_dual_bank.cfg] reset_config srst_only -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
