1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 09:32:43 +01:00
RIOT/boards/common/qn908x/dist/openocd.cfg

13 lines
231 B
INI
Raw Normal View History

# 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