1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
RIOT/boards/common/stm32/dist/stm32wl.cfg

11 lines
247 B
INI

source [find target/stm32wlx.cfg]
reset_config srst_only
# Currently RIOT only supports one core of the STM32WL55, so default
# to that core.
if {![info exists _TARGETNAME]} {
set _TARGETNAME $_CHIPNAME.cpu0
}
$_TARGETNAME configure -rtos auto