Prep for 0.4.0 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1427 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-12-06 16:08:07 +00:00
parent 7c0e2a96f6
commit db16f9ff26
4 changed files with 67 additions and 82 deletions
+20
View File
@@ -749,3 +749,23 @@ These changes were verified only on the Neuros OSD (ARM9) using a Linux developm
environment. Please report any errors to me.
This tarball contains a complete CVS snapshot from November 26, 2008.
nuttx-0.4.0
^^^^^^^^^^^
This is the 32nd release of NuttX. This release adds graphics support and a tiny
windowing subsystem. That new graphics subystem is documented at
http://nuttx.sourceforge.net/NXGraphicsSubsystem.html. No other substantial changes
were made.
These changes were verified only on the NuttX simulation platform with X11 windows
simulating a device framebuffer. Please report any errors to me.
The version number was bumped up to 0.4.0 in part to reflect the new graphics subsystem,
but also to recognize the NuttX is approaching complete functionality. In the 0.3.x
versions, network support was added, Pascal P-code runtime support was added, FAT and
ROMFS filesystems were added, MMC/SD and USB device support were added. There were
also numerous extensions to the NuttShell, NuttX APIs, and architecture ports.
This tarball contains a complete CVS snapshot from December 6, 2008.