mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu/nrf52: nrf802154: default to netdev_ieee802154_submac
The basic nrf802154 driver lacks ACK handling and retransmissions, which degrades it's usefulness. The 802.15.4 Sub-MAC fixes all those issues. Enable it by default for this driver to make it better behaved.
This commit is contained in:
parent
20329ff1d4
commit
264d0e3354
@ -5,6 +5,9 @@ ifneq (,$(filter nrf802154,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += radio_nrf802154
|
||||
USEMODULE += luid
|
||||
USEMODULE += netdev_ieee802154
|
||||
ifeq (,$(filter netdev_ieee802154_legacy,$(USEMODULE)))
|
||||
USEMODULE += netdev_ieee802154_submac
|
||||
endif
|
||||
endif
|
||||
|
||||
# The nrf52832 requires gpio IRQ with SPI to work around errata 58
|
||||
|
Loading…
Reference in New Issue
Block a user