summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-07 13:32:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-07 13:32:13 +0000
commitc9e0f9f37ea4d38a26baad8dafbf2e82f73322db (patch)
treeaed1608fbd3bfc8e9132c3514a192a75b0571a04 /nuttx/Documentation/NuttX.html
parentf8523254d0c4584e1a56d835ab0af9e8a8625c4b (diff)
downloadpx4-nuttx-c9e0f9f37ea4d38a26baad8dafbf2e82f73322db.tar.gz
px4-nuttx-c9e0f9f37ea4d38a26baad8dafbf2e82f73322db.tar.bz2
px4-nuttx-c9e0f9f37ea4d38a26baad8dafbf2e82f73322db.zip
Add AT24xx and LPC17xx I2C drivers (from Lzyy)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3941 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index c93b87034..20e81e48f 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: September 4, 2011</p>
+ <p>Last Updated: September 7, 2011</p>
</td>
</tr>
</table>
@@ -1461,7 +1461,8 @@
<td>
<p>
<b>NXP LPC1766 and LPC1768</b>.
- Configurations are available for three boards:
+ Drivers are available for CAN, DAC, Ethernet, GPIO, GPIO interrupts, I2C, UARTs, SPI, SSP, USB host, and USB device.
+ Verified LPC17xx onfigurations are available for three boards.
<ul>
<li>
The Nucleus 2G board from <a href="http://www.2g-eng.com/">2G Engineering</a> (LPC1768),
@@ -1470,7 +1471,7 @@
The mbed board from <a href="http://mbed.org">mbed.org</a> (LPC1768, Contributed by Dave Marples), and
</li>
<li>
- The LPC1766-sTK board from <a href="http://www.olimex.com/">Olimex</a> (LPC1766).
+ The LPC1766-STK board from <a href="http://www.olimex.com/">Olimex</a> (LPC1766).
</li>
<li>
The Embedded Artists base board with NXP LPCXpresso LPC1768.
@@ -1478,7 +1479,7 @@
</ul>
</p>
<p>
- The Nucleus 2G boar, the mbed board, and the LPCXpresso all feature the NXP LPC1768 MCU;
+ The Nucleus 2G board, the mbed board, and the LPCXpresso all feature the NXP LPC1768 MCU;
the Olimex LPC1766-STK board features an LPC1766.
All use a GNU arm-elf or arm-eabi toolchain* under either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools).
</p>