mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
342 B
INI
10 lines
342 B
INI
# Try to use dual bank if available and supported
|
|
try {
|
|
source [find target/stm32l0_dual_bank.cfg]
|
|
} on error {} {
|
|
puts "WARNING: Your Openocd version does not support dual bank flash on your board. Falling back to single bank flashing."
|
|
source [find target/stm32l0.cfg]
|
|
}
|
|
reset_config srst_only
|
|
$_TARGETNAME configure -rtos auto
|