summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-13 10:34:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-13 10:34:35 -0600
commitee7c9174c33024148562a1125f27e65dbfe7f4ec (patch)
treea496074b6186c7ed8264308a4f4eb6d75a532866 /nuttx/ChangeLog
parent47b6c71e7fbd987410d1361080b3231e94358c5a (diff)
downloadnuttx-ee7c9174c33024148562a1125f27e65dbfe7f4ec.tar.gz
nuttx-ee7c9174c33024148562a1125f27e65dbfe7f4ec.tar.bz2
nuttx-ee7c9174c33024148562a1125f27e65dbfe7f4ec.zip
Backport SPI driver enhancements from SAMA5 to SAM3/4
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5cf07ed45..fa0465eb9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6988,3 +6988,9 @@
functional (2014-3-13).
* configs/sam4e-ek/nsh: Networking support is now enabled by default
in the NSH configuration (2014-3-13).
+ * arch/arm/src/sam34/sam_spi.c: Backported the SAMA5 SPI driver to
+ the SAM3/4 architecture. The SAMA5 version supports both multiple
+ SPI peripherals as needed by the SAM3A and SAM3X and also supports
+ DMAC (but not PDC). The initial commit is untested and may very
+ well have (temporarily) broken SPI for the SAM3/4/ family (2014-3-13).
+