summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-09 13:08:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-09 13:08:20 -0600
commitee46773cb27fe11a294700571bb81e3b6f505c98 (patch)
tree48a1b46afbe14aab563e38a09fa5470ac653bf82 /nuttx/ChangeLog
parent16f9cf4bd743906df59de8583e180c8ac9049225 (diff)
downloadnuttx-ee46773cb27fe11a294700571bb81e3b6f505c98.tar.gz
nuttx-ee46773cb27fe11a294700571bb81e3b6f505c98.tar.bz2
nuttx-ee46773cb27fe11a294700571bb81e3b6f505c98.zip
SAMA5 I2S: Driver is code complete, untested and subject to some rethinking
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4efbf55d9..6086cfd2f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5999,4 +5999,6 @@
provided by David Sidrane (2013-11-7).
* configs/spark/usbserial.c: Add an apps/examples/usbserial
configuration for the Spark. From David Sidran (2013-11-7).
+ * arch/arm/src/sama5/sam_ssc.c and .h: First cut of SAMA5
+ SSC/I2S driver is code complete (2013-11-9).