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

[46/50] [abbrv] incubator-mynewt-newt git commit: This closes #47.

This closes #47.

Merge branch 'newtmgr' of https://github.com/cwanda/incubator-mynewt-newt into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/761cdc25
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/761cdc25
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/761cdc25

Branch: refs/heads/master
Commit: 761cdc25dea9f18d6deb4034fd518221861ed8e2
Parents: dce8b5c ece9a76
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Mar 3 22:18:31 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Mar 3 22:18:31 2017 -0800

----------------------------------------------------------------------
 newtmgr/cli/commands.go    |  11 ++-
 newtmgr/cli/config.go      |   7 +-
 newtmgr/cli/connprofile.go |  14 ++-
 newtmgr/cli/crash.go       |   4 +-
 newtmgr/cli/datetime.go    |   4 +-
 newtmgr/cli/echo.go        |   4 +-
 newtmgr/cli/fs.go          |  10 +--
 newtmgr/cli/image.go       |  28 +++---
 newtmgr/cli/logs.go        |  22 ++---
 newtmgr/cli/mpstats.go     |   4 +-
 newtmgr/cli/reset.go       |   4 +-
 newtmgr/cli/runtest.go     | 192 ++++++++++++++++++++--------------------
 newtmgr/cli/stats.go       |   8 +-
 newtmgr/cli/taskstats.go   |   6 +-
 14 files changed, 167 insertions(+), 151 deletions(-)
----------------------------------------------------------------------