This is an automated email from the ASF dual-hosted git repository.
vipulrahane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.
from 13aa1bd hw/bsp/hifive1: Add bss non zero section
new 819d256 sys/log: This fixes console CBOR reboot log print
new 280f8f6 sys/log: correct dependency for only for log_shell
new 71d7294 sys/log: cleanup & cbor_reader->log_cbor_reader
new 194bb71 sys/log: fix CI build
new 434b9c0 Merge pull request #2081 from
vrahane/2079_log_console_buf_reader
The 9362 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/full/pkg.yml | 9 ++
sys/log/full/src/log_console.c | 38 ++++++-
sys/log/full/src/log_shell.c | 111 +------------------
.../include/log_cbor_reader/log_cbor_reader.h} | 18 +--
sys/log/{stub => util/log_cbor_reader}/pkg.yml | 12 +-
sys/log/util/log_cbor_reader/src/log_cbor_reader.c | 122 +++++++++++++++++++++
6 files changed, 186 insertions(+), 124 deletions(-)
copy sys/log/{stub/src/log.c =>
util/log_cbor_reader/include/log_cbor_reader/log_cbor_reader.h} (74%)
copy sys/log/{stub => util/log_cbor_reader}/pkg.yml (81%)
create mode 100644 sys/log/util/log_cbor_reader/src/log_cbor_reader.c