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:01 UTC

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

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