summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-24 12:35:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-24 12:35:42 -0600
commite545be9cad1166568e88e9a569b23dd26a78ea86 (patch)
tree6a5f290b630cb84208cdd1588f0f27995041f77b /nuttx/ChangeLog
parentbd5634083301f3fc7070ec26fef3340aeeba8d28 (diff)
downloadnuttx-e545be9cad1166568e88e9a569b23dd26a78ea86.tar.gz
nuttx-e545be9cad1166568e88e9a569b23dd26a78ea86.tar.bz2
nuttx-e545be9cad1166568e88e9a569b23dd26a78ea86.zip
SAMA5: Hook in timer/counter logic so that it can driver periodic ADC sampling
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 13a8a3def..dfe62d637 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5871,4 +5871,6 @@
(2013-10-24).
* configs/olimex-stm32-p207 and other files: Support for the Olimex
STM32 P207 board added by Martin Lederhilger (2017-10-24).
-
+ * arch/arm/src/sama5/sam_adc.c, sam_tc.c and sam_tc.h: Hook in the
+ timer/counter logic so that it can driver periodic ADC sampling
+ (2013-10-24).