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 2016/05/17 20:51:39 UTC

[16/50] [abbrv] incubator-mynewt-core git commit: This closes #48. Merge remote-tracking branch '01org/develop' into develop

This closes #48.
Merge remote-tracking branch '01org/develop' 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/4146b1a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4146b1a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4146b1a4

Branch: refs/heads/master
Commit: 4146b1a4b7fb68201946b22a479a46b87b19f4ee
Parents: c7755e0 03e36e7
Author: William San Filippo <wi...@runtime.io>
Authored: Tue May 10 18:01:50 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Tue May 10 18:01:50 2016 -0700

----------------------------------------------------------------------
 apps/blehci/pkg.yml                             |  29 ++
 apps/blehci/src/main.c                          | 392 +++++++++++++++++++
 .../nrf51-arduino_101/boot-nrf51-arduino_101.ld | 177 +++++++++
 hw/bsp/nrf51-arduino_101/include/bsp/bsp.h      |  48 +++
 .../nrf51-arduino_101/include/bsp/bsp_sysid.h   |  36 ++
 .../nrf51-arduino_101/include/bsp/cmsis_nvic.h  |  30 ++
 hw/bsp/nrf51-arduino_101/nrf51-arduino_101.ld   | 183 +++++++++
 .../nrf51-arduino_101/nrf51dk-16kbram_debug.sh  |  45 +++
 .../nrf51dk-16kbram_download.sh                 | 103 +++++
 .../nrf51dk-16kbram_no_boot.ld                  | 178 +++++++++
 hw/bsp/nrf51-arduino_101/pkg.yml                |  40 ++
 .../src/arch/cortex_m0/gcc_startup_nrf51.s      | 267 +++++++++++++
 hw/bsp/nrf51-arduino_101/src/hal_bsp.c          |  46 +++
 hw/bsp/nrf51-arduino_101/src/libc_stubs.c       |  85 ++++
 hw/bsp/nrf51-arduino_101/src/os_bsp.c           | 141 +++++++
 hw/bsp/nrf51-arduino_101/src/sbrk.c             |  53 +++
 hw/bsp/nrf51-arduino_101/src/system_nrf51.c     | 121 ++++++
 17 files changed, 1974 insertions(+)
----------------------------------------------------------------------