summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-23 08:47:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-23 08:47:21 -0600
commit5047f3270ca1fee1dda4fe422a20ac2f938f5f5a (patch)
tree9970ae9b315ec43231f7efb813c6ac2e7747c350 /nuttx/ChangeLog
parent3b3d044646a77e2cd10442586a37da4fe1fe3918 (diff)
downloadnuttx-5047f3270ca1fee1dda4fe422a20ac2f938f5f5a.tar.gz
nuttx-5047f3270ca1fee1dda4fe422a20ac2f938f5f5a.tar.bz2
nuttx-5047f3270ca1fee1dda4fe422a20ac2f938f5f5a.zip
LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannan
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 6b71d23b6..a4722d2e1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4589,3 +4589,6 @@
* Documentation: The NuttX documentation now expects to find an
auto-generated version of the configuration variable documentation
at Documentation/NuttXConfigVariables.html (2014-4-22).
+ * arch/arm/src/lpc17xx/lpc17_adc.c: Only one ADC pin was configured.
+ Need to configure all that are in the ADC0 set. From MKannan
+ (2014-4-23).