aboutsummaryrefslogtreecommitdiff
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
commit4333422d5fb28a10118a186f8af53c903a49b7bc (patch)
treea504897f6eafdef49b96362892f4bafe3c6f9029 /nuttx/ChangeLog
parent343817a6fd4a9d7f7ea393071ad2e0935162bdec (diff)
downloadpx4-firmware-4333422d5fb28a10118a186f8af53c903a49b7bc.tar.gz
px4-firmware-4333422d5fb28a10118a186f8af53c903a49b7bc.tar.bz2
px4-firmware-4333422d5fb28a10118a186f8af53c903a49b7bc.zip
Put Shenzhou NxWM config on a diet
git-svn-id: http://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).