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

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


    from 574fc64ab9d sim: Fix linker support and macOS host build issues
     add 53fdfa68b93 docs/components/tools: Give tools their own doc pages
     add 0e94f315c91 docs/testing/ntfc: Add NTFC doc page
     add a17c4e01390 docs/nxdart: Add NXDART documentation page
     add fcd480f9813 docs/testing/nuttx-ci: Document the NuttX CI processes
     add 14cb309e688 docs/testing/citests: Expand CI testing documentation

No new revisions were added by this update.

Summary of changes:
 Documentation/components/tools/abi_check.rst       |   75 ++
 Documentation/components/tools/bdf-convert.rst     |  137 ++
 Documentation/components/tools/checkkconfig.rst    |   43 +
 Documentation/components/tools/checkpatch.rst      |   29 +
 Documentation/components/tools/cmpconfig.rst       |    6 +
 Documentation/components/tools/configure-x.rst     |   29 +
 .../components/tools/convert-comments.rst          |    9 +
 Documentation/components/tools/define.rst          |   11 +
 Documentation/components/tools/detab.rst           |   11 +
 Documentation/components/tools/discover.rst        |    6 +
 Documentation/components/tools/flash_writer.rst    |   13 +
 Documentation/components/tools/gencromfs.rst       |   18 +
 Documentation/components/tools/ide_exporter.rst    |  114 ++
 Documentation/components/tools/incdir.rst          |   14 +
 Documentation/components/tools/indent.rst          |   68 +
 Documentation/components/tools/index.rst           | 1341 +-------------------
 Documentation/components/tools/initialconfig.rst   |    9 +
 Documentation/components/tools/kconfig-bat.rst     |   30 +
 Documentation/components/tools/kconfig2html.rst    |   37 +
 Documentation/components/tools/libraries-libs.rst  |    8 +
 .../components/tools/link-copydir-unlink.rst       |   42 +
 Documentation/components/tools/lowhex.rst          |   11 +
 Documentation/components/tools/makefile-host.rst   |   17 +
 .../components/tools/makefile-unix-win.rst         |   10 +
 Documentation/components/tools/mkconfig-cfg.rst    |   15 +
 Documentation/components/tools/mkconfigvars.rst    |   27 +
 Documentation/components/tools/mkctags.rst         |    6 +
 Documentation/components/tools/mkdeps.rst          |   35 +
 Documentation/components/tools/mkexport.rst        |   15 +
 Documentation/components/tools/mkfsdata-pl.rst     |   13 +
 Documentation/components/tools/mkromfsimg.rst      |   12 +
 .../components/tools/mksymtab-cvsparser.rst        |   31 +
 .../components/tools/mksyscall-cvsparser.rst       |   24 +
 .../components/tools/mkversion-cfgdefine.rst       |   15 +
 Documentation/components/tools/netusb.rst          |   19 +
 Documentation/components/tools/nxstyle.rst         |   35 +
 Documentation/components/tools/nxtagspkgsfetch.rst |   22 +
 Documentation/components/tools/parsetrace.rst      |    5 +-
 Documentation/components/tools/pic32mx.rst         |    5 +
 Documentation/components/tools/refresh.rst         |  122 ++
 Documentation/components/tools/rmcr.rst            |    7 +
 Documentation/components/tools/sethost.rst         |   46 +
 Documentation/components/tools/showsize.rst        |   14 +
 Documentation/components/tools/simbridge.rst       |   15 +
 Documentation/components/tools/simhostroute.rst    |   15 +
 Documentation/components/tools/testbuild.rst       |   75 ++
 Documentation/components/tools/uncrustify.rst      |   69 +
 Documentation/components/tools/zds.rst             |    6 +
 Documentation/components/tools/zipme.rst           |   27 +
 Documentation/testing/citests.rst                  |   38 +-
 Documentation/testing/index.rst                    |    9 +-
 Documentation/testing/ntfc.rst                     |   29 +
 Documentation/testing/nuttx-ci.rst                 |  150 +++
 Documentation/testing/nxdart.rst                   |   13 +
 54 files changed, 1629 insertions(+), 1373 deletions(-)
 create mode 100644 Documentation/components/tools/abi_check.rst
 create mode 100644 Documentation/components/tools/bdf-convert.rst
 create mode 100644 Documentation/components/tools/checkkconfig.rst
 create mode 100644 Documentation/components/tools/checkpatch.rst
 create mode 100644 Documentation/components/tools/cmpconfig.rst
 create mode 100644 Documentation/components/tools/configure-x.rst
 create mode 100644 Documentation/components/tools/convert-comments.rst
 create mode 100644 Documentation/components/tools/define.rst
 create mode 100644 Documentation/components/tools/detab.rst
 create mode 100644 Documentation/components/tools/discover.rst
 create mode 100644 Documentation/components/tools/flash_writer.rst
 create mode 100644 Documentation/components/tools/gencromfs.rst
 create mode 100644 Documentation/components/tools/ide_exporter.rst
 create mode 100644 Documentation/components/tools/incdir.rst
 create mode 100644 Documentation/components/tools/indent.rst
 create mode 100644 Documentation/components/tools/initialconfig.rst
 create mode 100644 Documentation/components/tools/kconfig-bat.rst
 create mode 100644 Documentation/components/tools/kconfig2html.rst
 create mode 100644 Documentation/components/tools/libraries-libs.rst
 create mode 100644 Documentation/components/tools/link-copydir-unlink.rst
 create mode 100644 Documentation/components/tools/lowhex.rst
 create mode 100644 Documentation/components/tools/makefile-host.rst
 create mode 100644 Documentation/components/tools/makefile-unix-win.rst
 create mode 100644 Documentation/components/tools/mkconfig-cfg.rst
 create mode 100644 Documentation/components/tools/mkconfigvars.rst
 create mode 100644 Documentation/components/tools/mkctags.rst
 create mode 100644 Documentation/components/tools/mkdeps.rst
 create mode 100644 Documentation/components/tools/mkexport.rst
 create mode 100644 Documentation/components/tools/mkfsdata-pl.rst
 create mode 100644 Documentation/components/tools/mkromfsimg.rst
 create mode 100644 Documentation/components/tools/mksymtab-cvsparser.rst
 create mode 100644 Documentation/components/tools/mksyscall-cvsparser.rst
 create mode 100644 Documentation/components/tools/mkversion-cfgdefine.rst
 create mode 100644 Documentation/components/tools/netusb.rst
 create mode 100644 Documentation/components/tools/nxstyle.rst
 create mode 100644 Documentation/components/tools/nxtagspkgsfetch.rst
 create mode 100644 Documentation/components/tools/pic32mx.rst
 create mode 100644 Documentation/components/tools/refresh.rst
 create mode 100644 Documentation/components/tools/rmcr.rst
 create mode 100644 Documentation/components/tools/sethost.rst
 create mode 100644 Documentation/components/tools/showsize.rst
 create mode 100644 Documentation/components/tools/simbridge.rst
 create mode 100644 Documentation/components/tools/simhostroute.rst
 create mode 100644 Documentation/components/tools/testbuild.rst
 create mode 100644 Documentation/components/tools/uncrustify.rst
 create mode 100644 Documentation/components/tools/zds.rst
 create mode 100644 Documentation/components/tools/zipme.rst
 create mode 100644 Documentation/testing/ntfc.rst
 create mode 100644 Documentation/testing/nuttx-ci.rst
 create mode 100644 Documentation/testing/nxdart.rst

Reply via email to