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 67941eb  Merge pull request #1337 from ccollins476ad/printf-float
     add 2576ce2  sys/log: Call registered handler for slot1 sub-logs
     add 84ce169  sys/log: Add stubs for log storage info
     add 29d6fc4  sys/log: Add storage info support to log_fcb
     add cb84fa7  sys/log: Add storage info support to log_cbmem
     add e9c5441  sys/log: Add storage info support to log_slot1
     add 6b0e397  sys/log: Add log-storage command to shell
     add 154bf94  sys/log: Add stubs for log watermarking support
     add 4366457  sys/log: Add set watermark support to log_slot1
     add e27b2ca  sys/log: Add set watermark command to log_nmgr
     add bafde9c  sys/log: Add set watermark support to log_fcb
     add 5bf76f9  sys/log: Extend log-storage command with watermark info
     add 4607878  sys/log: Add doxygen to new functions
     new 9dfe30d  Merge pull request #1149 from 
andrzej-kaczmarek/log_storage_ext

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:
 fs/fcb/include/fcb/fcb.h                       |   5 +
 sys/log/common/include/log_common/log_common.h |  13 ++-
 sys/log/full/include/log/log.h                 |  55 +++++++++
 sys/log/full/pkg.yml                           |   3 +
 sys/log/full/src/log.c                         | 117 +++++++++++++++++++
 sys/log/full/src/log_cbmem.c                   |  28 +++++
 sys/log/full/src/log_fcb.c                     | 153 +++++++++++++++++++++++++
 sys/log/full/src/log_fcb_slot1.c               |  29 +++++
 sys/log/full/src/log_nmgr.c                    |  77 ++++++++++++-
 sys/log/full/src/log_shell.c                   |  34 ++++++
 sys/log/full/syscfg.yml                        |  16 +++
 11 files changed, 523 insertions(+), 7 deletions(-)

Reply via email to