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

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


    from 205c7f1  Merge pull request #1349 from michal-narajowski/fix-log-stub
     add eb9b4c9  sys/id; make inclusion of id/serial optional. Add optional 
id/mfger and id/model for manufacturer and model name, respectively.
     add 31b972f  sys/id; keep id/serial always local. Make size of it 
adjustable.
     add c445b3e  sys/config; allow config sources to be implemented outside 
sys/config package.
     add cfed9cd  conf_mmap; config source from memory mapped area where data 
is organized as a struct.
     add 7dbf509  sys/config/conf_mmap; add comments, with usage help.
     add 86ff3f1  config/conf_mmap; clarify comments.
     new 8f54fae  Merge pull request #1350 from mkiiskila/option_id_serial

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:
 sys/config/conf_mmap/include/conf_mmap/conf_mmap.h | 90 ++++++++++++++++++++++
 sys/{stats/stub => config/conf_mmap}/pkg.yml       |  8 +-
 sys/config/conf_mmap/src/conf_mmap.c               | 67 ++++++++++++++++
 sys/config/include/config/config.h                 |  9 ---
 sys/config/include/config/config_fcb.h             |  1 +
 sys/config/include/config/config_file.h            |  1 +
 .../config/config_store.h}                         | 48 ++++++------
 sys/config/src/config_cli.c                        |  1 +
 sys/config/src/config_fcb.c                        | 10 ++-
 sys/config/src/config_file.c                       |  5 +-
 sys/config/src/config_priv.h                       | 14 ----
 sys/config/src/config_store.c                      |  1 +
 sys/id/include/id/id.h                             | 27 ++++++-
 sys/id/src/id.c                                    | 53 ++++++++++++-
 {mgmt/imgmgr => sys/id}/syscfg.yml                 | 37 +++++----
 15 files changed, 296 insertions(+), 76 deletions(-)
 create mode 100644 sys/config/conf_mmap/include/conf_mmap/conf_mmap.h
 copy sys/{stats/stub => config/conf_mmap}/pkg.yml (87%)
 create mode 100644 sys/config/conf_mmap/src/conf_mmap.c
 copy sys/config/{src/config_priv.h => include/config/config_store.h} (56%)
 copy {mgmt/imgmgr => sys/id}/syscfg.yml (52%)

Reply via email to