1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

cpu/nrf52: nRF52x MCUs support Bluetooth 5 Advertising

This commit is contained in:
Gunar Schorcht 2022-08-12 16:08:06 +02:00
parent 20f3e8b4fc
commit 491d4f30e2
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ config CPU_FAM_NRF52
select CPU_COMMON_NRF5X
# The ADC does not depend on any board configuration, so always available
select HAS_PERIPH_ADC
select HAS_BLE_ADV_EXT
# So far, NimBLE netif does not support nrf51 platforms, so we use a dedicated
# feature to mark this
select HAS_BLE_NIMBLE_NETIF

View File

@ -33,4 +33,6 @@ ifneq (,$(filter nrf52811% nrf52820% nrf52833% nrf52840%,$(CPU_MODEL)))
FEATURES_PROVIDED += ble_phy_coded
endif
FEATURES_PROVIDED += ble_adv_ext
include $(RIOTCPU)/nrf5x_common/Makefile.features