This is an automated email from the ASF dual-hosted git repository.
naveenkaje pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git.
from 61395d2 Remove illegal space
new 00340e1 image: optimize Device Firmware Upgrade (DFU)
new 969fb09 image: upload command: set noerase to true by default
new 11e8797 Merge pull request #162 from nkaje/optimize_dfu
The 1512 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/bll/bll_sesn.go | 21 ++++
newtmgr/cli/image.go | 14 ++-
nmxact/mgmt/transceiver.go | 114 +++++++++++++++++++
nmxact/mtech_lora/mtech_lora_sesn.go | 12 ++
nmxact/nmble/ble_sesn.go | 6 +
nmxact/nmble/naked_sesn.go | 5 +
nmxact/nmserial/serial_sesn.go | 12 ++
nmxact/sesn/sesn.go | 1 +
nmxact/sesn/sesn_util.go | 14 +++
nmxact/udp/udp_sesn.go | 5 +
nmxact/xact/image.go | 215 ++++++++++++++++++++++++++++++++---
nmxact/xact/xact.go | 24 ++++
12 files changed, 422 insertions(+), 21 deletions(-)