From e9e497b7927408ab398aa120a33917ffd41d8e4c Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 19 Nov 2008 22:43:25 +0000 Subject: [PATCH] Add description of poll configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1292 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ntosd-dm320/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt index e05757ecc8..268f1732ca 100644 --- a/configs/ntosd-dm320/README.txt +++ b/configs/ntosd-dm320/README.txt @@ -137,6 +137,12 @@ This alternative configuration directory may be used to enable networking using the OSDs DM9000A Ethernet interface. It uses examples/nettest to excercise the TCP/IP network. +poll +^^^^ + +This configuration exercises the poll()/select() text at +examples/poll + uip ^^^