1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #12703 from haukepetersen/fix_nrfboards_blefeat

nrf5x: move nimble_ble feat. to cpu
This commit is contained in:
Alexandre Abadie 2019-11-13 19:07:48 +01:00 committed by GitHub
commit 253c75ab6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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