summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-04 20:23:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-04 20:23:43 +0000
commit0f15abc5e2086edf0662fb84e2ad0ca6dac72a3a (patch)
tree526856590376880f404ae7ef30802aa806f4a752 /nuttx/configs/ntosd-dm320
parentd9c3513a33419a4cb6de9b3e39084989709584c1 (diff)
downloadpx4-nuttx-0f15abc5e2086edf0662fb84e2ad0ca6dac72a3a.tar.gz
px4-nuttx-0f15abc5e2086edf0662fb84e2ad0ca6dac72a3a.tar.bz2
px4-nuttx-0f15abc5e2086edf0662fb84e2ad0ca6dac72a3a.zip
First clean C5471 Ethernet compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@424 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ntosd-dm320')
-rw-r--r--nuttx/configs/ntosd-dm320/README.txt11
-rw-r--r--nuttx/configs/ntosd-dm320/defconfig2
-rw-r--r--nuttx/configs/ntosd-dm320/netconfig2
-rw-r--r--nuttx/configs/ntosd-dm320/udpconfig2
-rw-r--r--nuttx/configs/ntosd-dm320/uipconfig2
5 files changed, 10 insertions, 9 deletions
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 <spudmonkey@racsa.co.cr>
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 <spudmonkey@racsa.co.cr>
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 <spudmonkey@racsa.co.cr>
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 <spudmonkey@racsa.co.cr>