mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 11:12:43 +01:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
|
BOARD ?= samr21-xpro
|
||
|
|
||
|
include ../Makefile.tests_common
|
||
|
|
||
|
FEATURES_REQUIRED += cpu_check_address
|
||
|
|
||
|
USEMODULE += shell
|
||
|
USEMODULE += shell_commands
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|