mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
BOARD ?= samr21-xpro
|
|
|
|
include ../Makefile.cpu_common
|
|
|
|
FEATURES_REQUIRED += cpu_check_address
|
|
|
|
USEMODULE += shell_cmds_default
|
|
|
|
include $(RIOTBASE)/Makefile.include
|