You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/09/21 08:28:59 UTC

[mynewt-core] 01/01: Merge pull request #1410 from mkiiskila/log_statistics

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

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

commit 5a165d4372d0ee28d112731399642755968dd4db
Merge: 1edf2e1 16064cb
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Fri Sep 21 11:28:53 2018 +0300

    Merge pull request #1410 from mkiiskila/log_statistics
    
    Log statistics

 fs/fcb/include/fcb/fcb.h                       |  7 ++
 fs/fcb/src/fcb_area_info.c                     | 54 ++++++++++++++
 fs/fcb/test/src/fcb_test.c                     |  5 ++
 fs/fcb/test/src/testcases/fcb_test_area_info.c | 99 ++++++++++++++++++++++++++
 sys/log/full/include/log/log.h                 | 21 ++++++
 sys/log/full/src/log.c                         | 44 ++++++++++--
 sys/log/full/src/log_fcb.c                     |  9 +++
 sys/log/full/syscfg.yml                        |  4 ++
 sys/log/modlog/src/modlog.c                    |  6 ++
 9 files changed, 243 insertions(+), 6 deletions(-)