summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-28 19:24:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-28 19:24:46 +0000
commitf5fe5b29490d863ea78f4f16f876f08babd6d8a5 (patch)
treeb78d5cf4d68cbe289b7d5e17efc1f24046db992a /nuttx/ChangeLog
parent42659da2071819559da08116cf1ada64d10b5f80 (diff)
downloadpx4-nuttx-f5fe5b29490d863ea78f4f16f876f08babd6d8a5.tar.gz
px4-nuttx-f5fe5b29490d863ea78f4f16f876f08babd6d8a5.tar.bz2
px4-nuttx-f5fe5b29490d863ea78f4f16f876f08babd6d8a5.zip
Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 48ebddfca..70c31dcee 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3438,3 +3438,11 @@
* arch/arm/src/stm32/stm32_gpio.c: Add missing logic to set bit
for SPI3 remap. This fixes the XPT2046 touchscreen driver using
drivers/input/ads7843.c
+ * configs/shenzhou/src/up_ssd1289.c: Fix naming error in
+ conditional compilation.
+ * configs/shenzhou/nxwm/defconfig: Disable reading from the LCD.
+ This does not work. The hardware and the driver support the
+ capability, but there is some bug that causes memory corruption.
+ The work around for now: Just disable reading from the LCD.
+ * drivers/lcd/ssd1289.c: Add some logic to reduce the amount of
+ output when CONFIG_DEBUG_LCD is enabled.