mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5f78519b29
The QN9080DK board can expose the I2C bus SDA and SCL in the pins labeled D14 and D15 respectively in the J5 headers, and in the Pmod (J8) connector in the pins 10 and 9 of the header respectively. The bus has a 2K2 pull up resistor on each line when SB7 and SB8 (next to the Pmod connector) are closed, which is the factory default.
12 lines
361 B
Makefile
12 lines
361 B
Makefile
CPU = qn908x
|
|
CPU_MODEL = qn9080xhn
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart periph_uart_modecfg
|
|
|
|
# Include the common qn908x board features.
|
|
include $(RIOTBOARD)/common/qn908x/Makefile.features
|