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-05-15 13:16:28 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
eada2bf8d8c7acdef8c020018522df2ebdb00c2e
nuttx
/
drivers
/
usbdev
T
History
Gregory Nutt
e0b4a10dfa
drivers/serial/pty.c, serial.c, usbdev/cdcacm.c, include/nuttx/fs/ioctl.h: Fix FIONWRITE and add FIONSPACE. All implementations of FIONWRITE were wrong. FIONWRITE should return the number of bytes waiting in the outgoing send queue, not the free space. Rather, FIONSPACE should return the free space in the send queue.
2016-07-25 14:06:32 -06:00
..
cdcacm_desc.c
…
cdcacm.c
drivers/serial/pty.c, serial.c, usbdev/cdcacm.c, include/nuttx/fs/ioctl.h: Fix FIONWRITE and add FIONSPACE. All implementations of FIONWRITE were wrong. FIONWRITE should return the number of bytes waiting in the outgoing send queue, not the free space. Rather, FIONSPACE should return the free space in the send queue.
2016-07-25 14:06:32 -06:00
cdcacm.h
…
composite_desc.c
…
composite.c
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
composite.h
…
Kconfig
Eliminate use of apps/system/usbmonitor. Use drivers/usbmonitor instead.
2016-06-30 13:09:22 -06:00
Make.defs
…
pl2303.c
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
usbdev_strings.c
USBMSC: Fix usbtrace() string.
2016-07-23 20:10:20 -07:00
usbdev_trace.c
Remove some last traces of lowvsyslog that were missed; Add a SYSLOG emergency channel for handling assertion output more cleanly
2016-06-20 16:11:50 -06:00
usbdev_trprintf.c
…
usbmsc_desc.c
…
usbmsc_scsi.c
USBMSC: Fix reversed logic on waiting for SCSI thread start.
2016-07-23 20:11:00 -07:00
usbmsc.c
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
usbmsc.h
…