summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-23 15:53:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-23 15:53:51 +0000
commit63f38e0bd4943e67e7512583feb43d554f114263 (patch)
tree22dac32b5ee48069f5ba25d7fc3197daaf251095 /nuttx/Documentation/NuttX.html
parentef2c452a95a4b5ace9c5cde22f00d7db664890dc (diff)
downloadpx4-nuttx-63f38e0bd4943e67e7512583feb43d554f114263.tar.gz
px4-nuttx-63f38e0bd4943e67e7512583feb43d554f114263.tar.bz2
px4-nuttx-63f38e0bd4943e67e7512583feb43d554f114263.zip
Added framebuffer interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1298 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index a5eb01a82..9613eebdf 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 20, 2008</p>
+ <p>Last Updated: November 23, 2008</p>
</td>
</tr>
</table>
@@ -1216,6 +1216,7 @@ nuttx-0.3.19 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
second argument of the standard listen() API. Hooks are provided to support poll()/select()
waiting for connections, with a subsequent call to accept() to use the backlogged connection.
* Fixed a minor bug in accept(). It should allow the address and addresslen values to be NULL
+ * Added first-cut definition for a framebuffer interface
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;