1
0
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:
Francisco Acosta 2018-10-26 16:35:13 +02:00
parent 27f61a2ca6
commit 974f28fc4c

3
boards/nucleo-l152re/dist/openocd.cfg vendored Normal file
View File

@ -0,0 +1,3 @@
source [find target/stm32l1x_dual_bank.cfg]
reset_config srst_only
$_TARGETNAME configure -rtos auto