mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
266 B
Makefile
13 lines
266 B
Makefile
BOARD ?= samr21-xpro
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED += periph_spi
|
|
FEATURES_OPTIONAL += periph_spi_reconfigure
|
|
|
|
USEMODULE += xtimer
|
|
USEMODULE += shell
|
|
USEMODULE += shell_commands
|
|
USEMODULE += schedstatistics
|
|
|
|
include $(RIOTBASE)/Makefile.include
|