summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-25 14:19:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-25 14:19:09 -0600
commit55810f06f49bae6146eb18f7199fc39c04ebf87b (patch)
tree3c546f0337bbe273585f364fd2f0be2a60033394 /nuttx/ChangeLog
parent1038145bb042e8cd252595e5fe18d132349cb26d (diff)
downloadnuttx-55810f06f49bae6146eb18f7199fc39c04ebf87b.tar.gz
nuttx-55810f06f49bae6146eb18f7199fc39c04ebf87b.tar.bz2
nuttx-55810f06f49bae6146eb18f7199fc39c04ebf87b.zip
Add ioctl to support software triggering of ADC/DAC conversions
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 2e1c0b830..1aeb41e3f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5879,4 +5879,7 @@
(2013-10-24).
* configs/sama5d3x-ek/src/sam_adc.c: Integrate support for the
apps/examples/adc into the SAMA5D3x-EK configuration (2013-10-24).
+ * include/nuttx/fs/ioctl.h and arch/arm/src/sama5/sam_adc.c: Add
+ and ioctl command that can be used to trigger ADC/DAC conversion
+ (2015-10-25).