aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-21 16:53:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-21 16:53:38 +0000
commit096397d49fbae5398528a1a8c0d84e091625249a (patch)
tree37d9ba9a4e6d7114c3680087cf520c90930217c6 /nuttx/ChangeLog
parent6ea7967d8acf16b2cc2849929faf63f902b208ef (diff)
downloadpx4-firmware-096397d49fbae5398528a1a8c0d84e091625249a.tar.gz
px4-firmware-096397d49fbae5398528a1a8c0d84e091625249a.tar.bz2
px4-firmware-096397d49fbae5398528a1a8c0d84e091625249a.zip
STM32 ADC driver fixes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5247 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 44f38ee10..f9e1bf5d0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3496,3 +3496,8 @@
optimized for size.
* lib/strings/lib_memset.c: CONFIG_MEMSET_64BIT will perform 64-bit
aligned memset() operations.
+ * arch/arm/src/stm32/stm32_adc.c: Need to put the ADC back into the
+ initial reset in the open/setup logic. Opening the ADC driver works
+ the first time, but not the second because the device is left in a
+ powered down state on the last close.
+