summaryrefslogtreecommitdiffstats
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-02-27 18:28:49 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-02-27 18:28:49 +0000
commitab53fe7d5beb43ef3fe90e8e3b0059ace5510846 (patch)
tree1229f23dad461ada1da50788350804fbf8039956 /nuttx/ReleaseNotes
parent22b1c60a564a9287da9964475df043bdb61da919 (diff)
cat and cp need to exit if a signal is recieved
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3323 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 c2e38d6923..8976721308 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
+