mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
226 B
INI
11 lines
226 B
INI
# Set the default reset option in cases where "SRST=none" is not used for make
|
|
if { ![info exists SRST_OPT] } {
|
|
set SRST_OPT srst_only
|
|
}
|
|
|
|
reset_config none
|
|
|
|
source [find target/efm32.cfg]
|
|
|
|
$_TARGETNAME configure -rtos auto
|