diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c20bbe9f601..d51ad251a84 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 6, 2012

+

Last Updated: July 12, 2012

@@ -968,70 +968,63 @@ -

NuttX-6.19 Release Notes

+

NuttX-6.20 Release Notes

- The 86th release of NuttX, Version 6.19, was made on June 15, 2012, and is available for download from the + The 87th release of NuttX, Version 6.20, was made on July 12, 2012, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-6.19.tar.gz and apps-6.19.tar.gz. + Note that the release consists of two tarballs: nuttx-6.20.tar.gz and apps-6.20.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information) 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.

-

NFS client. - This release features new support for a Network File System (NFS) client. - This feature allows a tiny, embedded MCU to mount a remote file system exported by an NFS server and then to access the file system as it would any local file system. - Then the tiny MCU can effectively have terabyte of storage! +

+ This release corresponds with SVN release number: r4937

- This might be useful for data collection, for MCU configuration information, for software updates, for providing modular, loadable code modes, controlling a "farm" of MCUs ... there are many possibilities and opportunities for innovation! + Additional new features and extended functionality

-

- The NuttShell (NSH) now supports the following command: -

- -

- That command will mount the remote NFS server directory <remote-path> at <mount-point> on the target machine. - <server-address> is the IP address of the remote server. -

-

- The NFS development was the graduation project of Jose Pablo Rojas V. who is a student at the Instituto Tecnológico de Costa Rica (ITCR, or TEC). - A lot of effort went into understanding what a tiny, embedded NFS client should do and getting the target resource usage to a bare minimum. - Only around a kilobyte or so of memory is required to run the NFS client (and most of that for I/O buffers). - Jose Pablo has spent several months living with NFS and should be congratulated for his success. -

-

-

-

Additional new features and extended functionality.

@@ -1040,29 +1033,41 @@ nfsmount <server-address> <mount-point> <remote-path>

Bugfixes (see the change log for details):

@@ -1929,9 +1934,31 @@ nfsmount <server-address> <mount-point> <remote-path>

@@ -1948,6 +1975,7 @@ nfsmount <server-address> <mount-point> <remote-path> 1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU Cortex-M3 or 4toolchain, or 3) Cygwin with Windows native GNU Cortex-M3 or M4 toolchain (CodeSourcery or devkitARM). A DIY toolchain for Linux or Cygwin is provided by the NuttX buildroot package. I use FreeScale's CodeWarrior IDE only to work with the JTAG debugger built into the Kinetis boards. + I use the Code Red IDE with the some of the NXP parts and the Atollic toolchain with some of the STMicroelectronics parts.

@@ -2249,10 +2277,11 @@ nfsmount <server-address> <mount-point> <remote-path>