diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8936c0841d..4d5691b082 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: April 28, 2011

+

Last Updated: May 6, 2011

@@ -420,6 +420,13 @@
  • FAT12/16/32 filesystem support.
  • + +
    + +

    +

  • NXFFS. the NuttX wear-leveling FLASH file system.
  • +

    +
    @@ -530,6 +537,13 @@
  • FTL. Simple Flash Translation Layer support file systems on FLASH.
  • + +
    + +

    +

  • NXFFS. the NuttX wear-leveling FLASH file system.
  • +

    +
    @@ -815,74 +829,45 @@ -

    nuttx-6.1 Release Notes: +

    nuttx-6.2 Release Notes:

    - The 68th release of NuttX, Version 6.1, was made on April 10, 2011 and is available for download from the + The 69th release of NuttX, Version 6.2, was made on May 6, 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 listed here. + These unreleased changes are also listed here.

    - The 6.0 release introduced a detach-able application environment to build applications outside of the NuttX source tree. - The primary purpose of this release is to correct numerous build problems introduced by that architectural change: + The 6.2 NuttX release includes several new features:

    -

    - Many additional changes were made in the 6.1 release for another major architectural change: - NuttX will now build as a seperately linked micro-kernel. - In this build option the RTOS builds as a kernel, applications build separtate and interface with kernel via system calls. - Applications run in user mode and kernel logic users in kernel-mode. - This provides a secure environment for NuttX. - This feature is fully coded in NuttX-6.1, but has not been tested due to higher priority tasks that have arisen. -

    -

    - Related to this change, support for the Cortex-M3 memory protection unit (MPU) has been integrated with the NuttX kernel build to provide an even higher level of security. -

    -

    - NOTE: This kernel build is an option; the default build configuration is still the standard, flat, unsecured RTOS as in previous releases. -

    -

    - Additional new features in this release: -

    - - -

    - And several bugfix are included. - This includes chagnes associated with SD drivers, openddir(), signed 8-bit types (int8_t), and USB serial device. See the ChangeLog for details. + 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.

    @@ -1342,7 +1327,7 @@

    - The Nucleus 2G and the mbed boards feature the NXP LPC1768 MCU; + The Nucleus 2G boar, the mbed board, and the LPCXpresso all feature the NXP LPC1768 MCU; the Olimex LPC1766-STK board features an LPC1766. All use a GNU arm-elf or arm-eabi toolchain* under either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools).

    @@ -1352,8 +1337,9 @@ The following summarizes the features that has been developed and verified on individual LPC17xx-based boards. These features should, however, be common and available for all LPC17xx-based boards.

    -

    - Nucleus2G LPC1768. +

      +
    1. +

      Nucleus2G LPC1768

    Development Environments: 1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin - with Windows native toolchain (CodeSourcery or devkitARM). A DIY toolchain for Linux + with Windows native toolchain (CodeSourcery devkitARM or Code Red). A DIY toolchain for Linux or Cygwin is provided by the NuttX buildroot package.

    - @@ -2095,109 +2083,7 @@ Other memory:
    - - - - - -
    - Unreleased Changes -
    - - + + + + +
    + Unreleased Changes +
    + +