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

cpu/nrf5x: nrfmin implements the legacy netdev API

This commit is contained in:
Marian Buschsieweke 2024-04-26 21:24:13 +02:00
parent cefbc394ca
commit 4824bb38e0
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6
2 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,7 @@ FEATURES_OPTIONAL += vdd_lc_filter_reg0
ifneq (,$(filter nimble,$(USEPKG)))
USEPKG += nrfx
endif
ifneq (,$(filter nrfmin,$(USEMODULE)))
USEMODULE += netdev_legacy_api
endif

View File

@ -0,0 +1 @@
USEMODULE += netdev_legacy_api