summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-27 19:26:18 +0000
commit53309f29bef36ec7f8807f96f3a5d720f2c2df9c (patch)
tree08a035106ec09980447b03809137a5e01c9a4b2c /nuttx/ChangeLog
parenta9445ee1dde0305c7ea03ff1c74447a6e4f53a98 (diff)
downloadnuttx-53309f29bef36ec7f8807f96f3a5d720f2c2df9c.tar.gz
nuttx-53309f29bef36ec7f8807f96f3a5d720f2c2df9c.tar.bz2
nuttx-53309f29bef36ec7f8807f96f3a5d720f2c2df9c.zip
STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5199 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f472e87cd..1e667ddcf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3425,4 +3425,13 @@
that samples the position.
* drivers/lcd/ssd1289.c: On some platforms we are unable to
read the device ID -- reason unknown; workaround in place.
-
+ * drivers/input/ads7843.c: Add thresholding options and an
+ option to swap X and Y positions. Fix some logic errors in
+ the SPI locking/selecting logic.
+ * arch/arm/src/armv7-m/up_systemreset.c: Add logic to reset
+ the Cortex-Mx using the AIRCR register. Contributed by Darcy
+ Gong.
+ * arch/arm/src/stm32/up_eth.c: Add logic specifically for the
+ DM9161 PHY. If the DM9161 failed to initialize, then use the
+ up_sysemreset() logic to reset the MCU. Contributed by Darcy
+ Gong.