summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-17 07:11:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-17 07:11:27 -0600
commit16a2758fd3c9f58d593f248414279d1e8602ddf4 (patch)
tree0d1a5eec94757e9017abc972305297a790941dad
parentdf44fbf0bf1fba7c78c84b07badede13696754f7 (diff)
downloadpx4-nuttx-16a2758fd3c9f58d593f248414279d1e8602ddf4.tar.gz
px4-nuttx-16a2758fd3c9f58d593f248414279d1e8602ddf4.tar.bz2
px4-nuttx-16a2758fd3c9f58d593f248414279d1e8602ddf4.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c4102dd9e..4578d49cc 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10238,4 +10238,8 @@
* Add support for the new DMA2D features to the STM32F429i-Disco LTDC
configuration. From Marco Krahl (2015-04-16).
* stdlib.h: MAX_RAND should be RAND_MAX (2015-04-16).
-
+ * STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already
+ initialized. (2) The LCD driver initialization is now performed during the
+ early boot sequence. (3) Increased the size of the message queue from 32
+ to 64 in the lcd configuration. From Marco, ocram.lhark@yahoo.com
+ (2015-04-17).