1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +01:00
2023-05-06 07:55:01 +02:00

14 lines
255 B
Makefile

BOARD ?= samr21-xpro
include ../Makefile.pkg_common
USB_VID ?= $(USB_VID_TESTING)
USB_PID ?= $(USB_PID_TESTING)
USEMODULE += stdio_tinyusb_cdc_acm
USEMODULE += shell
USEMODULE += shell_cmds_default
USEMODULE += ps
include $(RIOTBASE)/Makefile.include