This website requires JavaScript.
Explore
Help
Sign In
OrgApache
/
incubator-nuttx
mirror of
https://github.com/apache/incubator-nuttx.git
Watch
1
Star
0
Fork
You've already forked incubator-nuttx
0
Code
Issues
Releases
Wiki
Activity
fb72b1b1b7
incubator-nuttx
/
drivers
/
pipes
History
Gregory Nutt
eceac1612d
Fix some compilation errors introduced in the last commit
2015-01-31 13:24:59 -06:00
..
Kconfig
Add kconfig documentation
2012-04-06 16:45:52 +00:00
Make.defs
drivers/, drivers/pipes, and drivers/serial file clean-up
2012-07-15 14:56:25 +00:00
fifo.c
Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it will marked the pipe/FIFO as unliked. If/when all open references to the driver are closed, all of the driver resources will be freed.
2015-01-31 12:05:01 -06:00
pipe.c
Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it will marked the pipe/FIFO as unliked. If/when all open references to the driver are closed, all of the driver resources will be freed.
2015-01-31 12:05:01 -06:00
pipe_common.c
Fix some compilation errors introduced in the last commit
2015-01-31 13:24:59 -06:00
pipe_common.h
Fix some compilation errors introduced in the last commit
2015-01-31 13:24:59 -06:00