mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
86ab9401aa
Boards based on the qn908x CPU will share the same OpenOCD configuration regarding the image offset and OpenOCD commands needed to flash the image directly with "make flash".
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
|