summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-11 18:51:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-11 18:51:19 +0000
commit8522def28d18ed79d699277e69e3ed2d83420943 (patch)
treee12b66f51f5c592594aeb52eed739fed0c3f2817
parentf7f95203044a8edfdb098538ac7ca82ff03574e7 (diff)
downloadnuttx-8522def28d18ed79d699277e69e3ed2d83420943.tar.gz
nuttx-8522def28d18ed79d699277e69e3ed2d83420943.tar.bz2
nuttx-8522def28d18ed79d699277e69e3ed2d83420943.zip
Add config variables for examples/igmp
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2788 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/examples/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index d2a7695dd..9b61d77b0 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -61,6 +61,17 @@ examples/igmp
does not do much of value -- Much more is needed in order to verify
the IGMP features!
+ * CONFIG_EXAMPLE_IGMP_NOMAC
+ Set if the hardware has no MAC address; one will be assigned
+ * CONFIG_EXAMPLE_IGMP_IPADDR
+ Target board IP address
+ * CONFIG_EXAMPLE_IGMP_DRIPADDR
+ Default router address
+ * CONFIG_EXAMPLE_IGMP_NETMASK
+ Network mask
+ * CONFIG_EXAMPLE_IGMP_GRPADDR
+ Multicast group address
+
examples/mount
^^^^^^^^^^^^^^