summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-04 14:45:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-04 14:45:24 -0600
commit5d42b3d19f97340b3830c455601e825fbe508c4d (patch)
treed072bc4eaa5ca53f14ed1ac26134b1cbdb2454cf /nuttx/ChangeLog
parent765d7e80d8ebc73cb592e9b3c5a6b94cf1fdf53e (diff)
downloadnuttx-5d42b3d19f97340b3830c455601e825fbe508c4d.tar.gz
nuttx-5d42b3d19f97340b3830c455601e825fbe508c4d.tar.bz2
nuttx-5d42b3d19f97340b3830c455601e825fbe508c4d.zip
SAMA5: Add register level debug option for SPI
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8a8713623..1769f774b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5280,8 +5280,8 @@
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
+ Leverage SPI support from SAM/3/4. Initial check-in is 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).
+ and a register access debug option (2013-8-4).