Skip to content

Commit

Permalink
Merge pull request #11768 from aabadie/pr/boards/lobaro_lorabox
Browse files Browse the repository at this point in the history
boards/lobaro-lorabox: add sx1272 radio driver dependency to netdev_default
  • Loading branch information
leandrolanzieri committed Jul 4, 2019
2 parents 6176878 + a1fbbff commit 5492214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions boards/lobaro-lorabox/Makefile.dep
@@ -1,3 +1,7 @@
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif

ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1272
endif
2 changes: 1 addition & 1 deletion examples/default/Makefile
Expand Up @@ -38,7 +38,7 @@ USEMODULE += ps
USEMODULE += saul_default

BOARD_PROVIDES_NETIF := acd52832 airfy-beacon b-l072z-lrwan1 cc2538dk fox \
iotlab-m3 iotlab-a8-m3 lsn50 mulle microbit native nrf51dk \
iotlab-m3 iotlab-a8-m3 lobaro-lorabox lsn50 mulle microbit native nrf51dk \
nrf51dongle nrf52dk nrf52840dk nrf52840-mdk nrf6310 \
openmote-cc2538 pba-d-01-kw2x remote-pa remote-reva samr21-xpro \
spark-core telosb yunjia-nrf51822 z1
Expand Down

0 comments on commit 5492214

Please sign in to comment.