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 2017/07/05 21:23:08 UTC

[mynewt-core] 01/01: Merge pull request #377 from iotvietmember/add_vbluno52_board

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

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

commit 35cc4912a8a97081eb03d380042c017c18085bde
Merge: 5420968 2f07acf
Author: wes3 <wi...@runtime.io>
AuthorDate: Wed Jul 5 14:23:04 2017 -0700

    Merge pull request #377 from iotvietmember/add_vbluno52_board
    
    Add support for the VBLUno52 board

 README.md                                          |   1 +
 hw/bsp/vbluno52/boot-nrf52xxaa.ld                  |  25 ++
 hw/bsp/vbluno52/bsp.yml                            |  64 +++++
 hw/bsp/vbluno52/include/bsp/bsp.h                  |  58 ++++
 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 +++++++++++++
 18 files changed, 1685 insertions(+)

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