aboutsummaryrefslogtreecommitdiff
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
commit7dc357a4e6e33773044b59b75d585f672f9649f8 (patch)
tree08a035106ec09980447b03809137a5e01c9a4b2c /nuttx/ChangeLog
parentc3bc22f07cb203c5a577b80467c8469d2a5ae9cb (diff)
downloadpx4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.gz
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.tar.bz2
px4-firmware-7dc357a4e6e33773044b59b75d585f672f9649f8.zip
STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller
git-svn-id: http://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.