nuttx/boards/z80/z8/z8encore000zco/configs/ostest
Gregory Nutt d1a8a803e4 Build system: Get rid of the MOVEOBJ definition
Eliminate the MOVEOBJ definition from tools/Config.mk, Makefiles, and other locations.  The MOVEOBJ definition was used to work around the case where the object output of a compile or assemble is in a different directory than the source file.  The ZDS-II tools have no command line option to perform this move; MOVEOBJ handled the move as a post-compiler operation.

MOVEOBJ is no longer needed because this the ez80 COMPILE and ASSEMBLE definitions now handle all of the object file movement cases.
2020-02-24 22:37:28 +01: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
Make.defs Build system: Get rid of the MOVEOBJ definition 2020-02-24 22:37:28 +01:00
ostest.linkcmd Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
ostest.zdsproj Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
README.txt Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00

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

ostest.zfpproj is a simple ZDS-II 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