incubator-nuttx/configs/16z/nsh
Gregory Nutt 47ca6ef4d4 configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured 2014-02-28 07:45:51 -06:00
..
.gitignore
Make.defs
README.txt Add a patch to work around the bug in the ZDS-II 5.0.1 toolchain 2014-01-24 11:58:30 -06:00
defconfig configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured 2014-02-28 07:45:51 -06:00
nsh.linkcmd 16z: Fix option bits; adjust system clock frequency 2014-01-23 12:06:57 -06:00
nsh.zfpproj
setenv.sh Add a patch to work around the bug in the ZDS-II 5.0.1 toolchain 2014-01-24 11:58:30 -06:00

README.txt

README.txt
==========

Contents
--------

  o NSH Project
  o Loading and Executing Code
  o Console Output
  o STATUS

NSH Project
-----------

nsh.zfpproj is a simple ZDS II - ZNEO 5.0.1 project that will allow you
  to use the ZDS-II debugger.  Before using, copy the following files from
  the toplevel directory:

    nuttx.hex, nuttx.map, nuttx.lod

  to this directory as:

    nsh.hex, nsh.map, nsh.lod

Loading and Executing Code
--------------------------

1. Copy the files to this directory as described above
2. Connect the ZiLOG XTools USB debugger.
3. Install the USB driver from the ZDS-II device_drivers directory
4. Start ZDS-II and load the nsh.zfpproj project
5. In the debug tab, connect to the debugger
6. In the debug tab, load code, reset, and go

Console Output
--------------

Interaction with NSH is via the serial console at 57600 8N1 baud.

STATUS
------
1. Note that you must apply the ZNEO patch if you are using ZDS-II 5.0.1.
   See the README.txt file in the parent directory for more information.

2. This configuration does not run correctly.  There is currently a problem
   with the SRAM accesses.

3. I bet that this code, like ostest, will not run if started by a hardware
   reset.  It may only run when started via the debugger.