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/05/17 17:14:47 UTC

[7/8] incubator-mynewt-core git commit: This closes #256.

This closes #256.

Merge branch 'new-shell' of https://github.com/michal-narajowski/incubator-mynewt-core


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/58bec443
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/58bec443
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/58bec443

Branch: refs/heads/master
Commit: 58bec443843a64856808bbc0d7d340c93b1e23c9
Parents: 33f4fba 44504b9
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed May 17 09:47:06 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed May 17 09:47:06 2017 -0700

----------------------------------------------------------------------
 sys/shell/include/shell/shell.h        |   93 ++-
 sys/shell/include/shell/shell_prompt.h |   33 -
 sys/shell/include/shell/shell_tick.h   |   33 -
 sys/shell/pkg.yml                      |    2 +-
 sys/shell/src/shell.c                  | 1191 +++++++++++++++++----------
 sys/shell/src/shell_nlip.c             |  252 ++++++
 sys/shell/src/shell_os.c               |   87 +-
 sys/shell/src/shell_priv.h             |   18 +-
 sys/shell/src/shell_prompt.c           |  102 ++-
 sys/shell/src/shell_tick.c             |   62 --
 sys/shell/syscfg.yml                   |   36 +-
 11 files changed, 1272 insertions(+), 637 deletions(-)
----------------------------------------------------------------------