From db782f9d51c4b9899954924003790818df015148 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 17 Apr 2011 00:35:54 +0000 Subject: LPCXpresso USB device works git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3516 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/configs/lpcxpresso-lpc1768/nsh') 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 -- cgit v1.2.3