1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 17:13:50 +01:00

boards/nucleo-f303ze: enable tinyUSB support

This commit is contained in:
Gunar Schorcht 2022-10-20 18:27:17 +02:00
parent 558d4840c7
commit 9fbf9bff8c
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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