1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_srf02/Makefile
Marian Buschsieweke fd6fedaab6
tests: BOARD_INSUFFICIENT_MEMORY -> Makefile.ci
- Moved the BOARD_INSUFFICIENT_MEMORY list into Makefile.ci
- Formatted the list to contain one board per line
- Sorted the lists alphabetically
2019-10-17 15:11:59 +02:00

16 lines
359 B
Makefile

include ../Makefile.tests_common
USEMODULE += xtimer
USEMODULE += srf02
USEMODULE += shell
# set default device parameters in case they are undefined
TEST_SRF02_I2C ?= I2C_DEV\(0\)
TEST_MODE ?= SRF02_MODE_REAL_CM
# export parameters
CFLAGS += -DTEST_SRF02_I2C=$(TEST_SRF02_I2C)
CFLAGS += -DTEST_MODE=$(TEST_MODE)
include $(RIOTBASE)/Makefile.include