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