nuttx-update/tools/zds/README.txt
Gregory Nutt e6f545beab Extend revised ZDS-II support to z8 and z16f
* tools/zds/zds_Config.mk: Move  boards/z80/ez80/scripts/eZ80_Config.mk to tools/zds/zds_Config.mk where it can be shared by other ZDS-II platforms.
* boards/z16/z16f:  Duplicate changes for new ZDS-II support from ez80
* boards/z80/z8:  Duplicate changes for new ZDS-II support from ez80
* arch/z16/src/z16f/Toolchain.defs:  Create required Toolchain.defs file for Z16f
2020-02-24 22:37:28 +01:00

17 lines
738 B
Text

README.txt
==========
tools/zds/zdsar.c: This is a wrapper around the ZDS_II librarian. It
simplifies the build scripts by replacing large sequences of complex Bash
script that were added to the build files. Not only does this clean upi
the build files but it also improves performance and, more importantly,i
provides a common solution for the Windows native build case.
tools/zds/zds_Config.mk: This makefile fragment is include by ZDS-II
Make.defs files after including tools/Config.mk. The definitions in this
file override some of the the definitions in tools/Config.mk to customize
the build for use with the ZDS-II tools.
These tools should work with all ZDS-II based platforms including z8, zNeo,
and ez80.