From 96664e98d4a3f9bb77d7066bc934cbde65f3ba40 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 10 Aug 2010 04:22:06 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2838 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 8 +++++++- Documentation/NuttX.html | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 966efa8fab..700803099c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1188,4 +1188,10 @@ * 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). diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 9efbe55ec4..f722906148 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 7, 2010

+

Last Updated: August 9, 2010

@@ -1861,6 +1861,13 @@ nuttx-5.9 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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 <spudmonkey@racsa.co.cr>