summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-11 18:25:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-11 18:25:08 +0000
commit7ddf452e7db12c964d0db4bc2959faae40e69061 (patch)
treea83f21c21b7f7bef7ed11120c8504787a04118c6 /nuttx/configs
parente20aebd6db67f544e58cd13905eb5d9c6f78d370 (diff)
downloadpx4-nuttx-7ddf452e7db12c964d0db4bc2959faae40e69061.tar.gz
px4-nuttx-7ddf452e7db12c964d0db4bc2959faae40e69061.tar.bz2
px4-nuttx-7ddf452e7db12c964d0db4bc2959faae40e69061.zip
Completes coding of the STM32 F4 Ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4161 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 25ee3ce34..6c2a793f7 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -419,4 +419,12 @@ Where <subdir> is one of the following:
examples/ostest. By default, this project assumes that you are
using the DFU bootloader.
- CONFIG_STM32_BUILDROOT=y : CodeSourcery under Windows
+ CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
+
+ nsh:
+ ---
+ Configures the NuttShell (nsh) located at apps/examples/nsh. The
+ Configuration enables both the serial and telnet NSH interfaces.
+
+ CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
+