incubator-nuttx/configs/z16f2800100zcog/ostest
Gregory Nutt 5a8517b849 Add Z16F NSH configuration 2014-01-01 12:40:18 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
Make.defs Beginning separation of debug symbols and optimization selections 2013-12-20 11:43:02 -06:00
README.txt Add Z16F NSH configuration 2014-01-01 12:40:18 -06:00
defconfig Make sure that the Z16F build still builds and runs 2014-01-01 10:29:44 -06:00
ostest.linkcmd Add Z16F NSH configuration 2014-01-01 12:40:18 -06:00
ostest.zdsbak Make sure that the Z16F build still builds and runs 2014-01-01 10:29:44 -06:00
ostest.zfpproj Make sure that the Z16F build still builds and runs 2014-01-01 10:29:44 -06:00
setenv.sh ZNEO configurations updated to use ZDS-II version 5.0.1 2012-11-29 16:48:29 +00:00
test-result.txt ostest result 2008-01-31 22:19:09 +00:00

README.txt

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

ostest.zdzbak is a project file for an older ZDS-II 4.0 version (There is no
  difference in the files other than for some versioning information at the
  top).

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.