mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
397 B
Makefile
15 lines
397 B
Makefile
CPU_CORE = 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
|
|
|
|
# all nrf52 have an MPU
|
|
FEATURES_PROVIDED += cortexm_mpu
|
|
|
|
-include $(RIOTCPU)/nrf5x_common/Makefile.features
|