Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ieee802154/at86rf2xx: port to Radio HAL #19015

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Next Next commit
ieee802154/nrf802154: fix missing ieee802154 dependency
  • Loading branch information
jia200x committed Apr 13, 2023
commit ea59bf297e590192e8954828d57bb48584bdf45c
1 change: 1 addition & 0 deletions cpu/nrf52/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ifneq (,$(filter nrf802154,$(USEMODULE)))
FEATURES_REQUIRED += periph_timer
FEATURES_REQUIRED += radio_nrf802154
USEMODULE += luid
USEMODULE += ieee802154
ifneq (,$(filter netdev,$(USEMODULE)))
USEMODULE += netdev_ieee802154_submac
endif
Expand Down