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-newtmgr.git.


    from bcff584  newtmgr - revendor
     new 8393b29  newtmgr - get / put CoAP resources.
     new 7e8da92  nmxact - Remove debug code.
     new fe7c1e3  MYNEWT-822 newtmgr bll - reconn on spvtmo.
     new 03fd1a5  MYNEWT-821 recover during image upload
     new 90663a0  newtmgr - revendor

The 5 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:
 newtmgr/Godeps/Godeps.json                         |  56 ++++++------
 newtmgr/bll/bll_oic_sesn.go                        |  76 +++++++++++-----
 newtmgr/bll/bll_plain_sesn.go                      |  40 +++++++--
 newtmgr/bll/bll_sesn_cfg.go                        |   2 +
 newtmgr/cli/{getres.go => res.go}                  |  98 ++++++++++++++++-----
 .../newtmgr/nmxact/bledefs/bledefs.go              |  14 +--
 .../newtmgr/nmxact/nmble/ble_sesn.go               |   6 ++
 .../newtmgr/nmxact/nmble/ble_util.go               |  22 ++---
 .../newtmgr/nmxact/nmserial/serial_oic_sesn.go     |   7 ++
 .../newtmgr/nmxact/nmserial/serial_plain_sesn.go   |   7 ++
 .../newtmgr/nmxact/nmxutil/nmxutil.go              |  10 +++
 .../mynewt.apache.org/newtmgr/nmxact/sesn/sesn.go  |   3 +-
 .../newtmgr/nmxact/sesn/sesn_util.go               |  21 +++++
 .../newtmgr/nmxact/udp/udp_oic_sesn.go             |   7 ++
 .../newtmgr/nmxact/udp/udp_plain_sesn.go           |   7 ++
 .../mynewt.apache.org/newtmgr/nmxact/xact/image.go |  98 +++++++++++++++------
 .../mynewt.apache.org/newtmgr/nmxact/xact/res.go   |  40 +++++++++
 nmxact/bledefs/bledefs.go                          |  14 +--
 nmxact/example/ble_adv/ble_adv                     | Bin 14025652 -> 13981316 
bytes
 nmxact/nmble/ble_sesn.go                           |   6 ++
 nmxact/nmble/ble_util.go                           |  33 ++-----
 nmxact/nmserial/serial_oic_sesn.go                 |   7 ++
 nmxact/nmserial/serial_plain_sesn.go               |   7 ++
 nmxact/nmxutil/nmxutil.go                          |  10 +++
 nmxact/sesn/sesn.go                                |   3 +-
 nmxact/sesn/sesn_util.go                           |  21 +++++
 nmxact/udp/udp_oic_sesn.go                         |   7 ++
 nmxact/udp/udp_plain_sesn.go                       |   7 ++
 nmxact/xact/image.go                               |  98 +++++++++++++++------
 .../nmxact/xact/getres.go => nmxact/xact/res.go    |  40 +++++++++
 30 files changed, 586 insertions(+), 181 deletions(-)
 rename newtmgr/cli/{getres.go => res.go} (52%)
 rename nmxact/xact/getres.go => 
newtmgr/vendor/mynewt.apache.org/newtmgr/nmxact/xact/res.go (70%)
 rename newtmgr/vendor/mynewt.apache.org/newtmgr/nmxact/xact/getres.go => 
nmxact/xact/res.go (70%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to