2020-02-09 12:52:52 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
USEMODULE += stdio_semihosting
|
2022-08-16 16:35:20 +02:00
|
|
|
USEMODULE += shell_cmds_default
|
2020-02-09 12:52:52 +01:00
|
|
|
USEMODULE += ps
|
|
|
|
|
|
|
|
RIOT_TERMINAL = semihosting
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|