From ef1c49c6f035e0e33ed0becdd1d45ba80866feb4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Mar 2014 15:54:09 -0600 Subject: SAM3/4: Integrate the SPI DMA interface with the existing code. Does not yet work. --- nuttx/configs/arduino-due/README.txt | 2 +- nuttx/configs/arduino-due/nsh/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/arduino-due') 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 -- cgit v1.2.3