mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
18 lines
552 B
Makefile
18 lines
552 B
Makefile
CPU_MODEL = nrf52840xxaa
|
|
|
|
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.features
|
|
|
|
# Various other features (if any)
|
|
FEATURES_PROVIDED += arduino_analog
|
|
FEATURES_PROVIDED += arduino_i2c
|
|
FEATURES_PROVIDED += arduino_pins
|
|
FEATURES_PROVIDED += arduino_shield_isp
|
|
FEATURES_PROVIDED += arduino_shield_mega
|
|
FEATURES_PROVIDED += arduino_shield_uno
|
|
FEATURES_PROVIDED += arduino_spi
|
|
FEATURES_PROVIDED += arduino_uart
|
|
FEATURES_PROVIDED += periph_pwm
|
|
FEATURES_PROVIDED += periph_usbdev
|
|
FEATURES_PROVIDED += tinyusb_device
|
|
FEATURES_PROVIDED += vdd_lc_filter_reg0
|