You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/03/06 17:45:03 UTC

[incubator-nuttx] branch master updated (d7fa6a9 -> 3ee1af5)

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

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


    from d7fa6a9  Initial checkin nuttx github action CI workflow
     add 3ee1af5  Build System:  Resolve CPU-specific logic in common build files

No new revisions were added by this update.

Summary of changes:
 .../src/Makefile => arm/cxd56xx/scripts/Config.mk} | 44 ++++++++++------------
 boards/arm/cxd56xx/spresense/scripts/Make.defs     |  1 +
 boards/z16/z16f/z16f2800100zcog/scripts/Make.defs  |  2 +-
 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 +-
 boards/z80/z8/z8encore000zco/scripts/Make.defs     |  2 +-
 boards/z80/z8/z8f64200100kit/scripts/Make.defs     |  2 +-
 tools/Config.mk                                    | 11 +++++-
 tools/Makefile.unix                                | 14 +------
 tools/Makefile.win                                 | 14 +------
 tools/zds/{zds_Config.mk => Config.mk}             |  2 +-
 tools/zds/README.txt                               |  8 ++--
 14 files changed, 44 insertions(+), 64 deletions(-)
 copy boards/{z80/ez80/z20x/src/Makefile => arm/cxd56xx/scripts/Config.mk} (56%)
 rename tools/zds/{zds_Config.mk => Config.mk} (99%)