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-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
fd7126771fb5a313ccbb9a6415e2a0d7131a7d4e
nuttx
/
drivers
/
usbdev
T
History
Gregory Nutt
fd7126771f
Make default request size in the Kconfig file match default in C code
2013-11-03 07:42:25 -06:00
..
cdcacm_desc.c
Use a valid interval for the interrupt endpoint in the CDC/ACM driver
2013-09-22 11:35:44 -06:00
cdcacm.c
…
cdcacm.h
…
composite_desc.c
…
composite.c
…
composite.h
…
Kconfig
Make default request size in the Kconfig file match default in C code
2013-11-03 07:42:25 -06:00
Make.defs
…
pl2303.c
…
usbdev_strings.c
…
usbdev_trace.c
…
usbdev_trprintf.c
…
usbmsc_desc.c
…
usbmsc_scsi.c
Need to lock mutex before signal
2013-11-02 08:10:24 -06:00
usbmsc.c
Avoid calling pthread_join() to wait for USB MSC thread to terminate: This does not work if the caller of usb_mscuninitialize() is in a different task group than the MSC thread. From David Sidrane
2013-11-01 12:09:25 -06:00
usbmsc.h
…