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:53 UTC

[mynewt-core] branch bluetooth5 updated (fe6ff6d -> cc32aee)

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

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


    from fe6ff6d  Merge pull request #379 from sjanc/bt5_ext_adv
     add 5bfb513  hw: mcu: pic32mz2048efg100: Implement hal_i2c
     add 573b2fe  hw: bsp: pic32mz2048_wi-fire: Define I2C3
     add bbb1230  hal: hal_i2c: Remove comment about unexisting functions
     add 5420968  Merge pull request #349 from francois-berder/periph-i2c
     add 2f07acf  Add support for the VBLUno52 board The VBLUno52 board from VNG (Nordic nRF52832 Cortex-M4 SoC based)
     add 35cc491  Merge pull request #377 from iotvietmember/add_vbluno52_board
     add b156b1f  BLE Host - Remove BLE_EDDYSTONE syscfg setting.
     add a8a2bc4  Merge branch 'master' into bluetooth5_master
     new cc32aee  Merge pull request #382 from sjanc/bluetooth5_master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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/{telee02 => vbluno52}/boot-nrf52xxaa.ld     |   0
 hw/bsp/{rb-nano2 => vbluno52}/bsp.yml              |  14 +-
 .../include/bsp/bsp.h                              |  15 +-
 .../{telee02 => vbluno52}/include/bsp/cmsis_nvic.h |   0
 hw/bsp/{telee02 => vbluno52}/nrf52xxaa.ld          |   0
 hw/bsp/{ada_feather_nrf52 => vbluno52}/pkg.yml     |  19 +-
 .../split-vbluno52.ld}                             |   0
 .../src/arch/cortex_m4/gcc_startup_nrf52.s         |   0
 .../src/arch/cortex_m4/gcc_startup_nrf52_split.s   |   0
 .../{ada_feather_nrf52 => vbluno52}/src/hal_bsp.c  |  28 ++-
 hw/bsp/{vbluno51 => vbluno52}/src/sbrk.c           |   0
 hw/bsp/{nrf52dk => vbluno52}/syscfg.yml            |  21 +-
 .../vbluno52_debug.cmd}                            |   0
 .../vbluno52_debug.sh}                             |   6 +-
 .../vbluno52_download.cmd}                         |   0
 .../vbluno52_download.sh}                          |   1 -
 .../vbluno52_no_boot.ld}                           |   0
 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, 367 insertions(+), 62 deletions(-)
 copy hw/bsp/{telee02 => vbluno52}/boot-nrf52xxaa.ld (100%)
 copy hw/bsp/{rb-nano2 => vbluno52}/bsp.yml (82%)
 copy hw/bsp/{arduino_primo_nrf52 => vbluno52}/include/bsp/bsp.h (88%)
 copy hw/bsp/{telee02 => vbluno52}/include/bsp/cmsis_nvic.h (100%)
 copy hw/bsp/{telee02 => vbluno52}/nrf52xxaa.ld (100%)
 copy hw/bsp/{ada_feather_nrf52 => vbluno52}/pkg.yml (87%)
 copy hw/bsp/{telee02/split-telee02.ld => vbluno52/split-vbluno52.ld} (100%)
 copy hw/bsp/{telee02 => vbluno52}/src/arch/cortex_m4/gcc_startup_nrf52.s (100%)
 copy hw/bsp/{telee02 => vbluno52}/src/arch/cortex_m4/gcc_startup_nrf52_split.s (100%)
 copy hw/bsp/{ada_feather_nrf52 => vbluno52}/src/hal_bsp.c (91%)
 copy hw/bsp/{vbluno51 => vbluno52}/src/sbrk.c (100%)
 copy hw/bsp/{nrf52dk => vbluno52}/syscfg.yml (90%)
 copy hw/bsp/{vbluno51/vbluno51_download.cmd => vbluno52/vbluno52_debug.cmd} (100%)
 copy hw/bsp/{rb-blend2/rb-blend2_debug.sh => vbluno52/vbluno52_debug.sh} (99%)
 copy hw/bsp/{vbluno51/vbluno51_download.cmd => vbluno52/vbluno52_download.cmd} (100%)
 copy hw/bsp/{rb-nano2/rb-nano2_download.sh => vbluno52/vbluno52_download.sh} (99%)
 copy hw/bsp/{telee02/telee02_no_boot.ld => vbluno52/vbluno52_no_boot.ld} (100%)
 create mode 100644 hw/mcu/microchip/pic32mz2048efg100/src/hal_i2c.c

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

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

Posted by ja...@apache.org.
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>.