From c6d028c534dbbda3a9bfa1c3efcdd41f49563d14 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 30 Nov 2008 18:52:14 +0000 Subject: [PATCH] There is at least some X11 output now git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 6dcce8b587d..ecf01aa7c28 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1207,6 +1207,9 @@ buildroot-0.1.2 2007-11-06 <spudmonkey@racsa.co.cr> nuttx-0.3.20 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Initial release of a tiny windowing system for NuttX (not well tested at initial check-in) * 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. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>