summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-03 20:53:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-03 20:53:23 +0000
commit371d1d6b10395cee6666d554b18f5df245df5c9f (patch)
tree5e38c0b1f6603129340bbd7f740bbc6f4ab96437 /nuttx/Documentation/NuttX.html
parent148215506db4a47326caf083d90ffed788583061 (diff)
downloadpx4-nuttx-371d1d6b10395cee6666d554b18f5df245df5c9f.tar.gz
px4-nuttx-371d1d6b10395cee6666d554b18f5df245df5c9f.tar.bz2
px4-nuttx-371d1d6b10395cee6666d554b18f5df245df5c9f.zip
Add support for bitmap fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1408 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-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 ecf01aa7c..2b0a0ee33 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 28, 2008</p>
+ <p>Last Updated: December 3, 2008</p>
</td>
</tr>
</table>
@@ -1205,11 +1205,13 @@ buildroot-0.1.2 2007-11-06 &lt;spudmonkey@racsa.co.cr&gt
<pre><ul>
nuttx-0.3.20 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
- * Initial release of a tiny windowing system for NuttX (not well tested at initial check-in)
+ * Initial release of a tiny windowing system for NuttX
* Add fixed precision sin() and cos() (not well tested at initial check-in)
* Add an X11-based simulated framebuffer driver
* The simulated target now has an option (CONFIG_SIM_WALLTIME) that will let the simulation
run in more-or-less realtime.
+ * Added more more extensive window support: frames, toolbars, etc.
+ * Added support for bitmap fonts
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;