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:
parent
16f72dad2a
commit
38de94d243
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user