mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix some compile errors in the pl2303 USB device driver
This commit is contained in:
@@ -361,7 +361,6 @@ CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
|
|||||||
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
||||||
CONFIG_LPC17_USBDEV_DMA=n
|
CONFIG_LPC17_USBDEV_DMA=n
|
||||||
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
||||||
CONFIG_LPC17_USBDEV_DMAINTMASK=0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# LPC17xx USB Host Configuration
|
# LPC17xx USB Host Configuration
|
||||||
|
|||||||
@@ -355,7 +355,6 @@ CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
|
|||||||
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
||||||
CONFIG_LPC17_USBDEV_DMA=n
|
CONFIG_LPC17_USBDEV_DMA=n
|
||||||
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
||||||
CONFIG_LPC17_USBDEV_DMAINTMASK=0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Serial Device Configuration
|
# USB Serial Device Configuration
|
||||||
|
|||||||
@@ -337,7 +337,6 @@ CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
|
|||||||
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
||||||
CONFIG_LPC17_USBDEV_DMA=n
|
CONFIG_LPC17_USBDEV_DMA=n
|
||||||
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
||||||
CONFIG_LPC17_USBDEV_DMAINTMASK=0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Serial Device Configuration
|
# USB Serial Device Configuration
|
||||||
|
|||||||
@@ -352,7 +352,6 @@ CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
|
|||||||
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
||||||
CONFIG_LPC17_USBDEV_DMA=n
|
CONFIG_LPC17_USBDEV_DMA=n
|
||||||
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
||||||
CONFIG_LPC17_USBDEV_DMAINTMASK=0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Serial Device Configuration
|
# USB Serial Device Configuration
|
||||||
|
|||||||
@@ -347,7 +347,6 @@ CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
|
|||||||
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
||||||
CONFIG_LPC17_USBDEV_DMA=n
|
CONFIG_LPC17_USBDEV_DMA=n
|
||||||
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
||||||
CONFIG_LPC17_USBDEV_DMAINTMASK=0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Serial Device Configuration
|
# USB Serial Device Configuration
|
||||||
|
|||||||
@@ -1,39 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/olimex-lpc1766stk/usbserial/appconfig
|
|
||||||
#
|
|
||||||
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
|
||||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
#
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
|
||||||
# modification, are permitted provided that the following conditions
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in
|
|
||||||
# the documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name NuttX nor the names of its contributors may be
|
|
||||||
# used to endorse or promote products derived from this software
|
|
||||||
# without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
||||||
# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
||||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
############################################################################
|
|
||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/usbserial
|
|
||||||
|
|
||||||
Executable → Regular
+566
-426
File diff suppressed because it is too large
Load Diff
@@ -339,7 +339,6 @@ CONFIG_LPC17_USBDEV_FRAME_INTERRUPT=n
|
|||||||
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
CONFIG_LPC17_USBDEV_EPFAST_INTERRUPT=n
|
||||||
CONFIG_LPC17_USBDEV_DMA=n
|
CONFIG_LPC17_USBDEV_DMA=n
|
||||||
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
CONFIG_LPC17_USBDEV_NDMADESCRIPTORS=0
|
||||||
CONFIG_LPC17_USBDEV_DMAINTMASK=0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Serial Device Configuration
|
# USB Serial Device Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user