You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/10 10:03:47 UTC

[incubator-nuttx] 13/21: added USB DMA to defconfigs

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch pr68
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit ec4889b494c207415a71e25232c5800ac62329ae
Author: Adam Feuer <ad...@starcat.io>
AuthorDate: Thu Jan 9 15:53:48 2020 -0800

    added USB DMA to defconfigs
---
 .../sama5/sama5d3-xplained/configs/usb-over-ethernet-telnetd/defconfig   | 1 +
 boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet/defconfig    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet-telnetd/defconfig b/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet-telnetd/defconfig
index ffc4e2a..7e9b88f 100644
--- a/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet-telnetd/defconfig
+++ b/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet-telnetd/defconfig
@@ -116,6 +116,7 @@ CONFIG_SYSTEM_NSH_CXXINITIALIZE=y
 CONFIG_SYSTEM_PING=y
 CONFIG_SYSTEM_VI=y
 CONFIG_USBDEV=y
+CONFIG_USBDEV_DMA=y
 CONFIG_USBDEV_DUALSPEED=y
 CONFIG_USER_ENTRYPOINT="nsh_main"
 CONFIG_WDOG_INTRESERVE=2
diff --git a/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet/defconfig b/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet/defconfig
index c6b70cd..9f0c264 100644
--- a/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet/defconfig
+++ b/boards/arm/sama5/sama5d3-xplained/configs/usb-over-ethernet/defconfig
@@ -117,6 +117,7 @@ CONFIG_SYSTEM_NSH_CXXINITIALIZE=y
 CONFIG_SYSTEM_PING=y
 CONFIG_SYSTEM_VI=y
 CONFIG_USBDEV=y
+CONFIG_USBDEV_DMA=y
 CONFIG_USBDEV_DUALSPEED=y
 CONFIG_USER_ENTRYPOINT="nsh_main"
 CONFIG_WDOG_INTRESERVE=2