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/04/26 17:56:49 UTC

[2/2] incubator-mynewt-core git commit: This closes #242.

This closes #242.

Merge branch 'ble400' of https://github.com/utzig/incubator-mynewt-core


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/02fd7c76
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/02fd7c76
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/02fd7c76

Branch: refs/heads/master
Commit: 02fd7c764dc11eb8ac21bc70633f4f9f3a1ea828
Parents: 7a1e0a8 323f784
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Apr 26 10:53:40 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Apr 26 10:53:40 2017 -0700

----------------------------------------------------------------------
 hw/bsp/ble400/ble400.cfg                        |  22 ++
 hw/bsp/ble400/ble400_debug.cmd                  |  22 ++
 hw/bsp/ble400/ble400_debug.sh                   |  38 +++
 hw/bsp/ble400/ble400_download.cmd               |  22 ++
 hw/bsp/ble400/ble400_download.sh                |  42 +++
 hw/bsp/ble400/ble400_no_boot.ld                 | 179 ++++++++++++
 hw/bsp/ble400/boot-nrf51xxac.ld                 |  25 ++
 hw/bsp/ble400/bsp.yml                           |  64 +++++
 hw/bsp/ble400/include/bsp/boards.h              |  19 ++
 hw/bsp/ble400/include/bsp/bsp.h                 |  53 ++++
 hw/bsp/ble400/include/bsp/cmsis_nvic.h          |  30 ++
 hw/bsp/ble400/nrf51xxac.ld                      |  25 ++
 hw/bsp/ble400/pkg.yml                           |  90 ++++++
 hw/bsp/ble400/split-ble400.ld                   | 185 ++++++++++++
 .../src/arch/cortex_m0/gcc_startup_nrf51.s      | 283 +++++++++++++++++++
 .../arch/cortex_m0/gcc_startup_nrf51_split.s    | 185 ++++++++++++
 hw/bsp/ble400/src/hal_bsp.c                     | 189 +++++++++++++
 hw/bsp/ble400/src/sbrk.c                        |  57 ++++
 hw/bsp/ble400/syscfg.yml                        |  97 +++++++
 19 files changed, 1627 insertions(+)
----------------------------------------------------------------------