summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-12 11:24:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-12 11:24:45 -0600
commit8f5c593f85cc08c4c8a91b9044e290d438c4fe6f (patch)
tree5a8f820dd6dd3fbb07dc1cae22e69be386683fc5 /nuttx/ChangeLog
parent1a455c873948d9611be2da6eb1c93ae06e31d7b8 (diff)
downloadnuttx-8f5c593f85cc08c4c8a91b9044e290d438c4fe6f.tar.gz
nuttx-8f5c593f85cc08c4c8a91b9044e290d438c4fe6f.tar.bz2
nuttx-8f5c593f85cc08c4c8a91b9044e290d438c4fe6f.zip
Update ChangeLog
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 a466334c5..a3b0f2b67 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7720,3 +7720,7 @@
color is now configurable (2014-7-11).
* graphics/nxmu/nxmu_server.c and nxsu/nx_setbgcolor.c: Don't change
the background if the color did not really change (2014-7-11).
+ * arch/arm/src/sama5/sam_ldc.c and sama5d4-ek/include/board.h: Back
+ out the delay kludge. The actual fix to the LDC instability was to
+ drive the LCD at 2xMCK instead of 1xMCK (2013-7-12).
+ * drivers/input/mxt.c: Fix an error in the state machine (2014-7-12).