1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

13 lines
232 B
Makefile

include ../Makefile.tests_common
USB_VID ?= $(USB_VID_TESTING)
USB_PID ?= $(USB_PID_TESTING)
USEMODULE += stdio_tinyusb_cdc_acm
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
include $(RIOTBASE)/Makefile.include