nuttx/boards/z16/z16f/z16f2800100zcog/configs/ostest
Xiang Xiao bd4e8e19d3 Run codespell -w against all files
and fix the wrong correction
2020-02-22 14:45:07 -06:00
..
.gitignore Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
defconfig drivers/serial: Remove the lowconsole driver 2020-02-18 12:51:09 -06:00
ostest.zfpproj Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
README.txt Run codespell -w against all files 2020-02-22 14:45:07 -06:00

README.txt
^^^^^^^^^^

OSTEST Project
--------------

ostest.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:

    ostest.hex, ostest.map, ostest.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 ostest.zfpproj project
5. In the debug tab, connect to the debugger
6. In the debug tab, load code, reset, and go

Hmmm... it appears that the code does not run if started by a hardware reset.
It runs only when started via the debugger.  What is up with that?

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

OS test results will be provided on the serial console at 57600 8N1 baud.

STATUS
------

This example works fine when started from ZDS-II.  But I have seen problems
when starting from a hardware reset.