summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-17 00:35:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-17 00:35:54 +0000
commitdb782f9d51c4b9899954924003790818df015148 (patch)
treef4aa88bf3cae01e31b85638ca4703cda94ea4f77 /nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
parent1607d9c23e02c53c00bfd900fa061d2d5afd6950 (diff)
downloadpx4-nuttx-db782f9d51c4b9899954924003790818df015148.tar.gz
px4-nuttx-db782f9d51c4b9899954924003790818df015148.tar.bz2
px4-nuttx-db782f9d51c4b9899954924003790818df015148.zip
LPCXpresso USB device works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3516 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig')
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/nsh/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
index fee06bd08..76ca6d88b 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
@@ -632,12 +632,18 @@ CONFIG_USBHOST_ISOC_DISABLE=y
# Number of DMA descriptors to allocate in SRAM.
# CONFIG_LPC17_USBDEV_DMA
# Enable lpc17xx-specific DMA support
+# CONFIG_LPC17_USBDEV_NOVBUS
+# Define if the hardware implementation does not support the VBUS signal
+# CONFIG_LPC17_USBDEV_NOLED
+# Define if the hardware implementation does not support the LED output
#
CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
CONFIG_LPC17_USBDEV_DMA=n
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
CONFIG_LPC17_USBDEV_DMAINTMASK=0
+CONFIG_LPC17_USBDEV_NOVBUS=y
+CONFIG_LPC17_USBDEV_NOLED=y
#
# LPC17xx USB Host Configuration