summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 19:19:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 19:19:11 -0600
commit5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee (patch)
treebfcbb1b59c61a377bfff67c4f58054879b404554 /nuttx/configs/eagle100/README.txt
parent8d2d1db72eb377da3daad8e4a6d792be54e1f53e (diff)
downloadpx4-nuttx-5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee.tar.gz
px4-nuttx-5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee.tar.bz2
px4-nuttx-5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee.zip
Removed almost all ostest configurations
Diffstat (limited to 'nuttx/configs/eagle100/README.txt')
-rw-r--r--nuttx/configs/eagle100/README.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index eb7db47a1..1e024c5ff 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -97,8 +97,7 @@ CodeSourcery on Linux
MAXOPTIMIZATION = -O2
The values for TOPDIR is provided by the make system; the value for CONFIG_ARCH_BOARD
- is provided in your defconfig file. 'ostest' refers to the ostest/ configuration;
- this would be different for other configurations.
+ is provided in your defconfig file.
For an example of a CodeSourcery-under-Linux Make.defs file, see
configs/stm3210e-eval/nsh/Make.defs.
@@ -400,8 +399,7 @@ Where <subdir> is one of the following:
httpd:
This builds the uIP web server example using the examples/uip application
- (for execution from FLASH). See examples/README.txt for information
- about ostest.
+ (for execution from FLASH).
nsh:
Configures the NuttShell (nsh) located at examples/nsh. The
@@ -416,10 +414,6 @@ Where <subdir> is one of the following:
toolchains. This example can only be built using the older
OABI toolchain.
- ostest:
- This configuration directory, performs a simple OS test using
- examples/ostest.
-
thttpd:
This builds the THTTPD web server example using the THTTPD and
the apps/examples/thttpd application.