From edeed17e1bc99a2cea77810fce670edc86450d4d Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Fri, 11 Nov 2022 20:41:57 +0100 Subject: [PATCH] tests/pkg_tinyusb*: add a BOARD to make make build --- tests/pkg_tinyusb_cdc_acm_stdio/Makefile | 3 ++- tests/pkg_tinyusb_cdc_msc/Makefile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/pkg_tinyusb_cdc_acm_stdio/Makefile b/tests/pkg_tinyusb_cdc_acm_stdio/Makefile index a14b018016..a3b5a59126 100644 --- a/tests/pkg_tinyusb_cdc_acm_stdio/Makefile +++ b/tests/pkg_tinyusb_cdc_acm_stdio/Makefile @@ -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 diff --git a/tests/pkg_tinyusb_cdc_msc/Makefile b/tests/pkg_tinyusb_cdc_msc/Makefile index 543e18c7b8..2d91da8506 100644 --- a/tests/pkg_tinyusb_cdc_msc/Makefile +++ b/tests/pkg_tinyusb_cdc_msc/Makefile @@ -1,3 +1,4 @@ +BOARD ?= samr21-xpro include ../Makefile.tests_common USB_VID ?= $(USB_VID_TESTING)