From 6284f4e3b31641ef8c40583fa54a0c0c6e2287ce Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Nov 2007 13:31:28 +0000 Subject: [PATCH] Debug UDP send logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@401 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ntosd-dm320/README.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt index 7b98eacba2d..5269fe448ee 100644 --- a/configs/ntosd-dm320/README.txt +++ b/configs/ntosd-dm320/README.txt @@ -14,11 +14,11 @@ configuration as follows: netconfig ^^^^^^^^^ -The alternative configuration file, netconfig, may be used +This alternative configuration file, netconfig, may be used instead of the default configuration (defconfig). This configuration enables networking using the OSDs DM9000A Ethernet interface. It uses examples/nettest to excercise -the network. +the TCP/IP network. uipconfig ^^^^^^^^^ @@ -30,3 +30,8 @@ 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. +