You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2019/01/26 00:39:19 UTC

[mynewt-core] branch master updated (253d5f4 -> 59d0de3)

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

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


    from 253d5f4  mgmt/imgmgr: fix unused label if IMGMGR_LAZY_ERASE is 0
     new 05b5ed5  Added doxygen group to pull in newtmgr API
     new 4cc7432  Added mcumgr section highlighting difference with newtmgr
     new 59d0de3  Merge pull request #1616 from aditihilbert/apidocs

The 8478 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/devmgmt/newtmgr.rst                 |  8 ++++++++
 docs/os/modules/devmgmt/oicmgr.rst                  | 19 +++++++++++++++++++
 docs/os/modules/mcumgr/mcumgr.rst                   | 16 ++++++++++++++++
 docs/os/os_user_guide.rst                           |  1 +
 .../transport/ble/include/nmgrble/newtmgr_ble.h     |  9 +++++++++
 mgmt/newtmgr/transport/ble/src/newtmgr_ble.c        |  9 +++++++++
 mgmt/newtmgr/transport/nmgr_uart/src/nmgr_uart.c    | 21 +++++++++++++++------
 7 files changed, 77 insertions(+), 6 deletions(-)
 create mode 100644 docs/os/modules/mcumgr/mcumgr.rst