mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nrf52: set NimBLE for gnrc_netdev_default
This commit is contained in:
parent
ce3fedfed4
commit
d127d18384
@ -7,3 +7,9 @@ endif
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_nrf_temperature
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
ifeq (,$(filter nordic_softdevice_ble nrfmin nrf802154,$(USEMODULE) $(USEPKG)))
|
||||
USEMODULE += nimble_netif
|
||||
endif
|
||||
endif
|
||||
|
@ -1,7 +1 @@
|
||||
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
|
||||
|
||||
ifeq (,$(filter nrfmin nimble_netif,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
USEPKG += nordic_softdevice_ble
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user