summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-05 13:59:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-05 13:59:46 +0000
commit7a62df3f8bd9b5cbaed24b5b4dc294b3140db6f5 (patch)
tree29a8559521f9fcf79a5a4e38b286dd990fc279a0 /nuttx/Documentation
parentacf206fcfba0737d6bccefda54fd442f91f2237e (diff)
downloadpx4-nuttx-7a62df3f8bd9b5cbaed24b5b4dc294b3140db6f5.tar.gz
px4-nuttx-7a62df3f8bd9b5cbaed24b5b4dc294b3140db6f5.tar.bz2
px4-nuttx-7a62df3f8bd9b5cbaed24b5b4dc294b3140db6f5.zip
Added STR-P711 NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1850 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 253328243..bd9aced78 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -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 04, 2009</p>
+ <p>Last Updated: June 05, 2009</p>
</td>
</tr>
</table>
@@ -800,11 +800,10 @@
</p>
<p>
<b>STATUS:</b>
- Coding is complete on the basic port (boot logic, system time, serial console),
- and some testing has been performed. The board boots and console output is
- visible on UART0. However, due to problems I am having with my J-TAG debug
- environment, testing is incomplete. If you have a good development environemnt,
- it should not take too much more effort to get this port up and running.
+ Integration is complete on the basic port (boot logic, system time, serial console),
+ The board boots and passes the OS test with console output visible on UART0.
+ Additional drivers are needed: SPI, USB, to name two. It should not take too much
+ more effort to get this port up and running.
</p>
</td>
</tr>
@@ -1426,6 +1425,8 @@ nuttx-0.4.8 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* arch/arm/src/str71x: Serial output is now correct and timer interrupts are
working. The test at configs/olimex-strp711/ostest passes. This means that
the basic STR-P711 port is complete.
+ * configs/olimex-strp711/nsh: Add a NuttShell (NSH) configuration for the
+ STR-P711.
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;