summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-10 04:22:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-10 04:22:06 +0000
commit6fd590ce3bd9e85b121402ee44f47b0207d98e3e (patch)
tree9dcc292404c22c89e32f65185fa826eefbff0bb0 /nuttx/Documentation/NuttX.html
parent70b22f9bbb6cff2e07b1ea1200bbab24e37f3f45 (diff)
downloadpx4-nuttx-6fd590ce3bd9e85b121402ee44f47b0207d98e3e.tar.gz
px4-nuttx-6fd590ce3bd9e85b121402ee44f47b0207d98e3e.tar.bz2
px4-nuttx-6fd590ce3bd9e85b121402ee44f47b0207d98e3e.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2838 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 9efbe55ec..f72290614 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: August 7, 2010</p>
+ <p>Last Updated: August 9, 2010</p>
</td>
</tr>
</table>
@@ -1861,6 +1861,13 @@ nuttx-5.9 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* graphics/nxglib/fb/nxglib_moverectangle.c - Fix a logic error
that caused an uninitialized variable warning. I still don't
have a test to prove that the changes are correct.
+ * configs/olimex-lpc2378 - Add support for the CodeSourcery toolchain
+ under Linux (contributed by Alan Carvalho de Assis).
+ * arch/arm/src/lpc17xx/lpc17_gpio.c - Fix an imporation GPIO configuration
+ bug: When attempting to set no pull-up or pull-down (floating),
+ it would, instead, select pull-down.
+ * arch/arm/src/lm3s/lm3s_gpioirq.c - Fix warning for returning a value
+ from functions returning void (contributed by Tiago Maluta).
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;