From e94fdf129fcae81c8bc77beffbab823c22fc4802 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 28 Nov 2022 13:34:50 +0100 Subject: [PATCH] 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. --- boards/qn9080dk/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/qn9080dk/Makefile.include b/boards/qn9080dk/Makefile.include index 8b4d55b667..9d96be17c3 100644 --- a/boards/qn9080dk/Makefile.include +++ b/boards/qn9080dk/Makefile.include @@ -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