nrf5x: move nimble_ble feat. to cpu
This commit is contained in:
parent
0e736b8879
commit
4bf14822cb
@ -3,6 +3,3 @@ CPU = nrf51
|
|||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
FEATURES_PROVIDED += periph_rtt
|
FEATURES_PROVIDED += periph_rtt
|
||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
|
|
||||||
# Various other features (if any)
|
|
||||||
FEATURES_PROVIDED += ble_nimble
|
|
||||||
|
|||||||
@ -7,9 +7,6 @@ ifeq (,$(filter nordic_softdevice_ble,$(USEPKG)))
|
|||||||
FEATURES_PROVIDED += riotboot
|
FEATURES_PROVIDED += riotboot
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Various other features (if any)
|
|
||||||
FEATURES_PROVIDED += ble_nimble
|
|
||||||
|
|
||||||
ifneq (,$(findstring nrf52832, $(CPU_MODEL)))
|
ifneq (,$(findstring nrf52832, $(CPU_MODEL)))
|
||||||
# Nordic SoftDevice support in RIOT is verified for all nrf52832-based boards
|
# Nordic SoftDevice support in RIOT is verified for all nrf52832-based boards
|
||||||
FEATURES_PROVIDED += ble_nordic_softdevice
|
FEATURES_PROVIDED += ble_nordic_softdevice
|
||||||
|
|||||||
@ -9,6 +9,7 @@ FEATURES_PROVIDED += periph_uart_modecfg
|
|||||||
FEATURES_PROVIDED += periph_wdt periph_wdt_cb
|
FEATURES_PROVIDED += periph_wdt periph_wdt_cb
|
||||||
|
|
||||||
# Various other features (if any)
|
# Various other features (if any)
|
||||||
|
FEATURES_PROVIDED += ble_nimble
|
||||||
FEATURES_PROVIDED += radio_nrfble
|
FEATURES_PROVIDED += radio_nrfble
|
||||||
FEATURES_PROVIDED += radio_nrfmin
|
FEATURES_PROVIDED += radio_nrfmin
|
||||||
FEATURES_PROVIDED += puf_sram
|
FEATURES_PROVIDED += puf_sram
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user