nuttx/boards/z80/z8/z8f64200100kit/configs/ostest
Xiang Xiao 37ef3c1cbc tools/Config.mk: Support the ability to change the CFLAGS for the compilation of a single file. Set special compiler options as follows the rule:
sourcefile + fixed suffix "_[A|C|CPP|CXX]FLAGS"

apps/examples/hello/Makefile:
  $(SRCDIR)/hello_main.c_CFLAGS = -DTEST
2019-10-03 06:49:17 -06:00
..
.gitignore Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00
defconfig Add defconfig files must include CONFIG_ARCH_CHIP= to break and chicken-and-egg problem. 2019-08-07 15:37:35 -06:00
Make.defs tools/Config.mk: Support the ability to change the CFLAGS for the compilation of a single file. Set special compiler options as follows the rule: 2019-10-03 06:49:17 -06:00
ostest.linkcmd Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00
ostest.zdsproj Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00: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