summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
parent70b22f9bbb6cff2e07b1ea1200bbab24e37f3f45 (diff)
downloadnuttx-6fd590ce3bd9e85b121402ee44f47b0207d98e3e.tar.gz
nuttx-6fd590ce3bd9e85b121402ee44f47b0207d98e3e.tar.bz2
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 966efa8fa..700803099 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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).