mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
380 B
Makefile
17 lines
380 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# copied from shell test
|
|
BOARD_INSUFFICIENT_MEMORY = arduino-duemilanove \
|
|
arduino-leonardo \
|
|
arduino-nano \
|
|
arduino-uno
|
|
|
|
USEMODULE += xtimer
|
|
USEMODULE += shell
|
|
|
|
#for testing
|
|
#USEMODULE += ps
|
|
#USEMODULE += shell_commands
|
|
|
|
include $(RIOTBASE)/Makefile.include
|