Add support for the Penguino mips-elf toolchain for PIC32

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4866 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-06-23 16:41:32 +00:00
parent de2b0fa602
commit 868e17d34c

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: June 20, 2012</p>
<p>Last Updated: June 22, 2012</p>
</td>
</tr>
</table>
@ -2214,8 +2214,12 @@ nfsmount &lt;server-address&gt; &lt;mount-point&gt; &lt;remote-path&gt;
<ul>
<p>
<b>STATUS:</b>
The basic port is code complete but still not fully verified.
With any luck, the verified port should be available with the NuttX 6.20 release.
The basic port is code complete but development is ongoing and many features have not yet been verified.
Two configurations are available:
An OS test configuration and a that support the NuttShell (NSH).
The OS test configuration is fully functional and proves that we have a basically healthy NuttX port to the Mirtoo.
See the <a href="http://www.nuttx.org/NuttShell.html">NSH User Guide</a> for further information about NSH.
There are some remaining issues to be resolved with the NSH configuration but, with any luck, the verified port should be available with the NuttX 6.20 release.
</p>
</ul>
</td>