mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
arch/arm/src/stm32f7: USB High speed for STM32F7 series
This commit is contained in:
committed by
Gregory Nutt
parent
2c2729521b
commit
7d2bd2371f
+52
-6
@@ -128,6 +128,52 @@ config USBDEV_TRACE_INITIALIDSET
|
||||
|
||||
endif # USBDEV_TRACE
|
||||
|
||||
menuconfig USBDEV_CUSTOM_TXFIFO_SIZE
|
||||
bool "Custom TX Fifo size"
|
||||
default n
|
||||
---help---
|
||||
Enables custom TX Fifo size
|
||||
|
||||
if USBDEV_CUSTOM_TXFIFO_SIZE
|
||||
|
||||
config USBDEV_EP0_TXFIFO_SIZE
|
||||
int "USBDEV_EP0_TXFIFO_SIZE"
|
||||
default 64
|
||||
|
||||
config USBDEV_EP1_TXFIFO_SIZE
|
||||
int "USBDEV_EP1_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
config USBDEV_EP2_TXFIFO_SIZE
|
||||
int "USBDEV_EP2_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
config USBDEV_EP3_TXFIFO_SIZE
|
||||
int "USBDEV_EP3_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
config USBDEV_EP4_TXFIFO_SIZE
|
||||
int "USBDEV_EP4_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
config USBDEV_EP5_TXFIFO_SIZE
|
||||
int "USBDEV_EP5_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
config USBDEV_EP6_TXFIFO_SIZE
|
||||
int "USBDEV_EP6_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
config USBDEV_EP7_TXFIFO_SIZE
|
||||
int "USBDEV_EP7_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
config USBDEV_EP8_TXFIFO_SIZE
|
||||
int "USBDEV_EP8_TXFIFO_SIZE"
|
||||
default 0
|
||||
|
||||
endif # USBDEV_CUSTOM_TXFIFO_SIZE
|
||||
|
||||
comment "USB Device Class Driver Options"
|
||||
|
||||
menuconfig USBDEV_COMPOSITE
|
||||
@@ -691,12 +737,12 @@ menuconfig RNDIS
|
||||
if RNDIS
|
||||
|
||||
config RNDIS_COMPOSITE
|
||||
bool "RNDIS composite support"
|
||||
default n
|
||||
depends on USBDEV_COMPOSITE
|
||||
---help---
|
||||
Configure the RNDIS driver as part of a composite driver
|
||||
(only if USBDEV_COMPOSITE is also defined)
|
||||
bool "RNDIS composite support"
|
||||
default n
|
||||
depends on USBDEV_COMPOSITE
|
||||
---help---
|
||||
Configure the RNDIS driver as part of a composite driver
|
||||
(only if USBDEV_COMPOSITE is also defined)
|
||||
|
||||
if !RNDIS_COMPOSITE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user