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

Reply via email to