1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/qn9080dk: add default OPENOCD_DEBUG_ADAPTER

The board has integrated debugger:

    1fc9:0090 NXP Semiconductors LPC-LINK2 CMSIS-DAP V5.173

This commit changes the default debug adapter to this one.
This commit is contained in:
Marian Buschsieweke 2022-11-28 13:34:50 +01:00
parent 476dca2e8f
commit e94fdf129f
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -4,5 +4,7 @@ CFLAGS += \
-DCONFIG_BOARD_HAS_XTAL_32M \
#
OPENOCD_DEBUG_ADAPTER ?= dap
# Include default QN908x board config
include $(RIOTBOARD)/common/qn908x/Makefile.include