configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-frontends tools

This commit is contained in:
Gregory Nutt
2014-03-05 12:16:02 -06:00
parent da579f8b45
commit 861a7ea25f
3 changed files with 714 additions and 346 deletions
+44 -28
View File
@@ -282,52 +282,68 @@ ARM/DM320-specific Configuration Options
Configurations Configurations
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
Each Neuros OSD configuration is maintained in a sub-directory and Common Configuration Notes
can be selected as follow: --------------------------
1. Each Neuros OSD configuration is maintained in a sub-directory and
can be selected as follow:
cd tools cd tools
./configure.sh ntosd-dm320/<subdir> ./configure.sh ntosd-dm320/<subdir>
cd - cd -
. ./setenv.sh . ./setenv.sh
Where <subdir> is one of the following: Where <subdir> is one of the configuration sub-directories described in
the following paragraph.
nettest 2. These configurations use the mconf-based configuration tool. To
^^^^^^^ change a configurations using that tool, you should:
This alternative configuration directory may be used to a. Build and install the kconfig-mconf tool. See nuttx/README.txt
enable networking using the OSDs DM9000A Ethernet interface. and misc/tools/
It uses examples/nettest to excercise the TCP/IP network.
nsh b. Execute 'make menuconfig' in nuttx/ in order to start the
^^^ reconfiguration process.
Configures the NuttShell (nsh) located at examples/nsh. The 3. By default, all configurations assume the CodeSourcery toolchain under
Configuration enables both the serial and telnetd NSH interfaces. Linux. This is easily reconfigured:
poll CONFIG_HOST_LINUX=y
^^^^ CONFIG_ARM_TOOLCHAIN_CODESOURCERYL=y
This configuration exercises the poll()/select() text at Configuration Sub-Directories
examples/poll -----------------------------
thttpd nettest
^^^^^^
This builds the THTTPD web server example using the THTTPD and This alternative configuration directory may be used to
the examples/thttpd application. enable networking using the OSDs DM9000A Ethernet interface.
It uses examples/nettest to excercise the TCP/IP network.
udp nsh
^^^
This alternative configuration directory is similar to nettest Configures the NuttShell (nsh) located at examples/nsh. The
except that is use examples/upd to exercise UDP. Configuration enables both the serial and telnetd NSH interfaces.
uip poll
^^^
This configuration file demonstrates the tiny webserver This configuration exercises the poll()/select() text at
at examples/uip. examples/poll
thttpd
This builds the THTTPD web server example using the THTTPD and
the examples/thttpd application.
udp
This alternative configuration directory is similar to nettest
except that is use examples/upd to exercise UDP.
uip
This configuration file demonstrates the tiny webserver
at examples/uip.
Configuration Options Configuration Options
^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
-43
View File
@@ -1,43 +0,0 @@
############################################################################
# configs/ntosd-dm320/nettest/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/nettest
# Networking support
CONFIGURED_APPS += netutils/uiplib
File diff suppressed because it is too large Load Diff