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

18 lines
400 B
Makefile
Raw Normal View History

BOARD ?= samr21-xpro
2014-10-09 10:40:31 +02:00
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
FEATURES_OPTIONAL = periph_i2c_reconfigure
2014-10-09 10:40:31 +02:00
USEMODULE += shell
USEMODULE += shell_cmds_default
USEMODULE += shell_cmd_i2c_scan
USEMODULE += xtimer
2014-10-09 10:40:31 +02:00
# avoid running Kconfig by default
SHOULD_RUN_KCONFIG ?=
EXTERNAL_BOARD_DIRS += $(CURDIR)/../external_board_dirs/esp-ci-boards
2014-10-09 10:40:31 +02:00
include $(RIOTBASE)/Makefile.include