summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-07 01:15:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-07 01:15:08 +0000
commita26c82aeba1bca4de4f99a7211451db8a3a7688f (patch)
tree616408c4e517e4170118d2e54378807659c62ab6 /nuttx/ReleaseNotes
parentd0ba3aeb5520698dbe68a1ab0bbf2d08cf54c13b (diff)
downloadpx4-nuttx-a26c82aeba1bca4de4f99a7211451db8a3a7688f.tar.gz
px4-nuttx-a26c82aeba1bca4de4f99a7211451db8a3a7688f.tar.bz2
px4-nuttx-a26c82aeba1bca4de4f99a7211451db8a3a7688f.zip
Prep for 6.12 releasenuttx-6.12
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4141 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes31
1 files changed, 29 insertions, 2 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 4756d88bd..6970a792a 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -2364,7 +2364,7 @@ Bugfixes, order roughly on decreasing criticality include:
NuttX-6.11
^^^^^^^^^^
-The 78th release of NuttX, Version 6.12, was made on November 12, 2011
+The 78th release of NuttX, Version 6.11, was made on November 12, 2011
and is available for download from the SourceForge website. Note
that release consists of two tarballs: nuttx-6.11.tar.gz and
apps-6.11.tar.gz. Both may be needed (see the top-level nuttx/README.txt
@@ -2395,4 +2395,31 @@ Bugfixes, order roughly on decreasing criticality include:
* Simulation target: build fixes
* C Library: fclose() return value.
-See the change log for more detailed information. \ No newline at end of file
+See the change log for more detailed information.
+
+NuttX-6.12
+^^^^^^^^^^
+
+The 79th release of NuttX, Version 6.12, was made on December 6, 2011
+and is available for download from the SourceForge website. Note
+that release consists of two tarballs: nuttx-6.12.tar.gz and
+apps-6.12.tar.gz. Both may be needed (see the top-level nuttx/README.txt
+file for build information).
+
+New features in this release include:
+
+ * STM32. Basic support added for the STM32 F4 family. Board support
+ verified for the STMicro STM3250G-EVAL board.
+ * FAT. Enhanced partition handling.
+ * SDIO-Based SD Card support. Add support for large (>4Gb) devices
+ * Graphics. Added four new small sans serif fonts.
+ * Drivers. Fix a banding problem with the R61580 LCD.
+
+Bugfixes, order roughly on decreasing criticality include:
+
+ * FAT. Fix errors in how the first entries in the root directory are
+ added. Fix errors in FAT date/time handling.
+ * Signals. Fix bug in certain sig_timedwait() error handling.
+ * Drivers. Fix cloned errors in poll() handling in several drivers.
+ * Message Queues. errno was not being set correctly by mq_notify().
+ * C Library. wchar_t is a built-in type for C++