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-15 00:32:39 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
3da4e2fc4f5024e0b350a75cffb0257d049bfafa
nuttx
/
drivers
/
usbdev
T
History
Gregory Nutt
fe9023752a
SAM4E: Revise board-specific USB MSC support
2014-03-18 09:31:02 -06:00
..
cdcacm_desc.c
…
cdcacm.c
Correct unitialization of composite USB device. A stale pointer was being reused. From David Sidrane
2013-11-05 09:12:08 -06:00
cdcacm.h
…
composite_desc.c
…
composite.c
Correct unitialization of composite USB device. A stale pointer was being reused. From David Sidrane
2013-11-05 09:12:08 -06:00
composite.h
…
Kconfig
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
2013-11-15 09:49:27 -06:00
Make.defs
…
pl2303.c
…
usbdev_strings.c
…
usbdev_trace.c
SAM4E: Revise board-specific USB MSC support
2014-03-18 09:31:02 -06:00
usbdev_trprintf.c
SAM4E: Revise board-specific USB MSC support
2014-03-18 09:31:02 -06:00
usbmsc_desc.c
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
2014-02-10 18:08:49 -06:00
usbmsc_scsi.c
Need to lock mutex before signal
2013-11-02 08:10:24 -06:00
usbmsc.c
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
2014-02-10 18:08:49 -06:00
usbmsc.h
…