Skip to content

Commit

Permalink
boards/nucleo-f303ze: enable tinyUSB support
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Oct 22, 2022
1 parent e38f19f commit de4ce1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/nucleo-f303ze/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions boards/nucleo-f303ze/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit de4ce1b

Please sign in to comment.