1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00
RIOT/cpu/nrf52/Makefile.features
2020-02-17 16:02:48 +01:00

12 lines
339 B
Makefile

CPU_ARCH = cortex-m4f
CPU_FAM = nrf52
# The ADC does not depend on any board configuration, so always available
FEATURES_PROVIDED += periph_adc
# So far, NimBLE netif does not support nrf51 platforms, so we use a dedicated
# feature to mark this
FEATURES_PROVIDED += ble_nimble_netif
-include $(RIOTCPU)/nrf5x_common/Makefile.features