mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 06:52:44 +01:00
13 lines
231 B
INI
13 lines
231 B
INI
|
# Generic configuration for a qn908x-based board.
|
||
|
|
||
|
# QN908X only supports SWD
|
||
|
transport select swd
|
||
|
|
||
|
# NXP QN908x.
|
||
|
source [find target/qn908x.cfg]
|
||
|
|
||
|
$TARGETNAME configure -event gdb-attach {
|
||
|
halt
|
||
|
}
|
||
|
$TARGETNAME configure -rtos auto
|