summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-12 20:14:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-12 20:14:46 +0000
commit6649286b2f4917b87ecdd790eba138aefcf2b210 (patch)
tree92a86ff9d6ca32ab4ebc6c485a3bfd2fdc594925 /nuttx/configs/stm3240g-eval/README.txt
parentd660afc8fd83a630d0a223dd2796003024ce4f11 (diff)
downloadpx4-nuttx-6649286b2f4917b87ecdd790eba138aefcf2b210.tar.gz
px4-nuttx-6649286b2f4917b87ecdd790eba138aefcf2b210.tar.bz2
px4-nuttx-6649286b2f4917b87ecdd790eba138aefcf2b210.zip
Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5138 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 151811189..e0238f4de 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -880,6 +880,28 @@ Where <subdir> is one of the following:
CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
+ discover:
+ --------
+ This configuration exercises netutils/discover utility using
+ apps/exmaples/discover. This example initializes and starts the UDP
+ discover daemon. This daemon is useful for discovering devices in
+ local networks, especially with DHCP configured devices. It listens
+ for UDP broadcasts which also can include a device class so that
+ groups of devices can be discovered. It is also possible to address all
+ classes with a kind of broadcast discover.
+
+ Configuration settings that you may need to change for your
+ environment:
+
+ CONFIG_STM32_CODESOURCERYL=y - CodeSourcery for Linux
+ CONFIG_EXAMPLE_DISCOVER_DHCPC=y - DHCP Client
+ CONFIG_EXAMPLE_DISCOVER_IPADDR - (not defined)
+ CONFIG_EXAMPLE_DISCOVER_DRIPADDR - Router IP address
+
+ NOTE: This configuration uses to the mconf configuration tool to control
+ the configuration. See the section entitled "NuttX Configuration Tool"
+ in the top-level README.txt file.
+
nettest:
-------