summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-13 15:54:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-13 15:54:09 -0600
commitef1c49c6f035e0e33ed0becdd1d45ba80866feb4 (patch)
tree943d1ed92fe98801a7c24455bc25b8c6c249e987 /nuttx/configs/sam4e-ek/README.txt
parentb53a794218211b71b00b2a9167338b52b5f5f185 (diff)
downloadpx4-nuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.tar.gz
px4-nuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.tar.bz2
px4-nuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.zip
SAM3/4: Integrate the SPI DMA interface with the existing code. Does not yet work.
Diffstat (limited to 'nuttx/configs/sam4e-ek/README.txt')
-rw-r--r--nuttx/configs/sam4e-ek/README.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/nuttx/configs/sam4e-ek/README.txt b/nuttx/configs/sam4e-ek/README.txt
index a7c14ed37..d8e7669fa 100644
--- a/nuttx/configs/sam4e-ek/README.txt
+++ b/nuttx/configs/sam4e-ek/README.txt
@@ -610,7 +610,7 @@ SAM4E-EK-specific Configuration Options
CONFIG_SAM34_SMC - Static Memory Controller
CONFIG_SAM34_NAND - NAND support
CONFIG_SAM34_PDCA - Peripheral DMA controller
- CONFIG_SAM34_DMAC - DMA controller
+ CONFIG_SAM34_DMAC0 - DMA controller
CONFIG_SAM34_UDP - USB 2.0 Full-Speed device
CONFIG_SAM34_CHIPID - Chip ID
CONFIG_SAM34_RTC - Real Time Clock
@@ -843,25 +843,25 @@ Configurations
System Type->ATSAM3/4 Peripheral Support
CONFIG_SAM34_HSMCI=y : Enable HSMCI support
- CONFIG_SAM34_DMAC=y : DMAC support is needed by HSMCI
+ CONFIG_SAM34_DMAC0=y : DMAC support is needed by HSMCI
System Type
CONFIG_SAM34_GPIO_IRQ=y : PIO interrupts needed
CONFIG_SAM34_GPIOA_IRQ=y : Card detect pin is on PIOA
Device Drivers -> MMC/SD Driver Support
- CONFIG_MMCSD=y : Enable MMC/SD support
- CONFIG_MMSCD_NSLOTS=1 : One slot per driver instance
- CONFIG_MMCSD_HAVECARDDETECT=y : Supports card-detect PIOs
- CONFIG_MMCSD_SDIO=y : SDIO-based MMC/SD support
- CONFIG_SDIO_DMA=y : Use SDIO DMA
- CONFIG_SDIO_BLOCKSETUP=y : Needs to know block sizes
+ CONFIG_MMCSD=y : Enable MMC/SD support
+ CONFIG_MMSCD_NSLOTS=1 : One slot per driver instance
+ CONFIG_MMCSD_HAVECARDDETECT=y : Supports card-detect PIOs
+ CONFIG_MMCSD_SDIO=y : SDIO-based MMC/SD support
+ CONFIG_SDIO_DMA=y : Use SDIO DMA
+ CONFIG_SDIO_BLOCKSETUP=y : Needs to know block sizes
Library Routines
- CONFIG_SCHED_WORKQUEUE=y : Driver needs work queue support
+ CONFIG_SCHED_WORKQUEUE=y : Driver needs work queue support
Application Configuration -> NSH Library
- CONFIG_NSH_ARCHINIT=y : NSH board-initialization
+ CONFIG_NSH_ARCHINIT=y : NSH board-initialization
STATUS:
2014-3-13: The basic NSH serial console is working. Network support