You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/07/03 08:32:47 UTC

[mynewt-core] 01/01: Merge pull request #1236 from andrzej-kaczmarek/console-flow-control

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

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

commit 7ea0c2662b60e2e4794c963fe20ff5af84c32ff8
Merge: 05ad7fe 158d35d
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Tue Jul 3 10:32:44 2018 +0200

    Merge pull request #1236 from andrzej-kaczmarek/console-flow-control
    
    sys/console: Add proper flow control

 sys/console/full/include/console/console.h |  8 ++-
 sys/console/full/src/console.c             | 38 +++++++++----
 sys/console/full/src/rtt_console.c         | 19 +++++--
 sys/console/full/src/uart_console.c        | 87 ++++++++++++++++++++----------
 sys/shell/src/shell.c                      | 10 ++--
 5 files changed, 112 insertions(+), 50 deletions(-)