summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-07 12:26:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-07 12:26:53 -0600
commit4b10c9b35c3f713d8db45008a9b3c0d31f222522 (patch)
tree310d31b78264103f0ec80fe51b678366c7dfbf32 /nuttx/ChangeLog
parentf5591617ad42e44dbf28d636c0b6d0d5db7000ce (diff)
downloadnuttx-4b10c9b35c3f713d8db45008a9b3c0d31f222522.tar.gz
nuttx-4b10c9b35c3f713d8db45008a9b3c0d31f222522.tar.bz2
nuttx-4b10c9b35c3f713d8db45008a9b3c0d31f222522.zip
SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driver
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f972f9ad0..5085fa5ee 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5984,4 +5984,8 @@
* include/nuttx/audio/i2s.h: First cut at an I2S interface
definition. This initial definition is sparse will will
probably evolve significantly (2011-11-7).
+ * arch/arm/src/sama5/sam_ssc.c and .h: Skeleton and build setup
+ for a forthcoming SSC (aka I2S) driver for the SAMA5. The
+ initial check-in is just the SAMA5 SPI driver gutted and hacked
+ to use the I2S interface. More coming (2013-11-7).