This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-14 08:08:50 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
7bfa4e299c8d806b7daa201872df69d216f5ac10
nuttx
/
drivers
/
usbdev
T
History
Gregory Nutt
47bbf54f11
Optimize request buffer sizes in the serial USB drivers so that we avoid so many NULL packets and so that the OUT request buffer size is exactly the max packet size.
2013-05-29 12:30:37 -06:00
..
cdcacm_desc.c
…
cdcacm.c
Optimize request buffer sizes in the serial USB drivers so that we avoid so many NULL packets and so that the OUT request buffer size is exactly the max packet size.
2013-05-29 12:30:37 -06:00
cdcacm.h
…
composite_desc.c
…
composite.c
…
composite.h
…
Kconfig
Optimize request buffer sizes in the serial USB drivers so that we avoid so many NULL packets and so that the OUT request buffer size is exactly the max packet size.
2013-05-29 12:30:37 -06:00
Make.defs
…
pl2303.c
Optimize request buffer sizes in the serial USB drivers so that we avoid so many NULL packets and so that the OUT request buffer size is exactly the max packet size.
2013-05-29 12:30:37 -06:00
usbdev_trace.c
…
usbdev_trprintf.c
STM32 F4 patches from Petteri Aimonen (mostly USB)
2013-02-15 14:37:37 +00:00
usbmsc_desc.c
…
usbmsc_scsi.c
Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri Aimonen
2013-02-28 17:34:57 +00:00
usbmsc.c
More changes for a kernel-mode allocator (more to be done)
2013-03-09 21:12:20 +00:00
usbmsc.h
…