This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 75be4c5  ZDS-II Object file relocations
     new d1a8a80  Build system:  Get rid of the MOVEOBJ definition
     new e6f545b  Extend revised ZDS-II support to z8 and z16f
     new 90eed5c  tools/zds/zdsar.c:  Use shorter, relative paths

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/z16/src/z16f/Toolchain.defs                   | 118 ++++++++
 arch/z80/src/z8/Toolchain.defs                     | 118 +++++++-
 boards/z16/z16f/z16f2800100zcog/scripts/Make.defs  | 162 +----------
 boards/z80/ez80/ez80f910200kitg/scripts/Make.defs  |   2 +-
 boards/z80/ez80/ez80f910200zco/scripts/Make.defs   |   2 +-
 boards/z80/ez80/makerlisp/scripts/Make.defs        |   2 +-
 boards/z80/ez80/z20x/scripts/Make.defs             |   2 +-
 .../z80/z8/z8encore000zco/configs/ostest/Make.defs | 299 ---------------------
 .../z8encore000zco}/scripts/Make.defs              |  31 ++-
 .../z80/z8/z8f64200100kit/configs/ostest/Make.defs | 299 ---------------------
 .../z8f64200100kit}/scripts/Make.defs              |  32 ++-
 libs/libc/Makefile                                 |   2 -
 libs/libnx/Makefile                                |   2 -
 mm/Makefile                                        |   2 -
 tools/Config.mk                                    |  11 -
 tools/zds/README.txt                               |   5 +
 .../eZ80_Config.mk => tools/zds/zds_Config.mk      |  19 +-
 tools/zds/zdsar.c                                  |  89 ++++--
 18 files changed, 351 insertions(+), 846 deletions(-)
 create mode 100644 arch/z16/src/z16f/Toolchain.defs
 delete mode 100644 boards/z80/z8/z8encore000zco/configs/ostest/Make.defs
 copy boards/z80/{ez80/ez80f910200zco => z8/z8encore000zco}/scripts/Make.defs 
(78%)
 delete mode 100644 boards/z80/z8/z8f64200100kit/configs/ostest/Make.defs
 copy boards/z80/{ez80/ez80f910200zco => z8/z8f64200100kit}/scripts/Make.defs 
(78%)
 rename boards/z80/ez80/scripts/eZ80_Config.mk => tools/zds/zds_Config.mk (91%)

Reply via email to