summaryrefslogtreecommitdiff
path: root/nuttx/configs/arduino-due
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/arduino-due
parentb53a794218211b71b00b2a9167338b52b5f5f185 (diff)
downloadnuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.tar.gz
nuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.tar.bz2
nuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.zip
SAM3/4: Integrate the SPI DMA interface with the existing code. Does not yet work.
Diffstat (limited to 'nuttx/configs/arduino-due')
-rw-r--r--nuttx/configs/arduino-due/README.txt2
-rw-r--r--nuttx/configs/arduino-due/nsh/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/arduino-due/README.txt b/nuttx/configs/arduino-due/README.txt
index 3756bc032..d10e7b937 100644
--- a/nuttx/configs/arduino-due/README.txt
+++ b/nuttx/configs/arduino-due/README.txt
@@ -817,7 +817,7 @@ Arduino DUE-specific Configuration Options
CONFIG_SAM34_PWM - Pulse Width Modulation
CONFIG_SAM34_ADC12B - 12-bit Analog To Digital Converter
CONFIG_SAM34_DACC - Digital To Analog Converter
- CONFIG_SAM34_DMAC - DMA Controller
+ CONFIG_SAM34_DMAC0 - DMA Controller
CONFIG_SAM34_UOTGHS - USB OTG High Speed
CONFIG_SAM34_TRNG - True Random Number Generator
CONFIG_SAM34_EMAC - Ethernet MAC
diff --git a/nuttx/configs/arduino-due/nsh/defconfig b/nuttx/configs/arduino-due/nsh/defconfig
index 8506fade6..13574c9bb 100644
--- a/nuttx/configs/arduino-due/nsh/defconfig
+++ b/nuttx/configs/arduino-due/nsh/defconfig
@@ -164,7 +164,7 @@ CONFIG_SAM34_UART0=y
# CONFIG_SAM34_CAN1 is not set
# CONFIG_SAM34_SMC is not set
# CONFIG_SAM34_SDRAMC is not set
-# CONFIG_SAM34_DMAC is not set
+# CONFIG_SAM34_DMAC0 is not set
# CONFIG_SAM34_UOTGHS is not set
# CONFIG_SAM34_RTC is not set
# CONFIG_SAM34_RTT is not set