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:
parent
03bbd6badf
commit
ea0cf85d73
12
tests/pkg_tinyusb_cdc_acm_stdio/Makefile
Normal file
12
tests/pkg_tinyusb_cdc_acm_stdio/Makefile
Normal 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
|
1
tests/pkg_tinyusb_cdc_acm_stdio/main.c
Symbolic link
1
tests/pkg_tinyusb_cdc_acm_stdio/main.c
Symbolic link
@ -0,0 +1 @@
|
||||
../usbus_cdc_acm_stdio/main.c
|
Loading…
Reference in New Issue
Block a user