Skip to content

Commit

Permalink
tests/pkg_tinyusb_cdc_acm_stdio: add test for stdio via CDC ACM
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Nov 9, 2022
1 parent 1d071f3 commit 8edb2d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/pkg_tinyusb_cdc_acm_stdio/Makefile
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions tests/pkg_tinyusb_cdc_acm_stdio/main.c

0 comments on commit 8edb2d8

Please sign in to comment.