diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 523ca80182..2e5d026e1e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 28, 2013

+

Last Updated: December 7, 2013

@@ -466,6 +466,13 @@
  • BINFS pseudo-filesystem support.
  • + +
    + +

    +

  • procfs/ pseudo-filesystem support.
  • +

    +
    @@ -529,7 +536,7 @@

  • - Network, USB (host), USB (device), serial, CAN, ADC, DAC, PWM, Quadrature Encoder, Wireless, and watchdog timer driver architectures. + Network, USB (host), USB (device), serial, I2C, I2S, NAND, CAN, ADC, DAC, PWM, Quadrature Encoder, Wireless, and watchdog timer driver architectures.
  • @@ -735,6 +742,13 @@
  • MTD-inspired interface for Memory Technology Devices.
  • + +
    + +

    +

  • NAND support.
  • +

    +
    @@ -1116,16 +1130,15 @@

    Released Versions

    In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. - The current release is NuttX 6.31. - NuttX 6.31 is the 98th release of NuttX. - It was released on October 28, 2013, and is available for download from the + The current release is NuttX 6.32. + NuttX 6.32 is the 99th release of NuttX. + It was released on December 7, 2013, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-6.31.tar.gz and apps-6.31.tar.gz. + Note that the release consists of two tarballs: nuttx-6.32.tar.gz and apps-6.32.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information). - Release notes for NuttX 6.31 are avaialble here. + Release notes for NuttX 6.32 are available here. The change log associated with the release is available here. - Unreleased changes after this release are available in GIT. - These unreleased changes are also listed here. + Unreleased changes after this release are available in GIT (see below).

    Unreleased Changes:

    @@ -1181,10 +1194,10 @@
  • Atmel AVR @@ -1250,6 +1263,7 @@
  • Atmel SAM3X (ARM Cortex-M3)
  • Atmel SAM4L (ARM Cortex-M4)
  • Atmel SAM4S (ARM Cortex-M4)
  • +
  • Atmel SAM4E (ARM Cortex-M4)
  • Atmel SAMA5D3 (ARM Cortex-A5)
  • @@ -1316,6 +1330,7 @@
  • STMicro STM32F303x (STM32 F3 family, ARM Cortex-M4).
  • STMicro STM32F407x (STM32 F4 family, ARM Cortex-M4)
  • STMicro STM32 F427/437 (STM32 F4 family, ARM Cortex-M4)
  • +
  • STMicro STM32 F429 (STM32 F4 family, ARM Cortex-M4)
  • @@ -1592,30 +1607,50 @@
    - NXP LPC3131. - The port for the NXP LPC3131 on the Embedded Artists EA3131 - development board was first released in NuttX-5.1 with a GNU arm-nuttx-elf or arm-eabi toolchain* under Linux or Cygwin - (but was not functional until NuttX-5.2). +

    + NXP LPC3131. + Two boards based on the NXP LPC3131 are supported:

    @@ -1760,16 +1795,32 @@ An LCD controller (LCDC) frame buffer driver, and
  • - A CAN driver (however, testing of the CAN has been delayed because of cabling issues). + A CAN driver (Testing of the CAN has been delayed because of cabling issues).
  • Additional board configurations were added to test and demonstrate these new drivers including new graphics and NxWM configurations. - These are expected in NuttX-6.32.

    +

    + These drivers were added in NuttX-6.32: +

    +

    Develop continues. - Work is underway to provide a Image Sensor Interface (ISI) camera interface, a PWM driver, and NAND FLASH support. + Work is underway to provide a Image Sensor Interface (ISI) camera interface.

    Refer to the NuttX board README file for further information. @@ -1861,7 +1912,8 @@ nsh> There is a working OS test configuration that verifies the correct port of NuttX to the part and a working NuttShell (NSH) configuration that might be the basis for an application development. As of NuttX-6.28 more device driver development would be needed to make this a complete port, particularly to support USB OTG. A TSI and a SPI driver were added in NuttX-6.29. - Refer to the NuttX board README file for further information. + Alan contributed a PWM driver in NuttX-6.32. + Refer to the Freedom KL25Z board README file for further information.

    @@ -2092,7 +2144,6 @@ nsh> Refer to the NuttX board README file for further information.

    -
  • STMicro STM32F103C48 (STM32 F1 "Low- and Medium-Density Line"Family, ARM Cortex-M3)


  • @@ -2174,11 +2225,12 @@ nsh> Spark (and emulated Spark). The Spark boards are based on the STM32F103CBT6 chip and feature wireless networking using the TI CC3000 WLAN module. See the Spark web site for hardware information; - see the NuttX board README file for further information about the NuttX port. - Most of this work is the result of the effort of David Sidrane. -

    -

    The emulated Spark is a base board for the Maple Mini board (see above) developed by David Sidrane that supports Spark development while we all way breathlessly for or Spark boards. + see the NuttX board README file for further information about the NuttX port. +

    +

    + Intially Spark support was introduced in NuttX 6.31 and completed in NuttX 6.32. + Most of this work is the result of the effort of David Sidrane.

    @@ -2236,7 +2288,7 @@ nsh>
  • Spark. - David Sidrane has the emulated Spark board up-and-running with a functional CC3000 network, SST25 FAT file system, an NSH shell, and a composite USB CDC/ACM and USBMSC devices. This configuration is was first available NuttX 6-31. + David Sidrane has the emulated Spark board up-and-running with a functional CC3000 network, SST25 FAT file system, an NSH shell, and a composite USB CDC/ACM and USBMSC devices. This configuration is was first available NuttX 6.31 and completed in NuttX 6.32. That is really quite a lot of high end functionality on an STM32 that only has 20KB of RAM! I am impressed!

  • @@ -2263,7 +2315,8 @@ nsh> STMicro STM32F107x (STM32 F1 "Connectivity Line" family). Chip support for the STM32 F1 "Connectivity Line" family has been present in NuttX for some time and users have reported that they have successful brought up NuttX on there proprietary boards using this logic.

    -

    +