mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Converted the EKK-LM3S9B96 configurations to use kconfig-frontend tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5663 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+3
-3
@@ -110,7 +110,7 @@ config ARCH_BOARD_EAGLE100
|
|||||||
an ARM Cortex-M3 MCU, the Luminary LM3S6918. This OS is built with the
|
an ARM Cortex-M3 MCU, the Luminary LM3S6918. This OS is built with the
|
||||||
arm-nuttx-elf toolchain*. STATUS: This port is complete and mature.
|
arm-nuttx-elf toolchain*. STATUS: This port is complete and mature.
|
||||||
|
|
||||||
config ARCH_BOARD_EKK_LM3S9B96
|
config ARCH_BOARD_EKKLM3S9B96
|
||||||
bool "TI/Stellaris EKK-LM3S9B96"
|
bool "TI/Stellaris EKK-LM3S9B96"
|
||||||
depends on ARCH_CHIP_LM3S9B96
|
depends on ARCH_CHIP_LM3S9B96
|
||||||
select ARCH_HAVE_LEDS
|
select ARCH_HAVE_LEDS
|
||||||
@@ -683,7 +683,7 @@ config ARCH_BOARD
|
|||||||
default "ea3131" if ARCH_BOARD_EA3131
|
default "ea3131" if ARCH_BOARD_EA3131
|
||||||
default "ea3152" if ARCH_BOARD_EA3152
|
default "ea3152" if ARCH_BOARD_EA3152
|
||||||
default "eagle100" if ARCH_BOARD_EAGLE100
|
default "eagle100" if ARCH_BOARD_EAGLE100
|
||||||
default "ekk-lm3s9b96" if ARCH_BOARD_EKK_LM3S9B96
|
default "ekk-lm3s9b96" if ARCH_BOARD_EKKLM3S9B96
|
||||||
default "ez80f910200kitg" if ARCH_BOARD_EZ80F910200KITG
|
default "ez80f910200kitg" if ARCH_BOARD_EZ80F910200KITG
|
||||||
default "ez80f910200zco" if ARCH_BOARD_EZ80F910200ZCO
|
default "ez80f910200zco" if ARCH_BOARD_EZ80F910200ZCO
|
||||||
default "fire-stm32v2" if ARCH_BOARD_FIRE_STM32
|
default "fire-stm32v2" if ARCH_BOARD_FIRE_STM32
|
||||||
@@ -823,7 +823,7 @@ endif
|
|||||||
if ARCH_BOARD_EAGLE100
|
if ARCH_BOARD_EAGLE100
|
||||||
source "configs/eagle100/Kconfig"
|
source "configs/eagle100/Kconfig"
|
||||||
endif
|
endif
|
||||||
if ARCH_BOARD_EKK_LM3S9B96
|
if ARCH_BOARD_EKKLM3S9B96
|
||||||
source "configs/ekk-lm3s9b96/Kconfig"
|
source "configs/ekk-lm3s9b96/Kconfig"
|
||||||
endif
|
endif
|
||||||
if ARCH_BOARD_EZ80F910200KITG
|
if ARCH_BOARD_EZ80F910200KITG
|
||||||
|
|||||||
@@ -1,59 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/ekk-lm3s9b96/nsh/appconfig
|
|
||||||
#
|
|
||||||
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
|
||||||
# Authors: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
# Jose Pablo Rojas V. <jrojas@nx-engineering.com>
|
|
||||||
#
|
|
||||||
# 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/nsh
|
|
||||||
|
|
||||||
# NSH library
|
|
||||||
|
|
||||||
CONFIGURED_APPS += system/readline
|
|
||||||
CONFIGURED_APPS += nshlib
|
|
||||||
|
|
||||||
# Networking support
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_NET),y)
|
|
||||||
CONFIGURED_APPS += netutils/uiplib
|
|
||||||
CONFIGURED_APPS += netutils/dhcpc
|
|
||||||
CONFIGURED_APPS += netutils/resolv
|
|
||||||
CONFIGURED_APPS += netutils/tftpc
|
|
||||||
CONFIGURED_APPS += netutils/webclient
|
|
||||||
ifeq ($(CONFIG_NSH_TELNET),y)
|
|
||||||
CONFIGURED_APPS += netutils/telnetd
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
+628
-286
File diff suppressed because it is too large
Load Diff
@@ -1,40 +0,0 @@
|
|||||||
############################################################################
|
|
||||||
# configs/ekk-lm3s9b96/ostest/appconfig
|
|
||||||
#
|
|
||||||
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
|
||||||
# Authors: Gregory Nutt <gnutt@nuttx.org>
|
|
||||||
# Jose Pablo Rojas V. <jrojas@nx-engineering.com>
|
|
||||||
#
|
|
||||||
# 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/ostest
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -101,7 +101,6 @@ CONFIG_ARMV7M_OABI_TOOLCHAIN=y
|
|||||||
CONFIG_ARCH_CHIP_LM3S6965=y
|
CONFIG_ARCH_CHIP_LM3S6965=y
|
||||||
# CONFIG_ARCH_CHIP_LM3S8962 is not set
|
# CONFIG_ARCH_CHIP_LM3S8962 is not set
|
||||||
# CONFIG_LM_REVA2 is not set
|
# CONFIG_LM_REVA2 is not set
|
||||||
CONFIG_LM_DFU=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Select Stellaris Peripheral Support
|
# Select Stellaris Peripheral Support
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ CONFIG_ARMV7M_OABI_TOOLCHAIN=y
|
|||||||
CONFIG_ARCH_CHIP_LM3S6965=y
|
CONFIG_ARCH_CHIP_LM3S6965=y
|
||||||
# CONFIG_ARCH_CHIP_LM3S8962 is not set
|
# CONFIG_ARCH_CHIP_LM3S8962 is not set
|
||||||
# CONFIG_LM_REVA2 is not set
|
# CONFIG_LM_REVA2 is not set
|
||||||
CONFIG_LM_DFU=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Select Stellaris Peripheral Support
|
# Select Stellaris Peripheral Support
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ CONFIG_ARMV7M_OABI_TOOLCHAIN=y
|
|||||||
CONFIG_ARCH_CHIP_LM3S6965=y
|
CONFIG_ARCH_CHIP_LM3S6965=y
|
||||||
# CONFIG_ARCH_CHIP_LM3S8962 is not set
|
# CONFIG_ARCH_CHIP_LM3S8962 is not set
|
||||||
# CONFIG_LM_REVA2 is not set
|
# CONFIG_LM_REVA2 is not set
|
||||||
CONFIG_LM_DFU=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Select Stellaris Peripheral Support
|
# Select Stellaris Peripheral Support
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ CONFIG_LM_CODESOURCERYW=n
|
|||||||
CONFIG_LM_CODESOURCERYL=n
|
CONFIG_LM_CODESOURCERYL=n
|
||||||
CONFIG_LM_DEVKITARM=n
|
CONFIG_LM_DEVKITARM=n
|
||||||
CONFIG_LM_BUILDROOT=y
|
CONFIG_LM_BUILDROOT=y
|
||||||
CONFIG_LM_DFU=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Disable support for interrupts on GPIOH and GPIOJ which do not
|
# Disable support for interrupts on GPIOH and GPIOJ which do not
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ CONFIG_LM_CODESOURCERYW=n
|
|||||||
CONFIG_LM_CODESOURCERYL=n
|
CONFIG_LM_CODESOURCERYL=n
|
||||||
CONFIG_LM_DEVKITARM=n
|
CONFIG_LM_DEVKITARM=n
|
||||||
CONFIG_LM_BUILDROOT=y
|
CONFIG_LM_BUILDROOT=y
|
||||||
CONFIG_LM_DFU=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Disable support for interrupts on GPIOH and GPIOJ which do not
|
# Disable support for interrupts on GPIOH and GPIOJ which do not
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ CONFIG_LM_CODESOURCERYW=n
|
|||||||
CONFIG_LM_CODESOURCERYL=n
|
CONFIG_LM_CODESOURCERYL=n
|
||||||
CONFIG_LM_DEVKITARM=n
|
CONFIG_LM_DEVKITARM=n
|
||||||
CONFIG_LM_BUILDROOT=y
|
CONFIG_LM_BUILDROOT=y
|
||||||
CONFIG_LM_DFU=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Disable support for interrupts on GPIOH and GPIOJ which do not
|
# Disable support for interrupts on GPIOH and GPIOJ which do not
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see misc/tools/kconfig-language.txt.
|
||||||
|
#
|
||||||
|
|
||||||
|
if ARCH_BOARD_NUTINY_NUC120
|
||||||
|
config ARCH_LEDS
|
||||||
|
bool "NuttX LED support"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
"Support control of the on-board LED by NuttX to indicate system state"
|
||||||
|
|
||||||
|
endif
|
||||||
Reference in New Issue
Block a user