summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-04 12:50:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-04 12:50:20 -0600
commit765d7e80d8ebc73cb592e9b3c5a6b94cf1fdf53e (patch)
tree208bac440ff78084fb11466325165a9640fc2e70 /nuttx/ChangeLog
parent0b65c2cd74728b9c6a313b1dfe93bcb7dc72e3ac (diff)
downloadnuttx-765d7e80d8ebc73cb592e9b3c5a6b94cf1fdf53e.tar.gz
nuttx-765d7e80d8ebc73cb592e9b3c5a6b94cf1fdf53e.tar.bz2
nuttx-765d7e80d8ebc73cb592e9b3c5a6b94cf1fdf53e.zip
SAMA5: SPI driver now supports both SPI0 and SPI1
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 b406dd069..8a8713623 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5282,4 +5282,6 @@
* 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).
+ * arch/arm/src/sama5/sam_spi.c and sam_spi.h: Now supports SPI1
+ (2013-8-4).