This is an automated email from the ASF dual-hosted git repository.
ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.
from e962d73 log: Add function for log level manipulation
new 211640c sys/defs: Add SYS_EDONE
new 83a59b7 sys/mfg: 2.0 support
new 72b3b92 sys/mfg: Documentation
The 3 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:
docs/os/modules/mfg/mfg.rst | 127 ++++++++++++
docs/os/os_user_guide.rst | 1 +
sys/defs/include/defs/error.h | 29 +--
sys/flash_map/src/flash_map.c | 29 ++-
sys/id/src/id.c | 52 +++--
sys/mfg/include/mfg/mfg.h | 117 +++++++++--
sys/mfg/pkg.yml | 1 +
sys/mfg/src/mfg.c | 451 ++++++++++++++++++++++++------------------
sys/mfg/syscfg.yml | 8 +
9 files changed, 563 insertions(+), 252 deletions(-)
create mode 100644 docs/os/modules/mfg/mfg.rst