mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5fbc5e0705
- document that the QN9080DK has an alternative firmware for the debugger/programmer that supports J-Link - allow selecting the debugger firmware via parameter / environment variable - add `JLINK_DEVICE` parameter to allow flashing via J-Link
12 lines
257 B
Makefile
12 lines
257 B
Makefile
CFLAGS += \
|
|
-DCONFIG_BOARD_HAS_XTAL \
|
|
-DCONFIG_BOARD_HAS_XTAL32K \
|
|
-DCONFIG_BOARD_HAS_XTAL_32M \
|
|
#
|
|
|
|
QN908X_JLINK ?= $(QN9080DK_JLINK)
|
|
JLINK_DEVICE ?= QN9080A
|
|
|
|
# Include default QN908x board config
|
|
include $(RIOTBOARD)/common/qn908x/Makefile.include
|