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/10/20 06:54:32 UTC

[incubator-nuttx] branch master updated (5e8bcaa -> d5c6bfe)

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 5e8bcaa  serial: nxstyle fixes
     add d5c6bfe  arch: Add custom arch chip build support

No new revisions were added by this update.

Summary of changes:
 arch/Kconfig                         | 38 ++++++++++++++++++++++++++++++++++++
 arch/arm/Kconfig                     |  6 ++++++
 arch/avr/Kconfig                     |  6 ++++++
 {boards => arch}/dummy/.gitignore    |  0
 {boards => arch}/dummy/dummy_kconfig |  0
 arch/hc/Kconfig                      |  6 ++++++
 arch/mips/Kconfig                    |  6 ++++++
 arch/misoc/Kconfig                   |  6 ++++++
 arch/or1k/Kconfig                    |  6 ++++++
 arch/renesas/Kconfig                 |  6 ++++++
 arch/risc-v/Kconfig                  |  6 ++++++
 arch/x86/Kconfig                     |  6 ++++++
 arch/x86_64/Kconfig                  |  6 ++++++
 arch/xtensa/Kconfig                  |  7 +++++++
 arch/z16/Kconfig                     |  6 ++++++
 arch/z80/Kconfig                     |  6 ++++++
 tools/Config.mk                      | 16 +++++++++++++++
 tools/Makefile.unix                  | 16 +++++++++++----
 tools/Makefile.win                   | 16 +++++++++++----
 19 files changed, 157 insertions(+), 8 deletions(-)
 copy {boards => arch}/dummy/.gitignore (100%)
 copy {boards => arch}/dummy/dummy_kconfig (100%)