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

boards/stm32f723e-disco: add feature periph_usbdev_hs

This commit is contained in:
Gunar Schorcht 2023-03-07 11:27:13 +01:00
parent 16f72dad2a
commit 38de94d243
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ config BOARD_STM32F723E_DISCO
select HAS_PERIPH_UART
select HAS_PERIPH_UART_HW_FC
select HAS_PERIPH_USBDEV
select HAS_PERIPH_USBDEV_HS
select HAS_PERIPH_USBDEV_HS_UTMI
# Put other features for this board (in alphabetical order)

View File

@ -11,6 +11,7 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_uart_hw_fc
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += periph_usbdev_hs
FEATURES_PROVIDED += periph_usbdev_hs_utmi
# Put other features for this board (in alphabetical order)