1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nucleo-l152re/dist/openocd.cfg
Francisco Acosta 974f28fc4c 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.
2018-10-26 16:50:12 +02:00

4 lines
101 B
INI

source [find target/stm32l1x_dual_bank.cfg]
reset_config srst_only
$_TARGETNAME configure -rtos auto