1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
RIOT/boards/microbit-v2/Makefile.features
2021-02-10 13:39:51 +01:00

11 lines
312 B
Makefile

CPU_MODEL = nrf52833xxaa
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_uart
# include common nrf52 based boards features
include $(RIOTBOARD)/common/nrf52/Makefile.features