You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/30 20:14:01 UTC

[3/3] incubator-mynewt-core git commit: This closes #128.

This closes #128.

Merge remote-tracking branch 'davidgs/ticks2' into develop

* davidgs/ticks2:
  Added ticks on/off to console shell
  missing function declaration


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/13fd07ef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/13fd07ef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/13fd07ef

Branch: refs/heads/develop
Commit: 13fd07eff8e709f15213f2a494fba63991f2abc7
Parents: 8992705 f3e755d
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Nov 30 12:08:34 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Nov 30 12:08:34 2016 -0800

----------------------------------------------------------------------
 sys/console/full/include/console/prompt.h |  2 +
 sys/console/full/include/console/ticks.h  | 41 +++++++++++++++++
 sys/console/full/src/cons_fmt.c           | 23 +++++-----
 sys/console/full/src/prompt.c             |  6 +++
 sys/console/full/src/ticks.c              | 46 +++++++++++++++++++
 sys/console/full/syscfg.yml               |  4 +-
 sys/console/stub/include/console/ticks.h  | 41 +++++++++++++++++
 sys/shell/include/shell/shell_tick.h      | 33 ++++++++++++++
 sys/shell/src/shell.c                     | 12 ++++-
 sys/shell/src/shell_prompt.c              | 30 ++++++++-----
 sys/shell/src/shell_tick.c                | 62 ++++++++++++++++++++++++++
 11 files changed, 276 insertions(+), 24 deletions(-)
----------------------------------------------------------------------