From 715a1b5937fdd36e482ef4ca032458ae8999e2db Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 27 Sep 2014 15:06:29 -0600 Subject: Update NuttX.html for the NuttX-7.5 release --- nuttx/Documentation/NuttX.html | 78 +++++++++++++++++++++++++++++++++++------- nuttx/ReleaseNotes | 2 +- 2 files changed, 67 insertions(+), 13 deletions(-) diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 8b48a9074..207af0c00 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 1, 2014

+

Last Updated: September 28, 2014

@@ -349,6 +349,22 @@

+ +
+ +

+

  • Memory Configurations: (1) Flat embedded build, (2) Protected build with MPU, and (3) Kernel build with MMU.
  • +

    + + + +
    + +

    +

  • Memory Allocators: (1) standard heap memory allocation, (2) granule allocator, (3) shared memory, and (4) dynamically sized, per-process heaps.
  • +

    + +
    @@ -734,7 +750,17 @@

  • - UDP Network Discover (Contributed by Richard Cochran). + PHY Link Status Management. +
  • +

    + + + +
    + +

    +

  • + UDP Network Discovery (Contributed by Richard Cochran).
  • @@ -1161,11 +1187,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.4. - NuttX 7.4 is the 104th release of NuttX. - It was released on August 15, 2014, and is available for download from the + The current release is NuttX 7.5. + NuttX 7.5 is the 105th release of NuttX. + It was released on September 28, 2014, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-7.4.tar.gz and apps-7.4.tar.gz. + Note that the release consists of two tarballs: nuttx-7.5.tar.gz and apps-7.5.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information).

    @@ -1174,7 +1200,7 @@ +

    + Support for the STM3F4DIS-BB base board was added in NuttX-7.5. + This includes support for the serial communications via the on-board DB-9 connector, Networking, and the microSD card slot. +

    Refer to the STMicro web site for further information about this board and to

    @@ -3031,7 +3062,7 @@ nsh>

    STATUS: The basic port for the STM32F4-Discovery was contributed by Mike Smith and was first released in NuttX-6.14. - All drivers listed for the STM3240G-EVAL are usable on this plaform as well. + All drivers listed for the STM3240G-EVAL are usable on this platform as well. Refer to the NuttX board README file for further information.

    @@ -3191,7 +3222,7 @@ nsh> STATUS: This is very much a work in progress. As of this writing, full architectural support for the TI Tiva TM4C123G has been implemented and was released in NuttX 7.1. - Basic board support is in place for the TM4C123G LaunchPad but is completely untested and possibly imcomplete. + Basic board support is in place for the TM4C123G LaunchPad but is completely untested and possibly incomplete. This partial logic is also included int he NuttX 7.1 release. This basic board supprted includes an (un-verified) configuration for the NuttShell NSH). A fully verified port to the TM4C123G LaunchPad is expected in NuttX-7.2. @@ -3205,6 +3236,29 @@ nsh>

    + +
    + +

    + TI/Tiva CC3200 Launchpad. + TI/Tiva CC3200 Launchpad +

    + + + + +
    +
    +
    diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes index 682d33c5c..dc63e2450 100644 --- a/nuttx/ReleaseNotes +++ b/nuttx/ReleaseNotes @@ -7010,7 +7010,7 @@ Additional new features and extended functionality: - Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported. - sbrk(): sbrk() is now supported in the kernel build to permit - dyanmically sized, per-process heaps. + dynamically sized, per-process heaps. - Per-Process Heaps: Space at the beginning of the process data space is now reserved for user heap management structures. In the kernel build mode, these heap structures are shared between the kernel and -- cgit v1.2.3