summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2e6cae02e..d6c15cb9f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -580,4 +580,4 @@
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