mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
boards/nucleo-l152re: use its own openocd config file
The nucleo-l152re is the only stm32l1x supported board with two flash banks according to openocd config. Thus, adding the right config file makes the whole flash available.
This commit is contained in:
parent
27f61a2ca6
commit
974f28fc4c
3
boards/nucleo-l152re/dist/openocd.cfg
vendored
Normal file
3
boards/nucleo-l152re/dist/openocd.cfg
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
source [find target/stm32l1x_dual_bank.cfg]
|
||||
reset_config srst_only
|
||||
$_TARGETNAME configure -rtos auto
|
||||
Loading…
x
Reference in New Issue
Block a user