mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
11 lines
247 B
INI
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
|