summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-28 22:45:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-28 22:45:12 +0000
commitec22796f1efef9a51fec0061cfdc3d9be81a9df0 (patch)
treea504897f6eafdef49b96362892f4bafe3c6f9029 /nuttx/ChangeLog
parentf5fe5b29490d863ea78f4f16f876f08babd6d8a5 (diff)
downloadnuttx-ec22796f1efef9a51fec0061cfdc3d9be81a9df0.tar.gz
nuttx-ec22796f1efef9a51fec0061cfdc3d9be81a9df0.tar.bz2
nuttx-ec22796f1efef9a51fec0061cfdc3d9be81a9df0.zip
Put Shenzhou NxWM config on a diet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5203 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 70c31dcee..ed9962df0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3446,3 +3446,7 @@
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.
+ * configs/shenzhou/nxwm/defconfig: Bug found and fixed... The
+ original configuration had too much stuff turned on. Reducing
+ stack sizes, some features, and buffer sizes made the
+ configuration reliable (Reading from the LCD is still disabled).