From 7dc357a4e6e33773044b59b75d585f672f9649f8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 27 Sep 2012 19:26:18 +0000 Subject: 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 --- nuttx/ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3