summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/README.txt')
-rw-r--r--nuttx/configs/lm3s6965-ek/README.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/nuttx/configs/lm3s6965-ek/README.txt b/nuttx/configs/lm3s6965-ek/README.txt
index f41196d6f..9b0413aec 100644
--- a/nuttx/configs/lm3s6965-ek/README.txt
+++ b/nuttx/configs/lm3s6965-ek/README.txt
@@ -631,26 +631,6 @@ Where <subdir> is one of the following:
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot (arm-nuttx-elf-gcc)
CONFIG_RAW_BINARY=y : Output formats: ELF and raw binary
- ostest:
- This configuration directory, performs a simple OS test using
- examples/ostest.
-
- NOTES:
- 1. This configuration uses the mconf-based configuration tool. To
- change this configuration using that tool, you should:
-
- a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
-
- b. Execute 'make menuconfig' in nuttx/ in order to start the
- reconfiguration process.
-
- 2. Default platform/toolchain:
-
- CONFIG_HOST_LINUX=y : Linux (Cygwin under Windows okay too).
- CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot (arm-nuttx-elf-gcc)
- CONFIG_RAW_BINARY=y : Output formats: ELF and raw binary
-
tcpecho:
This configuration builds the simple TCP echo example based on W.Richard
Steven UNIX Programming book to ensure correct usage of the socket API.