mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:12:44 +01:00
11 lines
232 B
Makefile
11 lines
232 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno arduino-nano
|
|
|
|
USEMODULE += heap_cmd
|
|
USEMODULE += shell
|
|
USEMODULE += shell_commands
|
|
USEMODULE += ps
|
|
|
|
include $(RIOTBASE)/Makefile.include
|