mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
boards/nrf52dk: use nrfmin driver
This commit is contained in:
parent
a05233633f
commit
cb3dcaaf5d
@ -2,6 +2,12 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
|||||||
USEMODULE += saul_gpio
|
USEMODULE += saul_gpio
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq (,$(filter nrfmin,$(USEMODULE)))
|
||||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||||
USEPKG += nordic_softdevice_ble
|
USEPKG += nordic_softdevice_ble
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||||
|
USEMODULE += nrfmin
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|||||||
@ -9,6 +9,7 @@ FEATURES_PROVIDED += periph_uart
|
|||||||
|
|
||||||
# Various other features (if any)
|
# Various other features (if any)
|
||||||
FEATURES_PROVIDED += cpp
|
FEATURES_PROVIDED += cpp
|
||||||
|
FEATURES_PROVIDED += radio_nrfmin
|
||||||
|
|
||||||
# The board MPU family (used for grouping by the CI system)
|
# The board MPU family (used for grouping by the CI system)
|
||||||
FEATURES_MCU_GROUP = cortex_m4_3
|
FEATURES_MCU_GROUP = cortex_m4_3
|
||||||
|
|||||||
@ -37,7 +37,7 @@ USEMODULE += saul_default
|
|||||||
USEMODULE += auto_init_saul
|
USEMODULE += auto_init_saul
|
||||||
|
|
||||||
BOARD_PROVIDES_NETIF := airfy-beacon cc2538dk fox iotlab-m3 iotlab-a8-m3 mulle \
|
BOARD_PROVIDES_NETIF := airfy-beacon cc2538dk fox iotlab-m3 iotlab-a8-m3 mulle \
|
||||||
microbit native nrf51dongle nrf6310 openmote-cc2538 pba-d-01-kw2x \
|
microbit native nrf51dongle nrf52dk nrf6310 openmote-cc2538 pba-d-01-kw2x \
|
||||||
pca10000 pca10005 remote-pa remote-reva saml21-xpro samr21-xpro \
|
pca10000 pca10005 remote-pa remote-reva saml21-xpro samr21-xpro \
|
||||||
spark-core telosb yunjia-nrf51822 z1
|
spark-core telosb yunjia-nrf51822 z1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user