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)))
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||||
USEMODULE += saul_nrf_temperature
|
USEMODULE += saul_nrf_temperature
|
||||||
endif
|
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
|
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…
x
Reference in New Issue
Block a user