This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2025-01-18 12:52:44 +01:00
Code
Releases
Activity
886d179c27
RIOT
/
boards
/
qn9080dk
/
Makefile.dep
5 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards/qn9080dk: New board for the QN908x 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.
2020-11-29 00:44:15 +01:00
i
f
n
e
q
(
,
$(
filter
saul_default
,
$
(
USEMODULE
)
)
)
USEMODULE
+=
saul_gpio
boards/qn9080dk: Add mma8x5x driver for MMA8652FC The qn9080dk includes a MMA8652FC chip connected to the I2C0 bus, this patch adds the driver for the in the default. Note that the MMA8652FC device is powered from the LPC_VCC line, which is different from the QN_VCC line that powers the QN9080 MCU. A voltage level translator is included in the QN9080DK which is only enabled when JP11 (labeled "G-Sensor I2C") is closed and the LPC debugger hardware is powered, for example from the USB port.
2020-12-19 14:37:26 +01:00
USEMODULE
+=
mma8x5x
boards/qn9080dk: New board for the QN908x 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.
2020-11-29 00:44:15 +01:00
e
n
d
i
f
Copy Permalink