summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-26 13:02:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-26 13:02:39 +0000
commit09f930863d82ecda840f36b7d782e0bc6ae8cbce (patch)
treeb7f62c202474754f528133998a8b256ce53cad9d /nuttx/Documentation
parent86599fea09ae05815a02549e18029e58184a2fc5 (diff)
downloadpx4-nuttx-09f930863d82ecda840f36b7d782e0bc6ae8cbce.tar.gz
px4-nuttx-09f930863d82ecda840f36b7d782e0bc6ae8cbce.tar.bz2
px4-nuttx-09f930863d82ecda840f36b7d782e0bc6ae8cbce.zip
Add LPC313x I2C+SPI drivers and fixes for USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2702 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 05b31b4b1..702eeaf0c 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: May 12, 2010</p>
+ <p>Last Updated: May 26, 2010</p>
</td>
</tr>
</table>
@@ -1752,6 +1752,19 @@ nuttx-5.6 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* drivers/lcd/p14201.c - Driver for RiT P14201 series 128x96 4-bit OLED.
* configs/lm3s6965-ek/nx - NX graphics configuration for the LM3S6965
Ethernet Evaluation Kit.
+ * graphics/ - Numerous fixes to get the P14201 4-bpp greyscale display
+ working (there may still be some minor issues .. see the TODO list).
+ * arch/arm/include/lpc17xx and arch/arm/src/lpc17xxx - Began port for
+ NXP LPC1768
+ * drivers/mtd/m25px.c - Add support for M25P1 flash part (See NOTE)
+ * include/nuttx/i2c.h - Extended I2C interface definition to handle
+ multiple transfers (See NOTE).
+ * include/nuttx/usbdev.h - Corrected an important macro definition
+ needed to correctly handle USB null packet transfers (See NOTE).
+ * arch/arm/src/lpc313x - New drivers: I2C and SPI. Plus several
+ important LPC313x USB bug fixes (See NOTE).
+
+ NOTE: Contributed by David Hewson.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;