Update documentation and README file

This commit is contained in:
Gregory Nutt 2015-06-06 19:13:31 -06:00
parent 1c09361e2a
commit 219bf39ace
2 changed files with 26 additions and 4 deletions

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: May 22, 2015</p> <p>Last Updated: June 6, 2015</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -424,6 +424,7 @@
<p> <p>
<li>Tiny, in-memory, root pseudo-file-system.</li> <li>Tiny, in-memory, root pseudo-file-system.</li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -431,6 +432,7 @@
<p> <p>
<li>Virtual file system supports drivers and mountpoints.</li> <li>Virtual file system supports drivers and mountpoints.</li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -440,6 +442,7 @@
Mount-able volumes. Bind mountpoint, filesystem, and block device driver. Mount-able volumes. Bind mountpoint, filesystem, and block device driver.
</li> </li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -447,6 +450,7 @@
<p> <p>
<li>Generic system logging (SYSLOG) support.</li> <li>Generic system logging (SYSLOG) support.</li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -456,6 +460,7 @@
FAT12/16/32 filesystem support with optional FAT long file name support<small><sup>1</sup></small>. FAT12/16/32 filesystem support with optional FAT long file name support<small><sup>1</sup></small>.
</li> </li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -465,6 +470,7 @@
NFS Client. Client side support for a Network File System (NFS, version 3, UDP). NFS Client. Client side support for a Network File System (NFS, version 3, UDP).
</li> </li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -474,6 +480,7 @@
NXFFS. The tiny NuttX wear-leveling FLASH file system. NXFFS. The tiny NuttX wear-leveling FLASH file system.
</li> </li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -483,6 +490,7 @@
SMART. FLASH file system from Ken Pettit. SMART. FLASH file system from Ken Pettit.
</li> </li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -490,6 +498,7 @@
<p> <p>
<li>ROMFS filesystem support.</li> <li>ROMFS filesystem support.</li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -497,6 +506,15 @@
<p> <p>
<li>BINFS pseudo-filesystem support.</li> <li>BINFS pseudo-filesystem support.</li>
</p> </p>
</td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<li>Union filesystem - Supports combining and overlaying file systems.</li>
</p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -504,6 +522,7 @@
<p> <p>
<li><code>procfs/</code> pseudo-filesystem support.</li> <li><code>procfs/</code> pseudo-filesystem support.</li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -523,6 +542,7 @@
</ul> </ul>
</li> </li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -530,6 +550,7 @@
<p> <p>
<li>PATH variable support.</li> <li>PATH variable support.</li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -542,6 +563,7 @@
Intel HEX file conversions. Intel HEX file conversions.
</li> </li>
</p> </p>
</td>
</tr> </tr>
<tr> <tr>
<td><br></td> <td><br></td>
@ -551,6 +573,7 @@
FAT long file name support may be subject to certain Microsoft patent restrictions if enabled. FAT long file name support may be subject to certain Microsoft patent restrictions if enabled.
See the top-level <code>COPYING</code> file for details. See the top-level <code>COPYING</code> file for details.
</small></p> </small></p>
</td>
</tr> </tr>
<tr> <tr>

View File

@ -1139,9 +1139,8 @@ Configuration Sub-Directories
2015-06-06: Modified to use the Union File System. Untested. 2015-06-06: Modified to use the Union File System. Untested.
This configuration was ported to the lincoln60 which has an LPC1769 This configuration was ported to the lincoln60 which has an LPC1769
and, hence, more SRAM. Additional memory reduction steps were and, hence, more SRAM. Additional memory reduction steps were
required to run on the LPC1769 (suggesting that the LPC1766 is required to run on the LPC1769. See nuttx/configs/lincoln60/README.txt
hopeless). See nuttx/configs/lincoln60/README.txt for additional for additional information.
information.
thttpd-nxflat: thttpd-nxflat:
This builds the THTTPD web server example using the THTTPD and This builds the THTTPD web server example using the THTTPD and