You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/06/28 16:46:33 UTC

[8/9] incubator-mynewt-core git commit: This closes #67 Merge branch 'master' of https://github.com/Eichhoernchen/incubator-mynewt-core into develop

This closes #67
Merge branch 'master' of https://github.com/Eichhoernchen/incubator-mynewt-core into develop


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/821b21d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/821b21d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/821b21d9

Branch: refs/heads/develop
Commit: 821b21d9fe89058d6630e5318b4572e97dfde779
Parents: 2f2db14 165f463
Author: William San Filippo <wi...@runtime.io>
Authored: Tue Jun 28 09:42:06 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Tue Jun 28 09:42:06 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nrf51-blenano/boot-nrf51dk.ld            | 178 +++++++++++++
 hw/bsp/nrf51-blenano/cmsis-dap.cfg              |  12 +
 hw/bsp/nrf51-blenano/include/bsp/bsp.h          |  49 ++++
 hw/bsp/nrf51-blenano/include/bsp/bsp_sysid.h    |  36 +++
 hw/bsp/nrf51-blenano/include/bsp/cmsis_nvic.h   |  30 +++
 hw/bsp/nrf51-blenano/nrf51.cfg                  |  60 +++++
 hw/bsp/nrf51-blenano/nrf51dk.ld                 | 184 +++++++++++++
 hw/bsp/nrf51-blenano/nrf51dk_debug.sh           |  47 ++++
 hw/bsp/nrf51-blenano/nrf51dk_download.sh        | 107 ++++++++
 hw/bsp/nrf51-blenano/nrf51dk_no_boot.ld         | 179 +++++++++++++
 hw/bsp/nrf51-blenano/pkg.yml                    |  41 +++
 .../src/arch/cortex_m0/gcc_startup_nrf51.s      | 267 +++++++++++++++++++
 hw/bsp/nrf51-blenano/src/hal_bsp.c              |  46 ++++
 hw/bsp/nrf51-blenano/src/libc_stubs.c           |  85 ++++++
 hw/bsp/nrf51-blenano/src/os_bsp.c               |  78 ++++++
 hw/bsp/nrf51-blenano/src/sbrk.c                 |  53 ++++
 hw/bsp/nrf51-blenano/src/system_nrf51.c         | 121 +++++++++
 repository.yml                                  |  29 ++
 18 files changed, 1602 insertions(+)
----------------------------------------------------------------------