From 0f15abc5e2086edf0662fb84e2ad0ca6dac72a3a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 4 Dec 2007 20:23:43 +0000 Subject: First clean C5471 Ethernet compile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@424 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ntosd-dm320/README.txt | 11 ++++++----- nuttx/configs/ntosd-dm320/defconfig | 2 +- nuttx/configs/ntosd-dm320/netconfig | 2 +- nuttx/configs/ntosd-dm320/udpconfig | 2 +- nuttx/configs/ntosd-dm320/uipconfig | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) (limited to 'nuttx/configs/ntosd-dm320') diff --git a/nuttx/configs/ntosd-dm320/README.txt b/nuttx/configs/ntosd-dm320/README.txt index 5269fe448..c1996b0f0 100644 --- a/nuttx/configs/ntosd-dm320/README.txt +++ b/nuttx/configs/ntosd-dm320/README.txt @@ -25,13 +25,14 @@ uipconfig This configuration file demonstrates the tiny webserver at examples/uip. -These alternative configurations can be selected by - - (Seleted the default configuration as show above) - cp config/ntosd-dm320/uiponfig .config - udpconfig ^^^^^^^^^ This alternative configuration file, is similar to netconfig except that is use examples/upd to exercise UDP. +These alternative configurations can be selected by (using +uipconfig as example): + + (Seleted the default configuration as show above) + cp config/ntosd-dm320/uipconfig .config + diff --git a/nuttx/configs/ntosd-dm320/defconfig b/nuttx/configs/ntosd-dm320/defconfig index ed953d6ba..80ed40490 100644 --- a/nuttx/configs/ntosd-dm320/defconfig +++ b/nuttx/configs/ntosd-dm320/defconfig @@ -1,5 +1,5 @@ ############################################################ -# defconfig +# configs/ntosd-dm320/defconfig # # Copyright (C) 2007 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/nuttx/configs/ntosd-dm320/netconfig b/nuttx/configs/ntosd-dm320/netconfig index 9ae97b658..0ac607c45 100644 --- a/nuttx/configs/ntosd-dm320/netconfig +++ b/nuttx/configs/ntosd-dm320/netconfig @@ -1,5 +1,5 @@ ############################################################ -# arch/ntosd-dm320/netconfig +# configs/ntosd-dm320/netconfig # # Copyright (C) 2007 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/nuttx/configs/ntosd-dm320/udpconfig b/nuttx/configs/ntosd-dm320/udpconfig index cece23cd5..dad101d19 100644 --- a/nuttx/configs/ntosd-dm320/udpconfig +++ b/nuttx/configs/ntosd-dm320/udpconfig @@ -1,5 +1,5 @@ ############################################################ -# arch/ntosd-dm320/udpconfig +# configs/ntosd-dm320/udpconfig # # Copyright (C) 2007 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/nuttx/configs/ntosd-dm320/uipconfig b/nuttx/configs/ntosd-dm320/uipconfig index 6f06d089f..9fa55776b 100644 --- a/nuttx/configs/ntosd-dm320/uipconfig +++ b/nuttx/configs/ntosd-dm320/uipconfig @@ -1,5 +1,5 @@ ############################################################ -# arch/ntosd-dm320/uipconfig +# configs/ntosd-dm320/uipconfig # # Copyright (C) 2007 Gregory Nutt. All rights reserved. # Author: Gregory Nutt -- cgit v1.2.3