You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2018/01/10 21:28:24 UTC

[mynewt-newt] branch master updated (630fb3e -> 88fa779)

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

vipulrahane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git.


    from 630fb3e  Merge pull request #121 from michal-narajowski/custom-section-size
     add d63328d  move newt tool docs to mynewt-newt repo
     new 88fa779  Merge pull request #123 from gj262/newtToolDocs

The 1 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:
 docs/command_list/newt_build.rst        |  42 +++++
 docs/command_list/newt_clean.rst        |  42 +++++
 docs/command_list/newt_complete.rst     |  35 ++++
 docs/command_list/newt_create_image.rst |  57 ++++++
 docs/command_list/newt_debug.rst        |  48 +++++
 docs/command_list/newt_help.rst         |  68 +++++++
 docs/command_list/newt_info.rst         |  29 +++
 docs/command_list/newt_install.rst      |  38 ++++
 docs/command_list/newt_load.rst         |  36 ++++
 docs/command_list/newt_mfg.rst          | 109 +++++++++++
 docs/command_list/newt_new.rst          |  38 ++++
 docs/command_list/newt_pkg.rst          |  65 +++++++
 docs/command_list/newt_resign_image.rst |  46 +++++
 docs/command_list/newt_run.rst          |  53 ++++++
 docs/command_list/newt_size.rst         |  73 ++++++++
 docs/command_list/newt_sync.rst         |  39 ++++
 docs/command_list/newt_target.rst       | 184 +++++++++++++++++++
 docs/command_list/newt_test.rst         |  51 ++++++
 docs/command_list/newt_upgrade.rst      |  36 ++++
 docs/command_list/newt_vals.rst         |  74 ++++++++
 docs/command_list/newt_version.rst      |  33 ++++
 docs/index.rst                          | 223 +++++++++++++++++++++++
 docs/install/index.rst                  |  10 +
 docs/install/newt_linux.rst             | 267 +++++++++++++++++++++++++++
 docs/install/newt_mac.rst               | 245 +++++++++++++++++++++++++
 docs/install/newt_windows.rst           | 251 ++++++++++++++++++++++++++
 docs/install/prev_releases.rst          |  89 +++++++++
 docs/newt_operation.rst                 | 311 ++++++++++++++++++++++++++++++++
 docs/newt_ops.rst                       |  69 +++++++
 29 files changed, 2661 insertions(+)
 create mode 100644 docs/command_list/newt_build.rst
 create mode 100644 docs/command_list/newt_clean.rst
 create mode 100644 docs/command_list/newt_complete.rst
 create mode 100644 docs/command_list/newt_create_image.rst
 create mode 100644 docs/command_list/newt_debug.rst
 create mode 100644 docs/command_list/newt_help.rst
 create mode 100644 docs/command_list/newt_info.rst
 create mode 100644 docs/command_list/newt_install.rst
 create mode 100644 docs/command_list/newt_load.rst
 create mode 100644 docs/command_list/newt_mfg.rst
 create mode 100644 docs/command_list/newt_new.rst
 create mode 100644 docs/command_list/newt_pkg.rst
 create mode 100644 docs/command_list/newt_resign_image.rst
 create mode 100644 docs/command_list/newt_run.rst
 create mode 100644 docs/command_list/newt_size.rst
 create mode 100644 docs/command_list/newt_sync.rst
 create mode 100644 docs/command_list/newt_target.rst
 create mode 100644 docs/command_list/newt_test.rst
 create mode 100644 docs/command_list/newt_upgrade.rst
 create mode 100644 docs/command_list/newt_vals.rst
 create mode 100644 docs/command_list/newt_version.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/install/index.rst
 create mode 100644 docs/install/newt_linux.rst
 create mode 100644 docs/install/newt_mac.rst
 create mode 100644 docs/install/newt_windows.rst
 create mode 100644 docs/install/prev_releases.rst
 create mode 100644 docs/newt_operation.rst
 create mode 100644 docs/newt_ops.rst

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-newt] 01/01: Merge pull request #123 from gj262/newtToolDocs

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit 88fa779754bde502524afeb7ec8e875668a7e2e7
Merge: 630fb3e d63328d
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Wed Jan 10 13:28:22 2018 -0800

    Merge pull request #123 from gj262/newtToolDocs
    
    move newt tool docs to mynewt-newt repo

 docs/command_list/newt_build.rst        |  42 +++++
 docs/command_list/newt_clean.rst        |  42 +++++
 docs/command_list/newt_complete.rst     |  35 ++++
 docs/command_list/newt_create_image.rst |  57 ++++++
 docs/command_list/newt_debug.rst        |  48 +++++
 docs/command_list/newt_help.rst         |  68 +++++++
 docs/command_list/newt_info.rst         |  29 +++
 docs/command_list/newt_install.rst      |  38 ++++
 docs/command_list/newt_load.rst         |  36 ++++
 docs/command_list/newt_mfg.rst          | 109 +++++++++++
 docs/command_list/newt_new.rst          |  38 ++++
 docs/command_list/newt_pkg.rst          |  65 +++++++
 docs/command_list/newt_resign_image.rst |  46 +++++
 docs/command_list/newt_run.rst          |  53 ++++++
 docs/command_list/newt_size.rst         |  73 ++++++++
 docs/command_list/newt_sync.rst         |  39 ++++
 docs/command_list/newt_target.rst       | 184 +++++++++++++++++++
 docs/command_list/newt_test.rst         |  51 ++++++
 docs/command_list/newt_upgrade.rst      |  36 ++++
 docs/command_list/newt_vals.rst         |  74 ++++++++
 docs/command_list/newt_version.rst      |  33 ++++
 docs/index.rst                          | 223 +++++++++++++++++++++++
 docs/install/index.rst                  |  10 +
 docs/install/newt_linux.rst             | 267 +++++++++++++++++++++++++++
 docs/install/newt_mac.rst               | 245 +++++++++++++++++++++++++
 docs/install/newt_windows.rst           | 251 ++++++++++++++++++++++++++
 docs/install/prev_releases.rst          |  89 +++++++++
 docs/newt_operation.rst                 | 311 ++++++++++++++++++++++++++++++++
 docs/newt_ops.rst                       |  69 +++++++
 29 files changed, 2661 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.