summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-27 18:28:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-27 18:28:49 +0000
commit0582f98ab57d15e55717a22ba4bba6d961c3395b (patch)
tree1229f23dad461ada1da50788350804fbf8039956 /nuttx/ReleaseNotes
parente1920b37dfc358ae73ce55665b36877c99db4e5b (diff)
downloadpx4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.tar.gz
px4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.tar.bz2
px4-nuttx-0582f98ab57d15e55717a22ba4bba6d961c3395b.zip
cat and cp need to exit if a signal is recievednuttx-5.18
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3323 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes24
1 files changed, 23 insertions, 1 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index c2e38d692..897672130 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1658,7 +1658,7 @@ the NuttX Porting Guide:
nuttx-5.17
^^^^^^^^^^
-The 64th release of NuttX, Version 5.17, was made on January 19, 2010 and is
+The 64th release of NuttX, Version 5.17, was made on January 19, 2011 and is
available for download from the SourceForge website. This release follows
close on the heels of the 5.16 release and extends the USB host capabilities
first introduced in that version.
@@ -1672,3 +1672,25 @@ first introduced in that version.
application.
And other changes as detailed in the ChangeLog.
+
+nuttx-5.18
+^^^^^^^^^^
+
+The 65th release of NuttX, Version 5.18, was made on February 27, 2011 and is
+available for download from the SourceForge website. This is first release from
+the new NuttX SVN repository. This release is made primarily to keep the release
+tarball in synchronization with SVN. Many smaller changes have been made as
+identified in the ChangeLog. Headlines would include:
+
+ * Incorporate several important uIP patches -- including the well known
+ patch to handle missing SYNACK.
+ * The Freescale mc8s12ne64 port is code complete but testing has not yet
+ begun due to toolchain issues. Added support for the Future Electronics
+ Group NE64 Badge board.
+ * Added support for a new STM32 board, the ISOTEL NetClamps VSN V1.2 ready2go
+ sensor network platform. This board is based on a STM32F103RET6 and
+ includes some interesting power saving/clock control extensions.
+ * USB host support expanded to handle vendor specific USB devices.
+ * Incorporated the LUFA HID parser.
+ * Various bugfix as detailed in the ChangeLog
+