summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 16:52:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 16:52:12 -0600
commite88925ec0969724cfb854aa7bb75508866c0778c (patch)
tree1d7442d93df84efa90d082d5a0225db1dc2240ed /nuttx/ChangeLog
parent910ed53c5d0a166ed6853694a276be6e9680a35a (diff)
downloadnuttx-e88925ec0969724cfb854aa7bb75508866c0778c.tar.gz
nuttx-e88925ec0969724cfb854aa7bb75508866c0778c.tar.bz2
nuttx-e88925ec0969724cfb854aa7bb75508866c0778c.zip
SAMD20: Add a framework for an SPI driver
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 d20947756..33f004ba5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6621,4 +6621,7 @@
* arch/arm/src/samd/sam_sercom.c: Move some common SERCOM logic
from the USART-specific files to a share-able file where it can
also be used by SPI and I2C drivers (2014-2-19).
+ * arch/arm/src/samd/sam_spi.c: Add framework for a SAMD SPI driver.
+ The initial check-in is a crude port of the SAMA5 SPI driver with
+ a lot of missing logic (2014-2-19).