You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2018/04/04 17:45:52 UTC

[mynewt-core] 01/01: Merge pull request #933 from andrzej-kaczmarek/log-upgrade

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

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

commit e0b7fc6dbc8a5c08598fcd6292d61a25946a057d
Merge: b11615e a72e8c5
Author: Sterling Hughes <st...@users.noreply.github.com>
AuthorDate: Wed Apr 4 10:45:48 2018 -0700

    Merge pull request #933 from andrzej-kaczmarek/log-upgrade
    
    sys/log: Better handling for long/non-text entries

 fs/fcb/include/fcb/fcb.h                 |  1 +
 fs/fcb/src/fcb.c                         |  3 +
 sys/log/full/include/log/log.h           | 42 +++++++++++++-
 sys/log/full/include/log/log_fcb_slot1.h | 44 ++++++++++++++
 sys/log/full/src/log.c                   | 72 ++++++++++++++++++++---
 sys/log/full/src/log_cbmem.c             | 19 ++++++
 sys/log/full/src/log_fcb.c               | 71 +++++++++++++++++++++--
 sys/log/full/src/log_fcb_slot1.c         | 99 ++++++++++++++++++++++++++++++++
 sys/log/full/syscfg.yml                  | 15 +++++
 util/cbmem/include/cbmem/cbmem.h         |  1 +
 util/cbmem/src/cbmem.c                   | 44 +++++++++++++-
 11 files changed, 396 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sterling@apache.org.