summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 20:25:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 20:25:28 +0000
commitbecdb9c6de3f8305a5637bd3a4692f6d51059a67 (patch)
tree808f3e80b572ab0e86b99e740d7a601e1e0c4260 /nuttx/Documentation
parentcff1141190d60f819078be1ad0ed0186b47fd637 (diff)
downloadpx4-nuttx-becdb9c6de3f8305a5637bd3a4692f6d51059a67.tar.gz
px4-nuttx-becdb9c6de3f8305a5637bd3a4692f6d51059a67.tar.bz2
px4-nuttx-becdb9c6de3f8305a5637bd3a4692f6d51059a67.zip
Add select()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1263 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 98920305b..e149f42a8 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: November 16, 2008</p>
+ <p>Last Updated: November 17, 2008</p>
</td>
</tr>
</table>
@@ -1200,7 +1200,9 @@ buildroot-0.1.2 2007-11-06 &lt;spudmonkey@racsa.co.cr&gt
<pre><ul>
nuttx-0.3.19 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
- * Add the basic infrastructure for support the poll() API
+ * Add poll() and select() APIs (in the initial check-in, these work only with character devices)
+ * Add poll() methods to /dev/null, /dev/zero, pipes, and fifos.
+ * Add examples/poll for testing poll() and select()
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;