You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/12/26 17:33:00 UTC

[mynewt-pkg-bsp] branch master updated (4ed1797 -> 576aa4a)

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-pkg-bsp.git.


    from 4ed1797  initial commit, based on contents of pkg type
     add a6692c4  Add BSP-specific files; remove non-BSP files.
     new 576aa4a  Merge pull request #1 from ccollins476ad/more

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:
 $$pkgname.ld                  | 27 ++++++++++++++
 $$pkgname_debug.sh            |  9 +++++
 $$pkgname_download.sh         |  9 +++++
 README.md                     | 12 +++++--
 boot-$$pkgname.ld             | 25 +++++++++++++
 bsp.yml                       | 66 ++++++++++++++++++++++++++++++++++
 include/bsp/bsp.h             | 38 ++++++++++++++++++++
 include/your-path/your-file.h | 31 ----------------
 pkg.yml                       |  8 +++++
 src/hal_bsp.c                 | 82 +++++++++++++++++++++++++++++++++++++++++++
 src/sbrk.c                    | 57 ++++++++++++++++++++++++++++++
 src/your-source.c             | 18 ----------
 pkg.yml => syscfg.yml         | 13 +++----
 13 files changed, 337 insertions(+), 58 deletions(-)
 create mode 100644 $$pkgname.ld
 create mode 100755 $$pkgname_debug.sh
 create mode 100755 $$pkgname_download.sh
 create mode 100644 boot-$$pkgname.ld
 create mode 100644 bsp.yml
 create mode 100644 include/bsp/bsp.h
 delete mode 100644 include/your-path/your-file.h
 create mode 100644 src/hal_bsp.c
 create mode 100644 src/sbrk.c
 delete mode 100644 src/your-source.c
 copy pkg.yml => syscfg.yml (82%)

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

[mynewt-pkg-bsp] 01/01: Merge pull request #1 from ccollins476ad/more

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

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

commit 576aa4a211ea193e92bca981b8492c9e25751443
Merge: 4ed1797 a6692c4
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Tue Dec 26 09:32:58 2017 -0800

    Merge pull request #1 from ccollins476ad/more
    
    Add BSP-specific files; remove non-BSP files.

 $$pkgname.ld                  | 27 ++++++++++++++
 $$pkgname_debug.sh            |  9 +++++
 $$pkgname_download.sh         |  9 +++++
 README.md                     | 12 +++++--
 boot-$$pkgname.ld             | 25 +++++++++++++
 bsp.yml                       | 66 ++++++++++++++++++++++++++++++++++
 include/bsp/bsp.h             | 38 ++++++++++++++++++++
 include/your-path/your-file.h | 31 ----------------
 pkg.yml                       |  8 +++++
 src/hal_bsp.c                 | 82 +++++++++++++++++++++++++++++++++++++++++++
 src/sbrk.c                    | 57 ++++++++++++++++++++++++++++++
 src/your-source.c             | 18 ----------
 pkg.yml => syscfg.yml         | 13 +++----
 13 files changed, 337 insertions(+), 58 deletions(-)

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