Prep for 6.12 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4141 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-12-07 01:15:08 +00:00
parent 6d4165a0ee
commit 32991cee64
3 changed files with 151 additions and 101 deletions
+29 -2
View File
@@ -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.
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++