You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2017/07/06 22:39:54 UTC

[mynewt-core] 01/01: Merge pull request #382 from sjanc/bluetooth5_master

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

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

commit cc32aee1d91aee90caa1b56c862ed441e13ef5c0
Merge: fe6ff6d a8a2bc4
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Fri Jul 7 00:39:51 2017 +0200

    Merge pull request #382 from sjanc/bluetooth5_master
    
    merge master in bluetooth5 branch

 README.md                                          |   1 +
 hw/bsp/pic32mz2048_wi-fire/include/bsp/bsp.h       |   3 +
 hw/bsp/pic32mz2048_wi-fire/src/hal_bsp.c           |  18 ++
 hw/bsp/pic32mz2048_wi-fire/syscfg.yml              |   4 +
 hw/bsp/vbluno52/boot-nrf52xxaa.ld                  |  25 ++
 hw/bsp/vbluno52/bsp.yml                            |  64 +++++
 .../include/bsp/bsp.h                              |  30 +-
 hw/bsp/vbluno52/include/bsp/cmsis_nvic.h           |  29 ++
 hw/bsp/vbluno52/nrf52xxaa.ld                       |  25 ++
 hw/bsp/vbluno52/pkg.yml                            |  95 +++++++
 hw/bsp/vbluno52/split-vbluno52.ld                  | 208 ++++++++++++++
 .../src/arch/cortex_m4/gcc_startup_nrf52.s         | 301 +++++++++++++++++++++
 .../src/arch/cortex_m4/gcc_startup_nrf52_split.s   | 166 ++++++++++++
 hw/bsp/vbluno52/src/hal_bsp.c                      | 230 ++++++++++++++++
 hw/bsp/vbluno52/src/sbrk.c                         |  59 ++++
 hw/bsp/vbluno52/syscfg.yml                         | 102 +++++++
 hw/bsp/vbluno52/vbluno52_debug.cmd                 |  22 ++
 hw/bsp/vbluno52/vbluno52_debug.sh                  |  38 +++
 hw/bsp/vbluno52/vbluno52_download.cmd              |  22 ++
 hw/bsp/vbluno52/vbluno52_download.sh               |  49 ++++
 hw/bsp/vbluno52/vbluno52_no_boot.ld                | 191 +++++++++++++
 hw/hal/include/hal/hal_i2c.h                       |   1 -
 .../pic32mz2048efg100/include/mcu/mips_hal.h       |   7 +
 hw/mcu/microchip/pic32mz2048efg100/src/hal_i2c.c   | 276 +++++++++++++++++++
 net/nimble/host/include/host/ble_hs.h              |   1 +
 net/nimble/host/src/ble_eddystone.c                |   8 -
 net/nimble/host/syscfg.yml                         |   6 -
 27 files changed, 1949 insertions(+), 32 deletions(-)

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