mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 11:32:44 +01:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
|
BOARD ?= samr21-xpro
|
||
|
include ../Makefile.tests_common
|
||
|
|
||
|
USEMODULE += stdio_cdc_acm
|
||
|
USEMODULE += shell
|
||
|
USEMODULE += shell_commands
|
||
|
USEMODULE += ps
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|