1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/nrf52: add features for coded and 2Mbit PHYs

This commit is contained in:
Hauke Petersen 2021-09-13 14:37:58 +02:00
parent 4d96c1f8e0
commit 96163aa380

View File

@ -25,4 +25,11 @@ FEATURES_PROVIDED += cortexm_mpu
FEATURES_PROVIDED += periph_i2c_reconfigure
# On top of the default 1Mbit PHY mode, all nrf52 support the 2MBit PHY mode,
# and the 52840 does further support the coded PHYs
FEATURES_PROVIDED += ble_phy_2mbit
ifneq (,$(filter nrf52811% nrf52820% nrf52833% nrf52840%,$(CPU_MODEL)))
FEATURES_PROVIDED += ble_phy_coded
endif
include $(RIOTCPU)/nrf5x_common/Makefile.features