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/09/21 02:03:48 UTC

[mynewt-core] branch master updated (2c40af8 -> 1edf2e1)

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 2c40af8  Merge pull request #1406 from mkiiskila/flash_is_empty_comes_with_data
     add b040918  sys/log: Execute callback when log is appended to
     new 1edf2e1  Merge pull request #1407 from ccollins476ad/log-append-cb

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/log/common/include/log_common/log_common.h     | 11 ++++
 sys/log/full/include/log/log.h                     | 21 +++++++
 sys/log/full/src/log.c                             | 64 ++++++++++++++++++--
 .../util/include/log_test_util/log_test_util.h     |  1 +
 sys/log/full/test/util/src/log_test.c              |  1 +
 .../util/src/testcases/log_test_case_append_cb.c   | 70 ++++++++++++++++++++++
 sys/log/stub/include/log/log.h                     | 11 ++++
 7 files changed, 175 insertions(+), 4 deletions(-)
 create mode 100644 sys/log/full/test/util/src/testcases/log_test_case_append_cb.c


[mynewt-core] 01/01: Merge pull request #1407 from ccollins476ad/log-append-cb

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 1edf2e16a999bf76ae24e0a51d11ceab95bf2f53
Merge: 2c40af8 b040918
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Thu Sep 20 19:03:44 2018 -0700

    Merge pull request #1407 from ccollins476ad/log-append-cb
    
    sys/log: Execute callback when log is appended to

 sys/log/common/include/log_common/log_common.h     | 11 ++++
 sys/log/full/include/log/log.h                     | 21 +++++++
 sys/log/full/src/log.c                             | 64 ++++++++++++++++++--
 .../util/include/log_test_util/log_test_util.h     |  1 +
 sys/log/full/test/util/src/log_test.c              |  1 +
 .../util/src/testcases/log_test_case_append_cb.c   | 70 ++++++++++++++++++++++
 sys/log/stub/include/log/log.h                     | 11 ++++
 7 files changed, 175 insertions(+), 4 deletions(-)