mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/b-l072z-lrwan1: configure auto netif configuration
This commit is contained in:
parent
1ad9b7a493
commit
0b5059f46b
@ -1,3 +1,7 @@
|
|||||||
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||||
|
USEMODULE += sx1276
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||||
USEMODULE += saul_gpio
|
USEMODULE += saul_gpio
|
||||||
endif
|
endif
|
||||||
|
@ -34,7 +34,7 @@ USEMODULE += ps
|
|||||||
# include and auto-initialize all available sensors
|
# include and auto-initialize all available sensors
|
||||||
USEMODULE += saul_default
|
USEMODULE += saul_default
|
||||||
|
|
||||||
BOARD_PROVIDES_NETIF := airfy-beacon cc2538dk fox iotlab-m3 iotlab-a8-m3 mulle \
|
BOARD_PROVIDES_NETIF := airfy-beacon b-l072z-lrwan1 cc2538dk fox iotlab-m3 iotlab-a8-m3 mulle \
|
||||||
microbit native nrf51dongle nrf52dk nrf6310 openmote-cc2538 pba-d-01-kw2x \
|
microbit native nrf51dongle nrf52dk nrf6310 openmote-cc2538 pba-d-01-kw2x \
|
||||||
remote-pa remote-reva samr21-xpro \
|
remote-pa remote-reva samr21-xpro \
|
||||||
spark-core telosb yunjia-nrf51822 z1
|
spark-core telosb yunjia-nrf51822 z1
|
||||||
|
Loading…
Reference in New Issue
Block a user