From b17197fe53caafdfb5048a58062f3f9fc2b23d37 Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Wed, 5 Oct 2022 19:19:34 +0200 Subject: [PATCH] boards/sam0-based: enable tinyusb_device support in Makefiles.features Signed-off-by: Dylan Laduranty --- boards/common/arduino-zero/Makefile.features | 1 + boards/samd21-xpro/Makefile.features | 3 +++ boards/same54-xpro/Makefile.features | 1 + boards/saml21-xpro/Makefile.features | 1 + boards/samr21-xpro/Makefile.features | 1 + boards/samr30-xpro/Makefile.features | 1 + boards/samr34-xpro/Makefile.features | 1 + 7 files changed, 9 insertions(+) diff --git a/boards/common/arduino-zero/Makefile.features b/boards/common/arduino-zero/Makefile.features index 03ea2c00bb..3fcd1e779b 100644 --- a/boards/common/arduino-zero/Makefile.features +++ b/boards/common/arduino-zero/Makefile.features @@ -15,3 +15,4 @@ FEATURES_PROVIDED += periph_usbdev # Various other features (if any) FEATURES_PROVIDED += arduino FEATURES_PROVIDED += arduino_pwm +FEATURES_PROVIDED += tinyusb_device diff --git a/boards/samd21-xpro/Makefile.features b/boards/samd21-xpro/Makefile.features index 90d0836161..1fb60b6259 100644 --- a/boards/samd21-xpro/Makefile.features +++ b/boards/samd21-xpro/Makefile.features @@ -12,3 +12,6 @@ FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_usbdev + +# Put other features for this board (in alphabetical order) +FEATURES_PROVIDED += tinyusb_device diff --git a/boards/same54-xpro/Makefile.features b/boards/same54-xpro/Makefile.features index 3d0b725045..e273dde02f 100644 --- a/boards/same54-xpro/Makefile.features +++ b/boards/same54-xpro/Makefile.features @@ -16,3 +16,4 @@ FEATURES_PROVIDED += periph_usbdev # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot +FEATURES_PROVIDED += tinyusb_device diff --git a/boards/saml21-xpro/Makefile.features b/boards/saml21-xpro/Makefile.features index 8973c618fb..997ae28554 100644 --- a/boards/saml21-xpro/Makefile.features +++ b/boards/saml21-xpro/Makefile.features @@ -15,3 +15,4 @@ FEATURES_PROVIDED += periph_usbdev # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot +FEATURES_PROVIDED += tinyusb_device diff --git a/boards/samr21-xpro/Makefile.features b/boards/samr21-xpro/Makefile.features index 6800fd1f5c..6bcdee23da 100644 --- a/boards/samr21-xpro/Makefile.features +++ b/boards/samr21-xpro/Makefile.features @@ -15,3 +15,4 @@ FEATURES_PROVIDED += periph_usbdev # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot +FEATURES_PROVIDED += tinyusb_device diff --git a/boards/samr30-xpro/Makefile.features b/boards/samr30-xpro/Makefile.features index 03da86945f..f2b7cf9c31 100644 --- a/boards/samr30-xpro/Makefile.features +++ b/boards/samr30-xpro/Makefile.features @@ -13,3 +13,4 @@ FEATURES_PROVIDED += periph_usbdev # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot +FEATURES_PROVIDED += tinyusb_device diff --git a/boards/samr34-xpro/Makefile.features b/boards/samr34-xpro/Makefile.features index f0d245284c..dac4a3eecb 100644 --- a/boards/samr34-xpro/Makefile.features +++ b/boards/samr34-xpro/Makefile.features @@ -14,3 +14,4 @@ FEATURES_PROVIDED += periph_usbdev # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot +FEATURES_PROVIDED += tinyusb_device