Use USART TX state consistently

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3720 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-06-17 18:22:23 +00:00
parent b06aee5c4a
commit 69f22c5087

View File

@ -1518,9 +1518,9 @@
<td>
<p>
<b>SoC Robotics ATMega128</b>.
This port of NuttX to the Amber Web Server from SoC Robotics
(http://www.soc-robotics.com/index.htm) partially complete. The Amber Web Server is
based on an Atmel ATMega128.
This port of NuttX to the Amber Web Server from <a href="http://www.soc-robotics.com/index.htm">SoC Robotics</a>
is partially completed.
The Amber Web Server is based on an Atmel ATMega128.
</p>
<ul>
<p>
@ -1550,10 +1550,7 @@
<b>STATUS:</b>
The basic port was release in NuttX-6.5. This basic port consists only of
a "Hello, World!!" example that demonstrates initialization of the OS,
creation of a simple task, and serial console output. A complete OS
test configuration is also available, but this would have to be scaled
down quite a bit before it could be executed in the tiny AT90USB SRAM
memory.
creation of a simple task, and serial console output.
</p>
</ul>
</td>
@ -1568,15 +1565,17 @@
<p>
<b>PJRC Teensy++ 2.0 AT9USB1286</b>.
This is a port of NuttX to the PJRC Teensy++ 2.0 board.
This board is developed by http://pjrc.com/teensy/.
This board is developed by <a href="http://pjrc.com/teensy/">PJRC</a>.
The Teensy++ 2.0 is based on an Atmel AT90USB1286 MCU.
</p>
<ul>
<p>
<b>STATUS:</b>
Work on the Teensy board is just beginning as of this writing.
However, because of the great similarity to the Micropendous board,
this port should be completed with only a small additional effort.
The basic port was release in NuttX-6.5. This basic port consists of
a "Hello, World!!" example that demonstrates initialization of the OS,
creation of a simple task, and serial console output as well as a
simplified NuttShell (NSH) configuration (see the
<a href="http://www.nuttx.org/NuttShell.html">NSH User Guide</a>).
</p>
</ul>
</td>