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:46 UTC

[mynewt-core] branch master updated (05ad7fe -> 7ea0c26)

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

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


    from 05ad7fe  Merge pull request #1229 from ccollins476ad/testbench-div0
     add 21564ab  sys/console: Add uart_console prefix to all local functions
     add 158d35d  sys/console: Add proper flow control
     new 7ea0c26  Merge pull request #1236 from andrzej-kaczmarek/console-flow-control

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


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

Posted by an...@apache.org.
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(-)