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

tests/pkg_tinyusb*: add a BOARD to make make build

This commit is contained in:
Karl Fessel 2022-11-11 20:41:57 +01:00
parent bec46c55bd
commit edeed17e1b
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
BOARD ?= samr21-xpro
include ../Makefile.tests_common
USB_VID ?= $(USB_VID_TESTING)
@ -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

View File

@ -1,3 +1,4 @@
BOARD ?= samr21-xpro
include ../Makefile.tests_common
USB_VID ?= $(USB_VID_TESTING)