summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-24 02:26:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-24 02:26:25 +0000
commit048de7cf3c1d0a20adb148aaa1ff3bc299858ca3 (patch)
treefd609a354c3cd47633f4cd92e665c458a04ffe58 /nuttx/Documentation
parent1e10d8d0d3733432f69d86948645896295864d42 (diff)
downloadpx4-nuttx-048de7cf3c1d0a20adb148aaa1ff3bc299858ca3.tar.gz
px4-nuttx-048de7cf3c1d0a20adb148aaa1ff3bc299858ca3.tar.bz2
px4-nuttx-048de7cf3c1d0a20adb148aaa1ff3bc299858ca3.zip
Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3413 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index c8e89dc68..75d09209a 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: March 21, 2011</p>
+ <p>Last Updated: March 23, 2011</p>
</td>
</tr>
</table>
@@ -2157,8 +2157,19 @@ buildroot-1.9 2011-02-10 &lt;spudmonkey@racsa.co.cr&gt;
<ul><pre>
nuttx-6.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * arch/arm/include/lpc17xx/irq.h and arch/arm/src/lpc17xx/lpc17_gpio*.c
+ -- Fix several bugs in the GPIO interrupt logic. Submited by
+ Decio Renno.
+ * Initialization for the CONFIG_APPS_DIR is now supported during the
+ earlier, 'context' build phase.
+ * arch/arm/src/lpc17_gpioint.c -- Finish coding of the LPC17xx GPIO
+ interrupt logic.
+
apps-6.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * Creation of auto-generated header files now occurs during the context
+ build phase.
+
pascal-2.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
buildroot-1.10 2011-xx-xx &lt;spudmonkey@racsa.co.cr&gt;