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 2019/03/26 02:59:59 UTC

[mynewt-core] branch master updated (9ae2fe7 -> 0eb6ec0)

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

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


    from 9ae2fe7  logs_nmgr: add handlers for log module get/set (#1714)
     new a465318  msys: Combine code into one file: os_msys.c
     new 0eb6ec0  kernel/os: Optional sanity check for low mbufs

The 8681 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/src/os_mbuf.c      | 123 --------------------
 kernel/os/src/os_msys.c      | 267 +++++++++++++++++++++++++++++++++++++++++++
 kernel/os/src/os_msys_init.c |  85 --------------
 kernel/os/syscfg.yml         |  15 +++
 4 files changed, 282 insertions(+), 208 deletions(-)
 create mode 100644 kernel/os/src/os_msys.c
 delete mode 100644 kernel/os/src/os_msys_init.c