You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/03/17 22:47:52 UTC

[9/9] incubator-mynewt-site git commit: Added newtmgr command descriptions. Fixed BLE app tutorial errors

Added newtmgr command descriptions. Fixed BLE app tutorial errors


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/377e7092
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/377e7092
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/377e7092

Branch: refs/heads/asf-site
Commit: 377e709292cb2096f2cd991cea22a4f6e06b2343
Parents: 86a2738
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Mar 17 15:47:25 2017 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Mar 17 15:47:25 2017 -0700

----------------------------------------------------------------------
 develop/mkdocs/search_index.json                | 425 ++++++++++--
 develop/network/ble/nimble_setup/index.html     |  11 +-
 develop/newt/command_list/newt_sync/index.html  |   7 +-
 .../command_list/newtmgr_config/index.html      | 551 ++++++++++++++++
 .../command_list/newtmgr_conn/index.html        | 583 +++++++++++++++++
 .../command_list/newtmgr_crash/index.html       | 551 ++++++++++++++++
 .../command_list/newtmgr_datetime/index.html    | 557 ++++++++++++++++
 .../command_list/newtmgr_echo/index.html        | 546 ++++++++++++++++
 .../newtmgr/command_list/newtmgr_fs/index.html  | 569 ++++++++++++++++
 .../command_list/newtmgr_image/index.html       | 646 +++++++++++++++++++
 .../command_list/newtmgr_logs/index.html        | 596 +++++++++++++++++
 .../command_list/newtmgr_mpstats/index.html     | 573 ++++++++++++++++
 .../command_list/newtmgr_reset/index.html       | 546 ++++++++++++++++
 .../newtmgr/command_list/newtmgr_run/index.html | 574 ++++++++++++++++
 .../command_list/newtmgr_stat/index.html        | 614 ++++++++++++++++++
 .../command_list/newtmgr_taskstats/index.html   | 564 ++++++++++++++++
 develop/newtmgr/installing/index.html           |  17 +-
 develop/newtmgr/overview/index.html             | 373 ++---------
 develop/os/tutorials/add_newtmgr/index.html     |   5 +-
 develop/sitemap.xml                             |  24 +-
 latest/mkdocs/search_index.json                 | 425 ++++++++++--
 latest/network/ble/nimble_setup/index.html      |  11 +-
 latest/newt/command_list/newt_sync/index.html   |   7 +-
 .../command_list/newtmgr_config/index.html      | 551 ++++++++++++++++
 .../command_list/newtmgr_conn/index.html        | 583 +++++++++++++++++
 .../command_list/newtmgr_crash/index.html       | 551 ++++++++++++++++
 .../command_list/newtmgr_datetime/index.html    | 557 ++++++++++++++++
 .../command_list/newtmgr_echo/index.html        | 546 ++++++++++++++++
 .../newtmgr/command_list/newtmgr_fs/index.html  | 569 ++++++++++++++++
 .../command_list/newtmgr_image/index.html       | 646 +++++++++++++++++++
 .../command_list/newtmgr_logs/index.html        | 596 +++++++++++++++++
 .../command_list/newtmgr_mpstats/index.html     | 573 ++++++++++++++++
 .../command_list/newtmgr_reset/index.html       | 546 ++++++++++++++++
 .../newtmgr/command_list/newtmgr_run/index.html | 574 ++++++++++++++++
 .../command_list/newtmgr_stat/index.html        | 614 ++++++++++++++++++
 .../command_list/newtmgr_taskstats/index.html   | 564 ++++++++++++++++
 latest/newtmgr/installing/index.html            |  17 +-
 latest/newtmgr/overview/index.html              | 373 ++---------
 latest/os/tutorials/add_newtmgr/index.html      |   5 +-
 latest/sitemap.xml                              |  24 +-
 sitemap.xml                                     |  26 +-
 v0_9_0/sitemap.xml                              |  26 +-
 42 files changed, 15874 insertions(+), 842 deletions(-)
----------------------------------------------------------------------