From 9fbf9bff8ce12c028f1f893e31640baf18ef215e Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Thu, 20 Oct 2022 18:27:17 +0200 Subject: [PATCH] boards/nucleo-f303ze: enable tinyUSB support --- boards/nucleo-f303ze/Kconfig | 1 + boards/nucleo-f303ze/Makefile.features | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/nucleo-f303ze/Kconfig b/boards/nucleo-f303ze/Kconfig index 125a955e13..d22ed454e4 100644 --- a/boards/nucleo-f303ze/Kconfig +++ b/boards/nucleo-f303ze/Kconfig @@ -25,5 +25,6 @@ config BOARD_NUCLEO_F303ZE # Put other features for this board (in alphabetical order) select HAS_RIOTBOOT + select HAS_TINYUSB_DEVICE source "$(RIOTBOARD)/common/nucleo144/Kconfig" diff --git a/boards/nucleo-f303ze/Makefile.features b/boards/nucleo-f303ze/Makefile.features index 44999e4d3b..1311c1eaee 100644 --- a/boards/nucleo-f303ze/Makefile.features +++ b/boards/nucleo-f303ze/Makefile.features @@ -12,6 +12,7 @@ FEATURES_PROVIDED += periph_usbdev # Put other features for this board (in alphabetical order) FEATURES_PROVIDED += riotboot +FEATURES_PROVIDED += tinyusb_device # load the common Makefile.features for Nucleo 144 boards include $(RIOTBOARD)/common/nucleo144/Makefile.features