1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

test/examples/make: inc all of SAUL on saul_default

- make saul_default dependent on saul_reg and auto_init_saul
- adapt default example and the saul test application
This commit is contained in:
Hauke Petersen 2017-01-17 12:20:50 +01:00
parent b24be6a6ae
commit 1469d46501
3 changed files with 2 additions and 4 deletions

View File

@ -548,6 +548,8 @@ endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul
USEMODULE += saul_reg
USEMODULE += auto_init_saul
endif
ifneq (,$(filter saul,$(USEMODULE)))

View File

@ -32,9 +32,7 @@ USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
# include and auto-initialize all available sensors
USEMODULE += saul_reg
USEMODULE += saul_default
USEMODULE += auto_init_saul
BOARD_PROVIDES_NETIF := airfy-beacon cc2538dk fox iotlab-m3 iotlab-a8-m3 mulle \
microbit native nrf51dongle nrf52dk nrf6310 openmote-cc2538 pba-d-01-kw2x \

View File

@ -2,9 +2,7 @@ APPLICATION = saul
include ../Makefile.tests_common
# include and auto-initialize all available sensors
USEMODULE += saul_reg
USEMODULE += saul_default
USEMODULE += auto_init_saul
USEMODULE += xtimer