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

15 lines
427 B
Makefile
Raw Normal View History

CFLAGS += \
-DCONFIG_BOARD_HAS_XTAL \
-DCONFIG_BOARD_HAS_XTAL32K \
-DCONFIG_BOARD_HAS_XTAL_32M \
#
OPENOCD_DEBUG_ADAPTER ?= dap
# If port selection via ttys.py is enabled by `MOST_RECENT_PORT=1`, filter
# USB serials to only select the UART bridge of embedded NXP debuggers.
TTY_BOARD_FILTER := --vendor NXP --model LPC-LINK2
# Include default QN908x board config
include $(RIOTBOARD)/common/qn908x/Makefile.include