nuttx/configs/c5471evm
patacongo db24d24ac2 Add uIP access to ICMP protocol
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@869 42af7a65-404d-4744-a932-0658087f49c3
2008-09-02 20:42:01 +00:00
..
doc
include
src Cleanup make output 2008-02-09 19:31:29 +00:00
defconfig Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
dhcpconfig Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
ld.script
Make.defs
netconfig Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
nshconfig Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
README.txt
setenv.sh Explicitly use /bin/bash vs /bin/sh for Ubuntu compatibility 2008-03-04 00:40:49 +00:00

README
^^^^^^

defconfig
^^^^^^^^^
The default configuration file, defconfig, performs a
simple OS test using examples/ostest.  This can be
configuration as follows:

	cd tools
	./configure.sh c5471evm
	cd -
	. ./setenv.sh

netconfig
^^^^^^^^^
This alternative configuration file, netconfig, may be used
instead of the default configuration (defconfig). This
configuration enables networking using the c5471's built-in
Ethernet interface.  It uses examples/nettest to excercise
the TCP/IP network.

nshconfig
^^^^^^^^^
This configuration file builds NSH (examples/nsh) using the
TELNET server front end

dhcpconfig
^^^^^^^^^^
This configuration exercises the DHCP client of netutils/dhcpc
using examples/uip.

These alternative configurations can be selected by (using
uipconfig as example):

	(Seleted the default configuration as show above)
	cp config/c5471evm/uiponfig .config