diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index dad9c11729d..2f92040dfd9 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 14, 2011

+

Last Updated: May 15, 2011

@@ -829,15 +829,33 @@ -

nuttx-6.2 Release Notes: - +

nuttx-6.3 Release Notes:

- The 69th release of NuttX, Version 6.2, was made on May 6, 2011 and is available for download from the + The 70th release of NuttX, Version 6.3, was made on May 15, 2011 and is available for download from the SourceForge website. The change log associated with the release is available here. Unreleased changes after this release are available in SVN. These unreleased changes are also listed here.

+

+ The release of NuttX-6.3 follows only a nines days after the release of version 6.2. + 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 the RGMP Wiki 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. +

+

+ Release notes for version 6.2 are retained because they are still relevant. +

+

nuttx-6.2 Release Notes:

The 6.2 NuttX release includes several new features:

@@ -1425,25 +1443,40 @@ - Intel 8052 Microcontroller + Atmel AVR32

- PJRC 87C52 Development Board. - This port uses the PJRC 87C52 development system - and the SDCC toolchain under Linux or Cygwin. + AV32DEV1. + This port uses the www.mcuzone.com AVRDEV1 board based on the Atmel AT32UC3B0256 MCU. + This port requires a special GNU avr32 toolchain available from atmel.com website. + This is a windows native toolchain and so can be used only under Cygwin on Windows.

@@ -1451,32 +1484,7 @@ - Intel 80486 (i486) Microprocessor - - - -
- -

- QEMU/Bifferboard i486. - This port uses the QEMU i486 and the native - Linux, Cywgin, MinGW the GCC toolchain under Linux or Cygwin. -

- - - - - - - Frescale M68HSC12 + Freescale M68HSC12 @@ -1512,40 +1520,106 @@ - Atmel AVR32 + Intel 8052 Microcontroller

- AV32DEV1. - This port uses the www.mcuzone.com AVRDEV1 board based on the Atmel AT32UC3B0256 MCU. - This port requires a special GNU avr32 toolchain available from atmel.com website. - This is a windows native toolchain and so can be used only under Cygwin on Windows. + PJRC 87C52 Development Board. + This port uses the PJRC 87C52 development system + and the SDCC toolchain under Linux or Cygwin.

+ + + + + + Intel 80x86 + + + +
+ +

+ QEMU/Bifferboard i486. + This port uses the QEMU i486 and the native + Linux, Cywgin, MinGW the GCC toolchain under Linux or Cygwin. +

+ + + + +
+
+ + +
+ +

+ RGMP. + RGMP stands for RTOS and GPOS on Multi-Processor. + RGMP is a project for running GPOS and RTOS simultaneously on multi-processor platforms + You can port your favorite RTOS to RGMP together with an unmodified Linux to form a hybrid operating system. + This makes your application able to use both RTOS and GPOS features. +

+

+ See the RGMP Wiki for further information about RGMP. +

+ + + + + + + MicroChip PIC32 (MIPS) + + + +
+ +

+ PIC32MX460F512L. + A port of NuttX to the PIC32MX460F512L is underway. + This port uses the PIC32MX board from PCB Logic Design Co. + The board is a very simple -- little more than a carrier for the PIC32 MCU plus voltage regulation, debug interface, and an OTG connector. +

+

+ Development Environment: + This port uses the LITE version of the PIC32MX toolchain available + for download from the MicroChip website. +

+ @@ -1751,26 +1825,12 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);