git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@437 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-10 17:41:40 +00:00
parent a13244eeaf
commit 69303fea5f
2 changed files with 5 additions and 5 deletions
+4 -3
View File
@@ -219,7 +219,8 @@
<td><br></td>
<td>
<p>
<li>Easily extensible to new processor architectures, SoC architecture, or board architectures.</li>
<li>Easily extensible to new processor architectures, SoC architecture, or board architectures.
A <a href="NuttxPortingGuide.html">Porting Guide</a> is in development.</li>
</p>
</tr>
@@ -978,11 +979,11 @@ Other memory:
<ul><table>
<tr>
<td><img src="favicon.ico"></td>
<td><a href="NuttxUserGuide.html">User Guide</td>
<td><a href="NuttxUserGuide.html">User Guide</a></td>
</tr>
<tr>
<td><img src="favicon.ico"></td>
<td><a href="NuttxPortingGuide.html">Porting Guide</td>
<td><a href="NuttxPortingGuide.html">Porting Guide</a></td>
</tr>
</center></ul>
+1 -2
View File
@@ -62,7 +62,7 @@ o File system
- FAT32: long file names
o Documentation
- Document fs/ & driver/ logic
- Document driver/ logic
- Document C-library APIs
o Build system
@@ -72,7 +72,6 @@ o Build system
- Dependencies do not work correctly under configs/<board>/src (same as arch/<arch>/src/board).
o Applications & Tests
- Verify TELNET frontend to nsh
o ARM
- Add option to use a separate stack for interrupt handling. At present,