This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
2119c5ce19
nuttx
/
drivers
/
pipes
History
Gregory Nutt
6194467c13
PTY: Fix termios read input processing.. what was I thinking? Also, if some data was read, pty_read() should not block on the empty FIFO.
2016-07-18 08:00:56 -06:00
..
fifo.c
pipes: support FIONREAD and FIONWRITE ioctl on pipes; use semaphores for pipecommon_ioctl().
2016-03-20 18:11:13 -06:00
Kconfig
drivers/pipes/Kconfig: Add missing configuration for pipe ring buffer size.
2016-07-08 06:32:58 -06:00
Make.defs
drivers/, drivers/pipes, and drivers/serial file clean-up
2012-07-15 14:56:25 +00:00
pipe_common.c
PTY: Fix termios read input processing.. what was I thinking? Also, if some data was read, pty_read() should not block on the empty FIFO.
2016-07-18 08:00:56 -06:00
pipe_common.h
Purely cosmetic
2016-03-20 18:44:44 -06:00
pipe.c
Reserver the name 'err' for other purposes
2016-06-11 14:40:07 -06:00