incubator-nuttx/drivers/usbdev
yangsong8 5a39e83c05 usbdev: extend the usb req len to size_t
Some USB controllers can receive or send multiple data packets then
generate one interrupt. This mechanism can reduce the number of data
copies. Extend req buf to accommodate this.

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
2024-08-30 01:32:02 +08:00
..
CMakeLists.txt usbdev: add ncm driver 2024-08-21 02:01:01 +08:00
Kconfig usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
Make.defs usbdev: add ncm driver 2024-08-21 02:01:01 +08:00
adb.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
cdcacm.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
cdcacm.h usbdev: unify the parameter of mkconfdesc function 2024-08-27 12:53:15 -03:00
cdcacm_desc.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
cdcecm.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
cdcecm.h usbdev/cdcncm: fix some issues 2024-08-21 02:01:01 +08:00
cdcncm.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
composite.c usbdev: unify the parameter of mkconfdesc function 2024-08-27 12:53:15 -03:00
composite.h usbdev: Fix build error with BOARD_USBDEV_SERIALSTR 2023-09-15 13:34:06 +08:00
composite_desc.c usbdev: Fix build error with BOARD_USBDEV_SERIALSTR 2023-09-15 13:34:06 +08:00
dfu.c usbdev: unify the parameter of mkconfdesc function 2024-08-27 12:53:15 -03:00
mtp.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
pl2303.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
rndis.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
rndis_std.h
usbdev_desc.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbdev_fs.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
usbdev_fs.h usbdev: add usbdev fs device for usb char device 2023-09-09 15:52:08 +08:00
usbdev_req.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
usbdev_strings.c
usbdev_trace.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
usbdev_trprintf.c Add printflike and scanflike to all printf/scanf like functions 2022-07-18 14:14:36 +03:00
usbmsc.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbmsc.h usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbmsc_desc.c usbdev: add usb3.0 ep companion struct and descriptor 2024-08-27 12:53:15 -03:00
usbmsc_scsi.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00