Prep for 6.3 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3615 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-05-15 23:13:04 +00:00
parent 3dcd7ff49a
commit c2052ea364
4 changed files with 222 additions and 136 deletions
+21
View File
@@ -1852,3 +1852,24 @@ In addition to these new feature, several important bugfixes are included
in this release correcting problems with dup2(), LPC17xx GPIO interrupts,
LPC17xx UART2/3, the FAT file system, build issues, and strrch(). See the
ChangeLog for more details.
nuttx-6.3
^^^^^^^^^
The 70th release of NuttX follows only a nines days after the release of
version 6.2. It was released on May 15, 2011. This special back-to-back
release was made so that the current released version of NuttX will
correspond to the initial release from the RGMP project.
This release adds architecture support and build configuration for RGMP.
RGMP is a project for running GPOS and RTOS simultaneously on multi-
processor platforms. See http://rgmp.sourceforge.net/wiki/index.php/Main_Page
for further information about RGMP.
This release also includes support for STM32 FLASH, build improvements,
and initial, incomplete support for the MicroChip PIC32MX MCU. Bug fixes
are included for some build problems, USB host class driver error handling,
NX graphics color mapping, and problems with C standard I/O buffer flushing.
See the ChangeLog for further details.