summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-04 11:08:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-04 11:08:20 -0600
commit0b65c2cd74728b9c6a313b1dfe93bcb7dc72e3ac (patch)
treece45937726a7408ed9aed18a0451abe4006d3a07 /nuttx/ChangeLog
parent283b42399a19e236ec5994505486dc966110bfc8 (diff)
downloadnuttx-0b65c2cd74728b9c6a313b1dfe93bcb7dc72e3ac.tar.gz
nuttx-0b65c2cd74728b9c6a313b1dfe93bcb7dc72e3ac.tar.bz2
nuttx-0b65c2cd74728b9c6a313b1dfe93bcb7dc72e3ac.zip
SAMA5: Add basic SPI suppport (untested)
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 9168b031d..b406dd069 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5279,4 +5279,7 @@
* arch/arm/src/sama5/sam_dmac.c and sam_dmac.h: Add support for the
SAMA5 DMAC controllers. Initial check-in is untested and is a
straight leverage from the SAM3/4 (2013-8-4).
+ * arch/arm/src/sama5/sam_spi.c, sam_spi.h, and chip/sam_spi.h:
+ Leverage SPI support from SAM/3/4. Initial check-inis untested
+ and have several limitations: No DMA, no SPI1 support (2013-8-4).