1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg_tinyusb_cdc_acm_stdio: add test for stdio via CDC ACM

This commit is contained in:
Benjamin Valentin 2022-10-26 16:41:49 +02:00 committed by Benjamin Valentin
parent 03bbd6badf
commit ea0cf85d73
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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

View File

@ -0,0 +1 @@
../usbus_cdc_acm_stdio/main.c