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 2018/07/11 21:57:32 UTC

[mynewt-core] branch master updated (1c238e7 -> 2142043)

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 1c238e7  Merge pull request #1253 from wes3/nrf_gpio
     add 780774b  sys/log/common: Package for common log API
     new 2142043  Merge pull request #1246 from ccollins476ad/log-common

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:
 .../log => common/include/log_common}/ignore.h     |   0
 sys/log/common/include/log_common/log_common.h     | 111 +++++++++++++++++++++
 sys/log/{stub => common}/pkg.yml                   |   8 +-
 sys/log/full/include/log/ignore.h                  |  64 ------------
 sys/log/full/include/log/log.h                     |  77 +-------------
 sys/log/full/pkg.yml                               |   1 +
 sys/log/stub/include/log/log.h                     |  24 +----
 sys/log/stub/pkg.yml                               |   2 +
 .../uart/src/uart.c => sys/log/stub/src/log.c      |   5 +
 9 files changed, 123 insertions(+), 169 deletions(-)
 rename sys/log/{stub/include/log => common/include/log_common}/ignore.h (100%)
 create mode 100644 sys/log/common/include/log_common/log_common.h
 copy sys/log/{stub => common}/pkg.yml (90%)
 delete mode 100644 sys/log/full/include/log/ignore.h
 copy hw/drivers/uart/src/uart.c => sys/log/stub/src/log.c (91%)


[mynewt-core] 01/01: Merge pull request #1246 from ccollins476ad/log-common

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2142043a4442670da341c98fd304eaf69527cddd
Merge: 1c238e7 780774b
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Wed Jul 11 14:57:30 2018 -0700

    Merge pull request #1246 from ccollins476ad/log-common
    
    sys/log/common: Package for common log API

 .../log => common/include/log_common}/ignore.h     |   0
 sys/log/common/include/log_common/log_common.h     | 111 +++++++++++++++++++++
 sys/log/{stub => common}/pkg.yml                   |   8 +-
 sys/log/full/include/log/ignore.h                  |  64 ------------
 sys/log/full/include/log/log.h                     |  77 +-------------
 sys/log/full/pkg.yml                               |   1 +
 sys/log/stub/include/log/log.h                     |  24 +----
 sys/log/stub/pkg.yml                               |   2 +
 sys/log/stub/src/log.c                             |  23 +++++
 9 files changed, 141 insertions(+), 169 deletions(-)