mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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)
|
||||
FEATURES_PROVIDED += periph_rtt
|
||||
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
|
||||
endif
|
||||
|
||||
# Various other features (if any)
|
||||
FEATURES_PROVIDED += ble_nimble
|
||||
|
||||
ifneq (,$(findstring nrf52832, $(CPU_MODEL)))
|
||||
# Nordic SoftDevice support in RIOT is verified for all nrf52832-based boards
|
||||
FEATURES_PROVIDED += ble_nordic_softdevice
|
||||
|
@ -9,6 +9,7 @@ FEATURES_PROVIDED += periph_uart_modecfg
|
||||
FEATURES_PROVIDED += periph_wdt periph_wdt_cb
|
||||
|
||||
# Various other features (if any)
|
||||
FEATURES_PROVIDED += ble_nimble
|
||||
FEATURES_PROVIDED += radio_nrfble
|
||||
FEATURES_PROVIDED += radio_nrfmin
|
||||
FEATURES_PROVIDED += puf_sram
|
||||
|
Loading…
Reference in New Issue
Block a user