summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 14:50:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 14:50:43 +0000
commite82fa8182eef943a9a85d1f5d39a6917eda6d13a (patch)
treec5922722d43c8821b6acef355dbebe138de754c8 /nuttx/ChangeLog
parent731439099b56dea8ffdcbecb5657ce327bd7252a (diff)
downloadnuttx-e82fa8182eef943a9a85d1f5d39a6917eda6d13a.tar.gz
nuttx-e82fa8182eef943a9a85d1f5d39a6917eda6d13a.tar.bz2
nuttx-e82fa8182eef943a9a85d1f5d39a6917eda6d13a.zip
Add LPC43 GPIO configurtion logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4912 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cc5f60f8e..93179b10a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2956,4 +2956,8 @@
by adding a volatile qualifier to a timing loop. Oddly, the consequence
of the bug is that when debug was off, the LM3S platform too a long time
to boot. It now boots rapidly whether debug is on or off.
+ * arch/*/include/limits.h: Change all values in all limits.h for all
+ architectures to signed decimal; the hex values were not sign extending
+ appropriate in most uses (reported by Lorenz Meier).
+