mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d5690ee4cd
This adds support for the nRF52810 based E104-BT5010A break-out board.
10 lines
267 B
Makefile
10 lines
267 B
Makefile
CPU_MODEL = nrf52810xxaa
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_rtt
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.features
|