summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-05 10:29:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-05 10:29:43 -0600
commit5bf5e918c77fb5ba2e5cf6f5c2f2c472d806c854 (patch)
tree2491c9e504834e4518c7de60dffc19e68120d5a4 /nuttx/ChangeLog
parent77df6ac2d504fc42d3e1def268cbaa551dcf64fa (diff)
downloadnuttx-5bf5e918c77fb5ba2e5cf6f5c2f2c472d806c854.tar.gz
nuttx-5bf5e918c77fb5ba2e5cf6f5c2f2c472d806c854.tar.bz2
nuttx-5bf5e918c77fb5ba2e5cf6f5c2f2c472d806c854.zip
SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not be correctly configured if CONFIG_SPI_OWNBUS=n
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 339e9d8a8..7548bb0ef 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5284,10 +5284,16 @@
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
and a register access debug option (2013-8-4).
- * configs/sama5d3x-ek/src/sam_spi.c: At board support for the
+ * configs/sama5d3x-ek/src/sam_spi.c: Add board support for the
AT25 serial flash (2013-8-4).
* configs/sama5d3x-ek/nsh/defconfig: FAT file system support is
now enabled by default (2013-8-5)
* confgis/sama5d3x-ek/src/sam_nsh.c: Automatically mount AT25
file system for NSH if so configured (2013-8-5).
-
+ * confgis/sama5d3x-ek/src/sam_nsh.c: Verified that the AT25 FLASH
+ works on the SAMA5D3x-EK boards and can support a FAT file system
+ (2013-8-5).
+ * arch/arm/src/sam34/sam_spi.c: Corrected an error in the SAM3/4
+ SPI driver while testing the SAMA5 SPI driver: If CONFIG_SPI_OWNBUS
+ is not set, the driver will not configure the SPI mode correctly
+ (2013-8-5).