You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/02/22 22:35:29 UTC

[incubator-nuttx] branch master updated (bd4e8e1 -> 738819b)

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

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


    from bd4e8e1  Run codespell -w against all files
     add 738819b  tools/zds:  Add build tools to simplify ZDS-II tool usage

No new revisions were added by this update.

Summary of changes:
 boards/z80/ez80/scripts/eZ80_Config.mk | 100 ++--
 tools/README.txt                       | 234 ++++----
 tools/zds/.gitignore                   |   3 +
 tools/zds/Makefile                     |  69 +++
 tools/zds/README.txt                   |  11 +
 tools/zds/zdsar.c                      | 947 +++++++++++++++++++++++++++++++++
 6 files changed, 1194 insertions(+), 170 deletions(-)
 create mode 100644 tools/zds/.gitignore
 create mode 100644 tools/zds/Makefile
 create mode 100644 tools/zds/README.txt
 create mode 100644 tools/zds/zdsar.c