mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
boards/nucleo-f303ze: enable tinyUSB support
This commit is contained in:
parent
558d4840c7
commit
9fbf9bff8c
@ -25,5 +25,6 @@ config BOARD_NUCLEO_F303ZE
|
|||||||
|
|
||||||
# Put other features for this board (in alphabetical order)
|
# Put other features for this board (in alphabetical order)
|
||||||
select HAS_RIOTBOOT
|
select HAS_RIOTBOOT
|
||||||
|
select HAS_TINYUSB_DEVICE
|
||||||
|
|
||||||
source "$(RIOTBOARD)/common/nucleo144/Kconfig"
|
source "$(RIOTBOARD)/common/nucleo144/Kconfig"
|
||||||
|
|||||||
@ -12,6 +12,7 @@ FEATURES_PROVIDED += periph_usbdev
|
|||||||
|
|
||||||
# Put other features for this board (in alphabetical order)
|
# Put other features for this board (in alphabetical order)
|
||||||
FEATURES_PROVIDED += riotboot
|
FEATURES_PROVIDED += riotboot
|
||||||
|
FEATURES_PROVIDED += tinyusb_device
|
||||||
|
|
||||||
# load the common Makefile.features for Nucleo 144 boards
|
# load the common Makefile.features for Nucleo 144 boards
|
||||||
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
include $(RIOTBOARD)/common/nucleo144/Makefile.features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user