1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stm32f746g-disco: enable tinyUSB feature

This commit is contained in:
Gunar Schorcht 2022-10-19 18:28:12 +02:00
parent eb5035971a
commit 7e166c638f
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ config BOARD_STM32F746G_DISCO
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAS_PERIPH_USBDEV_HS_ULPI
select HAS_TINYUSB_DEVICE
# Clock configuration
select BOARD_HAS_HSE

View File

@ -10,6 +10,7 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += periph_usbdev_hs_ulpi
FEATURES_PROVIDED += tinyusb_device
# stm32f746g-disco provides a custom default Kconfig clock configuration
KCONFIG_BOARD_CONFIG += $(RIOTBOARD)/stm32f746g-disco/clock.config