Skip to content

Commit

Permalink
tests/pkg_tinyusb*: add a BOARD to make make build
Browse files Browse the repository at this point in the history
  • Loading branch information
kfessel committed Nov 11, 2022
1 parent bec46c5 commit edeed17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pkg_tinyusb_cdc_acm_stdio/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
BOARD ?= samr21-xpro
include ../Makefile.tests_common

USB_VID ?= $(USB_VID_TESTING)
Expand All @@ -6,7 +7,7 @@ USB_PID ?= $(USB_PID_TESTING)
USEMODULE += stdio_tinyusb_cdc_acm

USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += shell_cmds_default
USEMODULE += ps

include $(RIOTBASE)/Makefile.include
1 change: 1 addition & 0 deletions tests/pkg_tinyusb_cdc_msc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
BOARD ?= samr21-xpro
include ../Makefile.tests_common

USB_VID ?= $(USB_VID_TESTING)
Expand Down

0 comments on commit edeed17

Please sign in to comment.