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 <alexandre.bourdiol@st.com> Reviewed-on: http://openocd.zylin.com/5829 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
3ac010bb9f
commit
f1d77a485c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue