mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Debug UDP send logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@401 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user