You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2017/07/24 18:20:04 UTC

[mynewt-newtmgr] branch master updated (67b1c97 -> 6d3508f)

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

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


    from 67b1c97  Merge pull request #5 from sjanc/incubator
     add 4b5666f  License cleanup
     new 6d3508f  Merge pull request #7 from sjanc/license

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:
 .rat-excludes                                         | 14 +++++++++++++-
 newtmgr/bll/bll_common.go                             | 19 +++++++++++++++++++
 newtmgr/bll/bll_oic_sesn.go                           | 19 +++++++++++++++++++
 newtmgr/bll/bll_plain_sesn.go                         | 19 +++++++++++++++++++
 newtmgr/bll/bll_sesn_cfg.go                           | 19 +++++++++++++++++++
 newtmgr/bll/bll_util.go                               | 19 +++++++++++++++++++
 newtmgr/bll/bll_xport.go                              | 19 +++++++++++++++++++
 newtmgr/config/serial_config.go                       | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmble/ble_act.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmble/ble_fsm.go | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_oic_sesn.go              | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_plain_sesn.go            | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_proto.go                 | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_scanner.go               | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_util.go                  | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_xport.go                 | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/discover.go                  | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/receiver.go                  | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmp/defs.go      | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/packet.go                 | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/serial_oic_sesn.go        | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/serial_plain_sesn.go      | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/serial_xport.go           | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmxutil/bcast.go | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmxutil/err_funnel.go              | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmxutil/nmxerr.go                  | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmxutil/nmxutil.go                 | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmxutil/sres.go  | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/oic/oic.go       | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/scan/scan.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/sesn/sesn.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/sesn/sesn_cfg.go | 19 +++++++++++++++++++
 .../newtmgr/nmxact/sesn/sesn_util.go                  | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/udp/udp.go       | 19 +++++++++++++++++++
 .../newtmgr/nmxact/udp/udp_oic_sesn.go                | 19 +++++++++++++++++++
 .../newtmgr/nmxact/udp/udp_plain_sesn.go              | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/udp/udp_xport.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/config.go   | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/crash.go    | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/datetime.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/echo.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/fs.go       | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/image.go    | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/log.go      | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/mpstat.go   | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/reset.go    | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/run.go      | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/stat.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/taskstat.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xport/xport.go   | 19 +++++++++++++++++++
 nmxact/build-examples.sh                              | 17 +++++++++++++++++
 nmxact/nmble/ble_act.go                               | 19 +++++++++++++++++++
 nmxact/nmble/ble_fsm.go                               | 19 +++++++++++++++++++
 nmxact/nmble/ble_oic_sesn.go                          | 19 +++++++++++++++++++
 nmxact/nmble/ble_plain_sesn.go                        | 19 +++++++++++++++++++
 nmxact/nmble/ble_proto.go                             | 19 +++++++++++++++++++
 nmxact/nmble/ble_scanner.go                           | 19 +++++++++++++++++++
 nmxact/nmble/ble_util.go                              | 19 +++++++++++++++++++
 nmxact/nmble/ble_xport.go                             | 19 +++++++++++++++++++
 nmxact/nmble/discover.go                              | 19 +++++++++++++++++++
 nmxact/nmble/receiver.go                              | 19 +++++++++++++++++++
 nmxact/nmp/defs.go                                    | 19 +++++++++++++++++++
 nmxact/nmserial/packet.go                             | 19 +++++++++++++++++++
 nmxact/nmserial/serial_oic_sesn.go                    | 19 +++++++++++++++++++
 nmxact/nmserial/serial_plain_sesn.go                  | 19 +++++++++++++++++++
 nmxact/nmserial/serial_xport.go                       | 19 +++++++++++++++++++
 nmxact/nmxutil/bcast.go                               | 19 +++++++++++++++++++
 nmxact/nmxutil/block.go                               | 19 +++++++++++++++++++
 nmxact/nmxutil/err_funnel.go                          | 19 +++++++++++++++++++
 nmxact/nmxutil/nmxerr.go                              | 19 +++++++++++++++++++
 nmxact/nmxutil/nmxutil.go                             | 19 +++++++++++++++++++
 nmxact/nmxutil/sres.go                                | 19 +++++++++++++++++++
 nmxact/oic/oic.go                                     | 19 +++++++++++++++++++
 nmxact/scan/scan.go                                   | 19 +++++++++++++++++++
 nmxact/sesn/sesn.go                                   | 19 +++++++++++++++++++
 nmxact/sesn/sesn_cfg.go                               | 19 +++++++++++++++++++
 nmxact/sesn/sesn_util.go                              | 19 +++++++++++++++++++
 nmxact/udp/udp.go                                     | 19 +++++++++++++++++++
 nmxact/udp/udp_oic_sesn.go                            | 19 +++++++++++++++++++
 nmxact/udp/udp_plain_sesn.go                          | 19 +++++++++++++++++++
 nmxact/udp/udp_xport.go                               | 19 +++++++++++++++++++
 nmxact/xact/config.go                                 | 19 +++++++++++++++++++
 nmxact/xact/crash.go                                  | 19 +++++++++++++++++++
 nmxact/xact/datetime.go                               | 19 +++++++++++++++++++
 nmxact/xact/echo.go                                   | 19 +++++++++++++++++++
 nmxact/xact/fs.go                                     | 19 +++++++++++++++++++
 nmxact/xact/image.go                                  | 19 +++++++++++++++++++
 nmxact/xact/log.go                                    | 19 +++++++++++++++++++
 nmxact/xact/mpstat.go                                 | 19 +++++++++++++++++++
 nmxact/xact/reset.go                                  | 19 +++++++++++++++++++
 nmxact/xact/run.go                                    | 19 +++++++++++++++++++
 nmxact/xact/stat.go                                   | 19 +++++++++++++++++++
 nmxact/xact/taskstat.go                               | 19 +++++++++++++++++++
 nmxact/xport/xport.go                                 | 19 +++++++++++++++++++
 94 files changed, 1778 insertions(+), 1 deletion(-)

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

