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


    from 2f12a97  Merge pull request #222 from michal-narajowski/travis
     new 484bbb4  Genericize sysinit functionality
     new 6cde323  sysdown: generate package shutdown function

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:
 newt/builder/targetbuild.go |  23 +++++
 newt/pkg/localpackage.go    |  23 ++++-
 newt/stage/stage.go         | 204 ++++++++++++++++++++++++++++++++++++++++++++
 newt/sysdown/sysdown.go     |  97 +++++++++++++++++++++
 newt/sysinit/sysinit.go     | 163 +++++------------------------------
 util/util.go                |  17 ++++
 6 files changed, 382 insertions(+), 145 deletions(-)
 create mode 100644 newt/stage/stage.go
 create mode 100644 newt/sysdown/sysdown.go

Reply via email to