You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2019/01/18 20:06:43 UTC

[mynewt-core] branch master updated (baf2e9c -> 941806a)

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

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


    from baf2e9c  Merge pull request #1606 from mkiiskila/i2c_driver_stats_fix
     new 874f9a0  os_mutex: Add lock count getter function
     new 49a8316  console: Add locking to console writes
     new 941806a  shell_nlip: Lock console for outgoing packet

The 8458 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:
 kernel/os/include/os/os_mutex.h               | 20 ++++++++
 sys/console/full/include/console/console.h    |  3 ++
 sys/console/full/src/console.c                | 68 ++++++++++++++++++++++++++-
 sys/console/full/src/rtt_console.c            |  2 +-
 sys/console/full/src/uart_console.c           |  2 +-
 sys/console/full/syscfg.yml                   |  4 ++
 sys/console/minimal/include/console/console.h |  2 +
 sys/console/minimal/src/console.c             | 66 +++++++++++++++++++++++++-
 sys/console/minimal/syscfg.yml                |  4 ++
 sys/console/stub/include/console/console.h    | 12 +++++
 sys/shell/src/shell_nlip.c                    | 10 ++--
 11 files changed, 184 insertions(+), 9 deletions(-)