aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-30 23:21:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-30 23:21:37 +0000
commitc293822621cf70c8d03090c625ee70b25b5d7a14 (patch)
tree9649d99f2c5779fcf43549ec2aac5e004830b780 /nuttx/ChangeLog
parentec313115e05b5cb19b86b809cd5ef5df2eb99cfa (diff)
downloadpx4-firmware-c293822621cf70c8d03090c625ee70b25b5d7a14.tar.gz
px4-firmware-c293822621cf70c8d03090c625ee70b25b5d7a14.tar.bz2
px4-firmware-c293822621cf70c8d03090c625ee70b25b5d7a14.zip
NFS update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4790 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.