summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 17:36:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 17:36:07 +0000
commitd0c91546343d545c11c10f7d29d1c06175c1109a (patch)
tree64bb2a8bfc5fdae5e8a88464b3b89054f602259e /nuttx/configs/stm3240g-eval/README.txt
parentf096e07fceb776545fa7b06501dc734ad0e81783 (diff)
downloadpx4-nuttx-d0c91546343d545c11c10f7d29d1c06175c1109a.tar.gz
px4-nuttx-d0c91546343d545c11c10f7d29d1c06175c1109a.tar.bz2
px4-nuttx-d0c91546343d545c11c10f7d29d1c06175c1109a.zip
Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/README.txt')
-rw-r--r--nuttx/configs/stm3240g-eval/README.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index b536097a8..a1a596bae 100644
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -893,10 +893,10 @@ Where <subdir> is one of the following:
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
+ CONFIG_STM32_CODESOURCERYL=y - CodeSourcery for Linux
+ CONFIG_EXAMPLES_DISCOVER_DHCPC=y - DHCP Client
+ CONFIG_EXAMPLES_DISCOVER_IPADDR - (not defined)
+ CONFIG_EXAMPLES_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"
@@ -909,11 +909,11 @@ Where <subdir> is one of the following:
using the STM32's Ethernet controller. It uses apps/examples/nettest to excercise the
TCP/IP network.
- CONFIG_EXAMPLE_NETTEST_SERVER=n : Target is configured as the client
- CONFIG_EXAMPLE_NETTEST_PERFORMANCE=y : Only network performance is verified.
- CONFIG_EXAMPLE_NETTEST_IPADDR=(10<<24|0<<16|0<<8|2) : Target side is IP: 10.0.0.2
- CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1) : Host side is IP: 10.0.0.1
- CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1) : Server address used by which ever is client.
+ CONFIG_EXAMPLES_NETTEST_SERVER=n : Target is configured as the client
+ CONFIG_EXAMPLES_NETTEST_PERFORMANCE=y : Only network performance is verified.
+ CONFIG_EXAMPLES_NETTEST_IPADDR=(10<<24|0<<16|0<<8|2) : Target side is IP: 10.0.0.2
+ CONFIG_EXAMPLES_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1) : Host side is IP: 10.0.0.1
+ CONFIG_EXAMPLES_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1) : Server address used by which ever is client.
nsh:
---