summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ez80f910200zco/README.txt')
-rw-r--r--nuttx/configs/ez80f910200zco/README.txt54
1 files changed, 3 insertions, 51 deletions
diff --git a/nuttx/configs/ez80f910200zco/README.txt b/nuttx/configs/ez80f910200zco/README.txt
index 7df503217..e24334fca 100644
--- a/nuttx/configs/ez80f910200zco/README.txt
+++ b/nuttx/configs/ez80f910200zco/README.txt
@@ -81,61 +81,13 @@ available:
dhcpd:
This builds the DCHP server using the examples/dhcpd application
- (for execution from FLASH.) See examples/README.txt for information
+ (for execution from FLASH.) See apps/examples/README.txt for information
about the dhcpd example.
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.
-
-ostest
- This builds the examples/ostest application for execution from FLASH.
- See examples/README.txt for information about ostest.
-
-- ostest
- This builds the examples/ostest application for execution from FLASH.
- See examples/README.txt for information about 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. By default, this configuration assumes that you are using the
- Cygwin environment on Windows. An option is to use the native
- CMD.exe window build as described in the top-level README.txt
- file. To set up that configuration:
-
- -CONFIG_WINDOWS_CYGWIN=y
- +CONFIG_WINDOWS_NATIVE=y
-
- And after configuring, make sure that CONFIG_APPS_DIR uses
- the back slash character. For example:
-
- CONFIG_APPS_DIR="..\apps"
-
- NOTES:
-
- a. If you need to change the toolchain path used in Make.defs, you
- will need to use the short 8.3 filenames to avoid spaces. On my
- PC, C:\PROGRA~1\ is is C:\Program Files\ and C:\PROGRA~2\ is
- C:\Program Files (x86)\
- b. You can't use setenv.sh in the native Windows environment. Try
- scripts/setenv.bat instead.
- c. At present, the native Windows build fails at the final link stages.
- The failure is due to problems in arch/z80/src/nuttx.linkcmd that
- is autogenerated by arch/z80/src/Makefile.zdsii. The basic problem
- is the spurious spaces and and carrirage returns are generated at
- the end of the lines after a line continuation (\ ^M). If these
- trailing bad characters are manually eliminated, then the build
- will succeed on the next try.
+ (for execution from FLASH). See apps/examples/README.txt for information
+ about httpd.
nsh
This configuratino builds the NuttShell (NSH). That code can be