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:
parent
720c086131
commit
8f55a4a0a8
7
boards/common/stm32/dist/stm32wl.cfg
vendored
7
boards/common/stm32/dist/stm32wl.cfg
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user