You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/08/31 18:25:10 UTC

[mynewt-core] 01/01: Merge pull request #502 from schilken/master

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

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

commit 5058a8d61f9da507393e62dc02d9e928319c5794
Merge: a054216 3ee1829
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Aug 31 11:25:06 2017 -0700

    Merge pull request #502 from schilken/master
    
    add bsp for calliope mini board

 hw/bsp/calliope_mini/README.md                     |  21 ++
 hw/bsp/calliope_mini/boot-nrf51xxac.ld             |  27 ++
 hw/bsp/calliope_mini/bsp.yml                       |  69 +++++
 hw/bsp/calliope_mini/calliope_mini_debug.cmd       |  22 ++
 hw/bsp/calliope_mini/calliope_mini_debug.sh        |  37 +++
 hw/bsp/calliope_mini/calliope_mini_download.cmd    |  22 ++
 hw/bsp/calliope_mini/calliope_mini_download.sh     |  42 ++++
 hw/bsp/calliope_mini/include/bsp/bsp.h             |  81 ++++++
 hw/bsp/calliope_mini/include/bsp/cmsis_nvic.h      |  30 +++
 hw/bsp/calliope_mini/nrf51xxac.ld                  |  30 +++
 hw/bsp/calliope_mini/pkg.yml                       |  89 +++++++
 hw/bsp/calliope_mini/split-calliope_mini.ld        | 185 ++++++++++++++
 .../src/arch/cortex_m0/gcc_startup_nrf51.s         | 280 +++++++++++++++++++++
 .../src/arch/cortex_m0/gcc_startup_nrf51_split.s   | 182 ++++++++++++++
 hw/bsp/calliope_mini/src/hal_bsp.c                 | 193 ++++++++++++++
 hw/bsp/calliope_mini/src/sbrk.c                    |  57 +++++
 hw/bsp/calliope_mini/syscfg.yml                    | 116 +++++++++
 17 files changed, 1483 insertions(+)

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