You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/05/14 13:55:45 UTC

[mynewt-core] branch master updated (d1789d4 -> da4ba07)

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

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


    from d1789d4  Merge pull request #1086 from andrzej-kaczmarek/fix-mempool
     add 5fc4296  util/cbmem: Add API to read data to mbuf
     add b59b6f7  sys/log: Add API to read log entry to mbuf
     add a7025ee  sys/log: Add read_mbuf handler to log_cbmem
     add b4cfda5  sys/log: Add read_mbuf handler to log_fcb
     add f8e490d  sys/log: Fix unnecessary casting to non-const
     add 6f16d49  sys/log: Add handler to call when log is registered
     add a1139f8  sys/log: Improve slot1 lock handling
     add e50295c  sys/log: Add 'slot1' command to CLI
     add 5bdcc66  sys/log: Add slot1 logging APIs to stub
     add 699d607  mgmt/imgmgr: Handle slot1 locking for logging
     add 2ec741d  sys/log: Add API to register name for user module
     add d369c02  mgmt/imgmgr: Add few parentheses to improve readability
     add 49fabfe  mgmt/imgmgr: Add command to erase slot state
     add f7497bf  mgmt/imgmgr: Return error if erase failed
     new da4ba07  Merge pull request #1029 from andrzej-kaczmarek/log-slot1-update

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:
 mgmt/imgmgr/include/imgmgr/imgmgr.h                |   1 +
 mgmt/imgmgr/pkg.yml                                |   3 +
 mgmt/imgmgr/src/imgmgr.c                           |  85 ++++++-
 mgmt/imgmgr/src/imgmgr_state.c                     |  18 +-
 sys/log/full/include/log/log.h                     |  51 ++++-
 sys/log/full/include/log/log_fcb_slot1.h           |  62 ++++++
 sys/log/full/pkg.yml                               |   3 +
 sys/log/full/src/log.c                             | 100 ++++++++-
 sys/log/full/src/log_cbmem.c                       |  17 ++
 sys/log/full/src/log_fcb.c                         |  40 ++++
 sys/log/full/src/log_fcb_slot1.c                   | 248 +++++++++++++++++++--
 sys/log/full/src/log_nmgr.c                        |   4 +-
 sys/log/full/src/log_shell.c                       |  34 +++
 sys/log/full/syscfg.yml                            |   4 +
 sys/log/stub/include/log/log.h                     |   3 +
 sys/log/{full => stub}/include/log/log_fcb_slot1.h |  30 ++-
 sys/log/stub/syscfg.yml                            |   6 +
 util/cbmem/include/cbmem/cbmem.h                   |   2 +
 util/cbmem/src/cbmem.c                             |  37 +++
 19 files changed, 700 insertions(+), 48 deletions(-)
 copy sys/log/{full => stub}/include/log/log_fcb_slot1.h (68%)

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

[mynewt-core] 01/01: Merge pull request #1029 from andrzej-kaczmarek/log-slot1-update

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

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

commit da4ba07ebb4e5693fd9218b9a12e5daf40ce99aa
Merge: d1789d4 f7497bf
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Mon May 14 15:55:42 2018 +0200

    Merge pull request #1029 from andrzej-kaczmarek/log-slot1-update
    
    sys/log: Improve log handler for slot1

 mgmt/imgmgr/include/imgmgr/imgmgr.h                |   1 +
 mgmt/imgmgr/pkg.yml                                |   3 +
 mgmt/imgmgr/src/imgmgr.c                           |  85 ++++++-
 mgmt/imgmgr/src/imgmgr_state.c                     |  18 +-
 sys/log/full/include/log/log.h                     |  51 ++++-
 sys/log/full/include/log/log_fcb_slot1.h           |  62 ++++++
 sys/log/full/pkg.yml                               |   3 +
 sys/log/full/src/log.c                             | 100 ++++++++-
 sys/log/full/src/log_cbmem.c                       |  17 ++
 sys/log/full/src/log_fcb.c                         |  40 ++++
 sys/log/full/src/log_fcb_slot1.c                   | 248 +++++++++++++++++++--
 sys/log/full/src/log_nmgr.c                        |   4 +-
 sys/log/full/src/log_shell.c                       |  34 +++
 sys/log/full/syscfg.yml                            |   4 +
 sys/log/stub/include/log/log.h                     |   3 +
 sys/log/{full => stub}/include/log/log_fcb_slot1.h |  30 ++-
 sys/log/stub/syscfg.yml                            |   6 +
 util/cbmem/include/cbmem/cbmem.h                   |   2 +
 util/cbmem/src/cbmem.c                             |  37 +++
 19 files changed, 700 insertions(+), 48 deletions(-)

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