cpu/nrf52: add features for coded and 2Mbit PHYs
This commit is contained in:
parent
4d96c1f8e0
commit
96163aa380
@ -25,4 +25,11 @@ FEATURES_PROVIDED += cortexm_mpu
|
|||||||
|
|
||||||
FEATURES_PROVIDED += periph_i2c_reconfigure
|
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
|
include $(RIOTCPU)/nrf5x_common/Makefile.features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user