diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8b812bed2e2..151de231654 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 8, 2017

+

Last Updated: September 9, 2017

@@ -772,6 +772,14 @@

+ +
+ +

+

  • IP Forwarding (routing) support.
  • +

    + +
    @@ -792,7 +800,7 @@

    -

  • Raw socket and local, Unix domain socket support.
  • +
  • Address Families: IPv4/IPv6 (AF_INET/AF_INET6), Raw socket (AF_PACKET), raw IEEE 802.15.4 (AF_IEEE802154), local, Unix domain socket support (AF_LOCAL), and custom user sockets (AF_USRSOCK).
  • @@ -824,7 +832,15 @@

    -

  • IEEE 802.15.4 MAC + 6LoWPAN
  • +
  • Radio Network Drivers: IEEE 802.15.4 MAC, Generic Packet Radio
  • +

    + + + +
    + +

    +

  • 6LoWPAN for radio network drivers (IEEE 802.15.4 MAC and generic packet radios)
  • @@ -864,8 +880,8 @@

    -

  • Networking utilities (DHCP server and client, SMTP client, TELNET client, FTP server and client, TFTP client, HTTP server and client, PPPD, NTP client). - Inheritable TELNET sessions (as "controlling terminal"). +
  • Networking utilities (DHCP server and client, SMTP client, Telnet servier and client, FTP server and client, TFTP client, HTTP server and client, PPPD, NTP client). + Inheritable TELNET server sessions (as "controlling terminal"). VNC server.
  • @@ -1041,7 +1057,7 @@

    -

  • Device-dependent USB class drivers available for USB serial (CDC/ACM and a PL2303 emulation), for USB mass storage, and for a composite CDC/ACM and mass storage device.
  • +
  • Device-dependent USB class drivers available for USB serial (CDC/ACM and a PL2303 emulation), for USB mass storage, and for a dynamically configurable, composite USB devices.
  • @@ -1371,11 +1387,11 @@

    Released Versions

    In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. - The current release is NuttX 7.21. - NuttX 7.21 is the 121st release of NuttX. - It was released on June 5, 2016, and is available for download from the + The current release is NuttX 7.22. + NuttX 7.22 is the 122nd release of NuttX. + It was released on September 9, 2017, and is available for download from the Bitbucket.org website. - Note that the release consists of two tarballs: nuttx-7.21.tar.gz and apps-7.21.tar.gz. + Note that the release consists of two tarballs: nuttx-7.22.tar.gz and apps-7.22.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information).

    @@ -1384,7 +1400,7 @@ + +
    +
    + + +
    + +

    + ON Semiconductor LC823450 (Dual core ARM Cortex-M3). + In NuttX-7.22, Masayuki Ishakawa contributed support for both the LC823450 architecture and for ON Semiconductor's LC823450XGEVK board: +

    +
    + The LC823450XGEVK is an audio processing system Evaluation Board Kit used to demonstrate the LC823450. This part can record and playback, and offers High-Resolution 32-bit & 192 kHz audio processing capability. It is possible to cover most of the functions necessary for a portable audio with only this LSI as follows. It has Dual CPU and DSP with High processing capability, and internal 1656K-Byte SRAM, which make it possible to implement large scale program. And it has integrated analog functions (low-power Class D HP amplifier, PLL, ADC etc.) so that PCB space and cost is reduced, and it has various interface (USB, SD, SPI, UART, etc.) to make extensibility high. Also it is provided with various function including SBC/AAC codec by DSP and UART and ASRC (Asynchronous Sample Rate Converter) for Bluetooth® audio. It is very small chip size in spite of the multi-funciton as described above and it realizes the low power consumption. Therefore, it is applicable to portable audio markets such as Wireless headsets and will show high performance. +
    +

    + Further information about the LC823450XGEVK is available on from the the ON Semiconductor website as are LC823450 related technical documents. + Refer to the NuttX board README file for details of the NuttX port. +

    +

    + This port is intended to test LC823450 features including SMP. Supported peripherals include UART, TIMER, RTC, GPIO, DMA, I2C, SPI, LCD, eMMC, and USB device. +

    + + + @@ -3741,6 +3794,9 @@ nsh>
  • NuttX-7.20. David Sidrane also contributed support for a serial driver on the K66's LPUART.
  • +
  • + NuttX-7.22. David Sidrane contributed improvements to the USB and I2C device drivers, RTC alarm functionality, and new SPI driver. +
  • @@ -3753,7 +3809,7 @@ nsh>

    - STMicro STM32 F302 (STM32 F3 family). + STMicro STM32 F302 (STM32 F3 family). Architecture (only) support for the STM32 F302 was contributed in NuttX-7.10 by Ben Dyer (vi the PX4 team and David Sidrane).