summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-21 21:59:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-21 21:59:35 +0000
commitaa6acd09ef4900ece87a4d5e0fde449ba7bdb8e2 (patch)
tree2ee3d56220eb419976035ac38aa73dc8f5e249b8 /nuttx/ReleaseNotes
parent60051cba0cf424e01ef2eda09816ee8945867b6d (diff)
downloadnuttx-aa6acd09ef4900ece87a4d5e0fde449ba7bdb8e2.tar.gz
nuttx-aa6acd09ef4900ece87a4d5e0fde449ba7bdb8e2.tar.bz2
nuttx-aa6acd09ef4900ece87a4d5e0fde449ba7bdb8e2.zip
Prep for 6.0 releasenuttx-6.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes49
1 files changed, 48 insertions, 1 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index a00ac19b5..cd9ac5277 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1694,7 +1694,7 @@ identified in the ChangeLog. Headlines would include:
* Incorporated the LUFA HID parser.
* Various bugfix as detailed in the ChangeLog
-nuttx-5.18
+nuttx-5.19
^^^^^^^^^^
The 66th release of NuttX, Version 5.19, was made on March 12, 2011 and is
@@ -1730,3 +1730,50 @@ several new features in various states of integration and maturity:
Uros Platise))
* New waitpid() system interface.
* Additional bugfixes: pipes, stdint.h, STM32 SDIO and SPI drivers
+
+nuttx-6.0
+^^^^^^^^^
+
+The 67th release of NuttX, Version 6.0, was made on March 21, 2011 and is
+available for download from the SourceForge website. The version number of
+this release was bumped from 5.19 to 6.0. A change in the major revision
+number is used to reflect an incompatibility with previous versions. In
+this release, the NuttX core OS functionality has been separated from NuttX
+application-related functionality. These are provided as separate tarballs:
+
+ * nuttx-6.0.tar.gz, and
+ * apps-6.0.tar.gz
+
+The purpose of this separation is both to better organize and modularize the
+NuttX source tree, but also to provide better support for incorporation of
+end-user applications with Nuttx.
+
+The incompatibily results from the changes to the board configuration logic
+needed to supported the separable application. The major changes to the
+configuration include:
+
+ * CONFIG_APPS_DIR - This should not be set. The default is ../apps. This
+ should only be set if you have a custom, product-specific application
+ directory in some different location.
+
+ * appconfig - Each board configuration now requires a new file called
+ 'appconfig.' As its name suggests, this file provides new configuration
+ information needed by the logic in ../apps.
+
+In addition to this major reorganization in the directory structure, this
+release also includes some important extensions to existing features and some
+important bugfixes. These include:
+
+ * The SLIP driver was been well debugged and significantly re-designed.
+ Now you can have an Ethernet connection to you board even if you have
+ no Ethernet hardware. How cool is that?
+
+ * The QEMU i486 port is now functional. It has also been reported to
+ work on the Bifferboard (see http://bifferos.bizhat.com/).
+
+ * And extensions to the uIP driver interface, and
+
+ * Bug fixes to fopen() and STM32 GPIO configuration
+
+Please see the ChangeLog for details.
+