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-mcumgr.git.
from 78c504c mynewt port - Keep bytes_written synced in writer.
new 68fe44a Rename some poorly names identifiers (NMGR-->MGMT)
new 9308d50 Rename newtmgr -> smp (simple management protocol)
The 2 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:
mgmt/include/mgmt/mgmt.h | 58 +--
mgmt/src/mgmt.c | 14 +
newtmgr/src/newtmgr.c | 354 ------------------
.../newtmgr/newtmgr.h => smp/include/smp/smp.h | 32 +-
{newtmgr => smp}/pkg.yml | 12 +-
.../port/mynewt/include/mynewt_smp/mynewt_smp.h | 30 +-
{newtmgr => smp}/port/mynewt/pkg.yml | 5 +-
.../port/mynewt/src/mynewt_smp.c | 130 +++----
smp/src/smp.c | 404 +++++++++++++++++++++
9 files changed, 556 insertions(+), 483 deletions(-)
delete mode 100644 newtmgr/src/newtmgr.c
rename newtmgr/include/newtmgr/newtmgr.h => smp/include/smp/smp.h (60%)
rename {newtmgr => smp}/pkg.yml (86%)
rename newtmgr/port/mynewt/include/mynewt_newtmgr/mynewt_newtmgr.h =>
smp/port/mynewt/include/mynewt_smp/mynewt_smp.h (65%)
rename {newtmgr => smp}/port/mynewt/pkg.yml (93%)
rename newtmgr/port/mynewt/src/mynewt_nmgr.c =>
smp/port/mynewt/src/mynewt_smp.c (54%)
create mode 100644 smp/src/smp.c
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].