mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
64d4aec812
Set `DEBUG_ADAPTER_ID_IS_TTY_SERIAL` to `1` for those boards to allow automatic detection of the debug adapter with `MOST_RECENT_PORT=1`.
16 lines
394 B
Makefile
16 lines
394 B
Makefile
CFLAGS += \
|
|
-DCONFIG_BOARD_HAS_XTAL \
|
|
-DCONFIG_BOARD_HAS_XTAL32K \
|
|
-DCONFIG_BOARD_HAS_XTAL_32M \
|
|
#
|
|
|
|
QN908X_JLINK ?= $(QN9080DK_JLINK)
|
|
JLINK_DEVICE ?= QN9080A
|
|
|
|
# The TTY serial also is the ID of the debug adapter, as the TTY is provided by
|
|
# the debug adapter
|
|
DEBUG_ADAPTER_ID_IS_TTY_SERIAL := 1
|
|
|
|
# Include default QN908x board config
|
|
include $(RIOTBOARD)/common/qn908x/Makefile.include
|