nuttx/tools/zds
openvela-robot 77f0bea7f5 Merge branch 'master' into vela
apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc

Signed-off-by: ligd <liguiding1@xiaomi.com>
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-04-21 01:12:27 +08:00
..
.gitignore build: Remve the unnecessary .gitignore 2026-04-20 20:39:11 +08:00
Config.mk Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
Makefile Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
README.txt Build System: Resolve CPU-specific logic in common build files 2026-04-20 20:37:23 +08:00
zdsar.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00

README.txt

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/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.