mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cc6adbb39d
The QN9080DK is the developer board reference from NXP for the QN908x CPUs. The developer kit comes with two boards: a larger PCB with many peripherals and a much smaller "USB dongle". This board adds initial support for the larger "DK board". At the moment, with the minimal CPU support this board only configures the GPIOs available in the board, namely the RGB LED and the two user buttons.
7 lines
117 B
Makefile
7 lines
117 B
Makefile
MODULE = board
|
|
|
|
# Use the common qn908x board.
|
|
DIRS += $(RIOTBOARD)/common/qn908x
|
|
|
|
include $(RIOTBASE)/Makefile.base
|