summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-26 00:26:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-26 00:26:27 +0000
commit6de597eb58c2f0386469d40f15b9772486244b43 (patch)
treefd1b59beb5cc40616cc415d2d1bd99ba2ccd4ccf /nuttx/ChangeLog
parentfc827f90c4c1deb67bf743fcf3a2c0a89b1b2b44 (diff)
downloadnuttx-6de597eb58c2f0386469d40f15b9772486244b43.tar.gz
nuttx-6de597eb58c2f0386469d40f15b9772486244b43.tar.bz2
nuttx-6de597eb58c2f0386469d40f15b9772486244b43.zip
Add DM320 framebuffer driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1306 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d6c15cb9f..a1f19142b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -580,4 +580,8 @@
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
+ * Added first-cut definition for a framebuffer interface (and simulated framebuffer for testing
+ purposes only)
+ * Added fixed precision math support
+ * Added some color converson routines into what may become a real graphics library someday.
+ * Added a framebuffer driver for the DM320 (untested on initial check-in)