summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-30 23:21:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-30 23:21:37 +0000
commiteb68069699e2bc904a278cdb310c561d5f3083c5 (patch)
tree9649d99f2c5779fcf43549ec2aac5e004830b780 /nuttx/ChangeLog
parent89ade858089dde83dc3d993d4ca28f39c3b25538 (diff)
downloadpx4-nuttx-eb68069699e2bc904a278cdb310c561d5f3083c5.tar.gz
px4-nuttx-eb68069699e2bc904a278cdb310c561d5f3083c5.tar.bz2
px4-nuttx-eb68069699e2bc904a278cdb310c561d5f3083c5.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4790 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 3d7bc5a5d..0e7ab01c8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2850,4 +2850,8 @@
compatible with the F4 and needs the same work-around for the missing BTF
signal that was needed for the F4.
* drivers/lcd/ssd1289.*: Fix some of the initial register settings.
+ * configs/stm32f4discovery/src/up_ssd1289.c: FSMC address bit 16 is used to
+ distinguish command and data. But FSMC address bits 0-24 correspond to ARM
+ address bits 1-25, se we need to set bit 17 in order generate output on
+ FSMC_A16.