1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards/common/stm32: make stm32wl.cfg version agnostic

This commit is contained in:
crasbe 2025-11-11 15:14:51 +01:00
parent 720c086131
commit 8f55a4a0a8

View File

@ -1,3 +1,10 @@
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