SAMA5: Add register level debug option for SPI

This commit is contained in:
Gregory Nutt
2013-08-04 14:45:24 -06:00
parent 83af194db1
commit 1060b232e9
3 changed files with 114 additions and 7 deletions
+2 -2
View File
@@ -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).