summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 20:15:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 20:15:24 +0000
commit43ce5d2117ea381b4e1af5e483a4fb187ef3ed8b (patch)
tree76562a9d5c0d28f60049eb4cb2d4bc9b9a47d035 /nuttx/ChangeLog
parent53309f29bef36ec7f8807f96f3a5d720f2c2df9c (diff)
downloadnuttx-43ce5d2117ea381b4e1af5e483a4fb187ef3ed8b.tar.gz
nuttx-43ce5d2117ea381b4e1af5e483a4fb187ef3ed8b.tar.bz2
nuttx-43ce5d2117ea381b4e1af5e483a4fb187ef3ed8b.zip
Fix STM32 SPI3 remap logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5200 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1e667ddcf..48ebddfca 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3435,3 +3435,6 @@
DM9161 PHY. If the DM9161 failed to initialize, then use the
up_sysemreset() logic to reset the MCU. Contributed by Darcy
Gong.
+ * 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