nuttx/drivers/pipes
2016-07-25 14:06:32 -06:00
..
fifo.c Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00
Kconfig Alloc different sizes for pipe and fifo buffers 2016-07-19 13:34:18 -06:00
Make.defs drivers/, drivers/pipes, and drivers/serial file clean-up 2012-07-15 14:56:25 +00:00
pipe_common.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
pipe_common.h Fix a few typos in the last commit 2016-07-19 13:40:54 -06:00
pipe.c Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00