summaryrefslogtreecommitdiffstats
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-10-02 00:55:32 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-10-02 00:55:32 +0000
commita622abde40c5268fd9e18fd2a8804343a594f7f6 (patch)
tree899e77aee2d18efebb5650abff18730895f055d1 /nuttx/ReleaseNotes
parent312439fce6bc6980822b15f2c98bd32dff2c458e (diff)
Prep for 5.11 Release
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2960 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes18
1 files changed, 18 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 8120cf14f5..e88b4d79e7 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1413,3 +1413,21 @@ some new features as well as several bugfixes. New features include:
* Several bugfixes are included as well as code changes to eliminate
some warnings. See the ChangeLog for details.
+
+nuttx-5.11
+^^^^^^^^^^
+
+This is the 58th release of NuttX. This is a bugfix release.
+
+ * One very important bug fixes a race condition that can occur using
+ semaphores that can be awakened by signals. Under this particular
+ race condition, a task could hang waiting for a semaphore.
+ * Corrections to lm3s8962 port contributed by Larry Arnold. That
+ port is purported to work correctly with these changes in place.
+
+Plus less critical bugfixes as detailed in the ChangeLog. New features
+include:
+
+ * A new configuration to support the mbed.org LPC1768 board (Contributed
+ by Dave Marples), and
+ * A driver for the Atmel AT45DB161D 4Mbit SPI FLASH part,