mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
974f28fc4c
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.
4 lines
101 B
INI
4 lines
101 B
INI
source [find target/stm32l1x_dual_bank.cfg]
|
|
reset_config srst_only
|
|
$_TARGETNAME configure -rtos auto
|