This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ac130dc2f3356f8082d001497c8660498e2bc818
nuttx
/
drivers
/
usbdev
T
History
Gregory Nutt
ac130dc2f3
CDC/ACM Device: Fixe compilation errors when dual speed support is enabled
2013-09-01 11:27:59 -06:00
..
cdcacm_desc.c
CDC/ACM Device: Fixe compilation errors when dual speed support is enabled
2013-09-01 11:27:59 -06:00
cdcacm.c
Added FIONREAD and FIONWRITE to CDC/ACM driver. From Lorenz Meier
2013-08-10 19:21:39 -06:00
cdcacm.h
…
composite_desc.c
…
composite.c
Fix type in the USB composite device driver
2013-07-04 07:47:32 -06:00
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
…
usbmsc_desc.c
…
usbmsc_scsi.c
…
usbmsc.c
More changes for a kernel-mode allocator (more to be done)
2013-03-09 21:12:20 +00:00
usbmsc.h
…