[mynewt-newtmgr] 01/01: Merge pull request #7 from sjanc/license

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit 6d3508fc0057edc15fae861ec846bca2d34b8e09
Merge: 67b1c97 4b5666f
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Mon Jul 24 20:20:01 2017 +0200

    Merge pull request #7 from sjanc/license
    
    License cleanup

 .rat-excludes                                         | 14 +++++++++++++-
 newtmgr/bll/bll_common.go                             | 19 +++++++++++++++++++
 newtmgr/bll/bll_oic_sesn.go                           | 19 +++++++++++++++++++
 newtmgr/bll/bll_plain_sesn.go                         | 19 +++++++++++++++++++
 newtmgr/bll/bll_sesn_cfg.go                           | 19 +++++++++++++++++++
 newtmgr/bll/bll_util.go                               | 19 +++++++++++++++++++
 newtmgr/bll/bll_xport.go                              | 19 +++++++++++++++++++
 newtmgr/config/serial_config.go                       | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmble/ble_act.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmble/ble_fsm.go | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_oic_sesn.go              | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_plain_sesn.go            | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_proto.go                 | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_scanner.go               | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_util.go                  | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/ble_xport.go                 | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/discover.go                  | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmble/receiver.go                  | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmp/defs.go      | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/packet.go                 | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/serial_oic_sesn.go        | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/serial_plain_sesn.go      | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmserial/serial_xport.go           | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmxutil/bcast.go | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmxutil/err_funnel.go              | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmxutil/nmxerr.go                  | 19 +++++++++++++++++++
 .../newtmgr/nmxact/nmxutil/nmxutil.go                 | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/nmxutil/sres.go  | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/oic/oic.go       | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/scan/scan.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/sesn/sesn.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/sesn/sesn_cfg.go | 19 +++++++++++++++++++
 .../newtmgr/nmxact/sesn/sesn_util.go                  | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/udp/udp.go       | 19 +++++++++++++++++++
 .../newtmgr/nmxact/udp/udp_oic_sesn.go                | 19 +++++++++++++++++++
 .../newtmgr/nmxact/udp/udp_plain_sesn.go              | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/udp/udp_xport.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/config.go   | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/crash.go    | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/datetime.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/echo.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/fs.go       | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/image.go    | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/log.go      | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/mpstat.go   | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/reset.go    | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/run.go      | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/stat.go     | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xact/taskstat.go | 19 +++++++++++++++++++
 .../mynewt.apache.org/newtmgr/nmxact/xport/xport.go   | 19 +++++++++++++++++++
 nmxact/build-examples.sh                              | 17 +++++++++++++++++
 nmxact/nmble/ble_act.go                               | 19 +++++++++++++++++++
 nmxact/nmble/ble_fsm.go                               | 19 +++++++++++++++++++
 nmxact/nmble/ble_oic_sesn.go                          | 19 +++++++++++++++++++
 nmxact/nmble/ble_plain_sesn.go                        | 19 +++++++++++++++++++
 nmxact/nmble/ble_proto.go                             | 19 +++++++++++++++++++
 nmxact/nmble/ble_scanner.go                           | 19 +++++++++++++++++++
 nmxact/nmble/ble_util.go                              | 19 +++++++++++++++++++
 nmxact/nmble/ble_xport.go                             | 19 +++++++++++++++++++
 nmxact/nmble/discover.go                              | 19 +++++++++++++++++++
 nmxact/nmble/receiver.go                              | 19 +++++++++++++++++++
 nmxact/nmp/defs.go                                    | 19 +++++++++++++++++++
 nmxact/nmserial/packet.go                             | 19 +++++++++++++++++++
 nmxact/nmserial/serial_oic_sesn.go                    | 19 +++++++++++++++++++
 nmxact/nmserial/serial_plain_sesn.go                  | 19 +++++++++++++++++++
 nmxact/nmserial/serial_xport.go                       | 19 +++++++++++++++++++
 nmxact/nmxutil/bcast.go                               | 19 +++++++++++++++++++
 nmxact/nmxutil/block.go                               | 19 +++++++++++++++++++
 nmxact/nmxutil/err_funnel.go                          | 19 +++++++++++++++++++
 nmxact/nmxutil/nmxerr.go                              | 19 +++++++++++++++++++
 nmxact/nmxutil/nmxutil.go                             | 19 +++++++++++++++++++
 nmxact/nmxutil/sres.go                                | 19 +++++++++++++++++++
 nmxact/oic/oic.go                                     | 19 +++++++++++++++++++
 nmxact/scan/scan.go                                   | 19 +++++++++++++++++++
 nmxact/sesn/sesn.go                                   | 19 +++++++++++++++++++
 nmxact/sesn/sesn_cfg.go                               | 19 +++++++++++++++++++
 nmxact/sesn/sesn_util.go                              | 19 +++++++++++++++++++
 nmxact/udp/udp.go                                     | 19 +++++++++++++++++++
 nmxact/udp/udp_oic_sesn.go                            | 19 +++++++++++++++++++
 nmxact/udp/udp_plain_sesn.go                          | 19 +++++++++++++++++++
 nmxact/udp/udp_xport.go                               | 19 +++++++++++++++++++
 nmxact/xact/config.go                                 | 19 +++++++++++++++++++
 nmxact/xact/crash.go                                  | 19 +++++++++++++++++++
 nmxact/xact/datetime.go                               | 19 +++++++++++++++++++
 nmxact/xact/echo.go                                   | 19 +++++++++++++++++++
 nmxact/xact/fs.go                                     | 19 +++++++++++++++++++
 nmxact/xact/image.go                                  | 19 +++++++++++++++++++
 nmxact/xact/log.go                                    | 19 +++++++++++++++++++
 nmxact/xact/mpstat.go                                 | 19 +++++++++++++++++++
 nmxact/xact/reset.go                                  | 19 +++++++++++++++++++
 nmxact/xact/run.go                                    | 19 +++++++++++++++++++
 nmxact/xact/stat.go                                   | 19 +++++++++++++++++++
 nmxact/xact/taskstat.go                               | 19 +++++++++++++++++++
 nmxact/xport/xport.go                                 | 19 +++++++++++++++++++
 94 files changed, 1778 insertions(+), 1 deletion(-)


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