summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-26 13:19:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-26 13:19:44 -0600
commit263351a8fc11b1645e66f8c3e710428d0f873b08 (patch)
tree9c0bedf987c38b49887b726d16a1fc9bd54e60d7 /nuttx/ChangeLog
parent18002b4005bb0d70a1bea9d1d2aea3bd3adb7781 (diff)
downloadnuttx-263351a8fc11b1645e66f8c3e710428d0f873b08.tar.gz
nuttx-263351a8fc11b1645e66f8c3e710428d0f873b08.tar.bz2
nuttx-263351a8fc11b1645e66f8c3e710428d0f873b08.zip
SAM3/4: SPI and HSCMI drivers with now use the CMCC is available; The SPI driver will now handle word sizes greater than 8-bits
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 ee63937ca..45ca8e8b7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7046,3 +7046,7 @@
startup (2014-3-25).
* tools/astyle.sh: A code formatting tool from Lorenz Meier. This
tool should do a better job than the old tools/indent.sh tool.
+ * arch/arm/src/sam_hsmci.c and sam_spi.c: Add support to invalidate
+ cached memory if the CMCC is enabled (not yet tested, 2014-3-26).
+ * arch/arm/src/sam_spi.c: Add logic to handle SPI word widths > 8
+ (also untested on initial checkin, 2014-3-26).