nuttx/configs/c5471evm
patacongo 28b8f4a2e6 ifconfig shows uIP stats
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@450 42af7a65-404d-4744-a932-0658087f49c3
2007-12-12 14:41:36 +00:00
..
doc Initial Release 2007-03-23 02:24:38 +00:00
include Changes to use the common ARM directory under arch/arm 2007-04-28 20:05:36 +00:00
src Changes to use the common ARM directory under arch/arm 2007-04-28 20:05:36 +00:00
defconfig Need to tell examples/uip tht the C5471 has no MAC 2007-12-11 22:04:35 +00:00
dhcpconfig Need to tell examples/uip tht the C5471 has no MAC 2007-12-11 22:04:35 +00:00
ld.script Initial Release 2007-03-23 02:24:38 +00:00
Make.defs in progress update 2007-10-31 23:27:55 +00:00
netconfig Need to tell examples/uip tht the C5471 has no MAC 2007-12-11 22:04:35 +00:00
nshconfig ifconfig shows uIP stats 2007-12-12 14:41:36 +00:00
README.txt Verified DHCPC on the C5471 EVM 2007-12-10 19:39:26 +00:00
setenv.sh Initial Release 2007-03-23 02:24:38 +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