2018-09-22 07:12:36 +02:00
|
|
|
CPU = nrf52
|
|
|
|
|
2018-10-28 19:42:48 +01:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += periph_rtt
|
|
|
|
FEATURES_PROVIDED += periph_timer
|
2019-03-07 14:29:12 +01:00
|
|
|
ifeq (,$(filter nordic_softdevice_ble,$(USEPKG)))
|
|
|
|
FEATURES_PROVIDED += riotboot
|
|
|
|
endif
|
2018-10-28 19:42:48 +01:00
|
|
|
|
|
|
|
# Various other features (if any)
|
2019-06-12 17:40:41 +02:00
|
|
|
FEATURES_PROVIDED += ble_nimble
|
2019-10-01 21:31:08 +02:00
|
|
|
|
|
|
|
ifneq (,$(findstring nrf52832, $(CPU_MODEL)))
|
|
|
|
# Nordic SoftDevice support in RIOT is verified for all nrf52832-based boards
|
|
|
|
FEATURES_PROVIDED += ble_nordic_softdevice
|
|
|
|
endif
|