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

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


    from 4a411ed39 libc/nano: Update to CMSIS repo to 5.9.0
     new f299a9f67 mcu/nrf5340: Use link_tables for net core inclusion
     new 6b33f4deb mcu/nrf5340: Add option to use common cortex startup
     new d15a68dae hw/bsp: Add support ublox mini nora b1
     new bd8b58659 hw/bsp: Add support for Fanstel EV BT40E

The 4 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:
 .../{nordic_pca10056 => fanstel_ev_bt40e}/bsp.yml  |  18 +-
 .../{nordic_pca10121 => fanstel_ev_bt40e}/debug.sh |   0
 .../include/bsp/bsp.h                              |   0
 .../net/bsp.yml                                    |  15 +-
 .../net/debug.sh                                   |   0
 hw/bsp/fanstel_ev_bt40e/net/include/bsp/bsp.h      |  98 ++++++++
 .../net}/pkg.yml                                   |   6 +-
 .../net}/src/hal_bsp.c                             |   0
 .../net}/syscfg.yml                                |   3 +
 .../{nordic_pca10095 => fanstel_ev_bt40e}/pkg.yml  |   5 +-
 .../src/hal_bsp.c                                  |   2 +-
 .../syscfg.yml                                     |   7 +-
 hw/bsp/{reel_board => ublox_mini_nora_b1}/bsp.yml  |  18 +-
 .../debug.sh                                       |   0
 hw/bsp/ublox_mini_nora_b1/include/bsp/bsp.h        |  98 ++++++++
 .../net/bsp.yml                                    |  13 +-
 .../net/debug.sh                                   |   0
 hw/bsp/ublox_mini_nora_b1/net/include/bsp/bsp.h    |  98 ++++++++
 .../net}/pkg.yml                                   |   6 +-
 .../net}/src/hal_bsp.c                             |   0
 .../net/syscfg.yml                                 |  39 +--
 .../pkg.yml                                        |   6 +-
 .../src/hal_bsp.c                                  |   2 +-
 .../syscfg.yml                                     |  45 ++--
 .../nordic/nrf5340/include/mcu/mcu_vectors.h}      |   4 +-
 .../nrf5340/include/mcu/vectors/nrf5340_vectors.h  | 275 +++++++++++++++++++++
 .../nordic/nrf5340/link/include/mcu_config.ld.h}   |   4 +-
 .../nrf5340/link/include/memory_regions.ld.h}      |   6 +-
 .../nordic/nrf5340/link/include/user_sections.ld.h |  14 +-
 hw/mcu/nordic/nrf5340/net_core_image/pkg.yml       |   3 +
 hw/mcu/nordic/nrf5340/nrf5340.ld                   |   7 -
 hw/mcu/nordic/nrf5340/pkg.yml                      |   3 +
 hw/mcu/nordic/nrf5340/syscfg.yml                   |  16 ++
 .../nordic/nrf5340_net/include/mcu/mcu_vectors.h}  |   4 +-
 .../include/mcu/vectors/nrf5340_netcore_vectors.h} |  44 ++--
 .../nrf5340_net/link/include/memory_regions.ld.h   |   3 +-
 .../nrf5340_net/link/include/user_sections.ld.h    |   7 +-
 hw/mcu/nordic/nrf5340_net/pkg.yml                  |   2 +
 hw/mcu/nordic/nrf5340_net/syscfg.yml               |  16 ++
 39 files changed, 752 insertions(+), 135 deletions(-)
 copy hw/bsp/{nordic_pca10056 => fanstel_ev_bt40e}/bsp.yml (81%)
 copy hw/bsp/{nordic_pca10121 => fanstel_ev_bt40e}/debug.sh (100%)
 mode change 100755 => 100644
 copy hw/bsp/{nordic_pca10095 => fanstel_ev_bt40e}/include/bsp/bsp.h (100%)
 copy hw/bsp/{nordic_pca10121 => fanstel_ev_bt40e}/net/bsp.yml (78%)
 copy hw/bsp/{nordic_pca10121 => fanstel_ev_bt40e}/net/debug.sh (100%)
 mode change 100755 => 100644
 create mode 100644 hw/bsp/fanstel_ev_bt40e/net/include/bsp/bsp.h
 copy hw/bsp/{nordic_pca10095_net => fanstel_ev_bt40e/net}/pkg.yml (90%)
 copy hw/bsp/{nordic_pca10095_net => fanstel_ev_bt40e/net}/src/hal_bsp.c (100%)
 copy hw/bsp/{nordic_pca10095_net => fanstel_ev_bt40e/net}/syscfg.yml (97%)
 copy hw/bsp/{nordic_pca10095 => fanstel_ev_bt40e}/pkg.yml (92%)
 copy hw/bsp/{nordic_thingy53 => fanstel_ev_bt40e}/src/hal_bsp.c (96%)
 copy hw/bsp/{nordic_pca10095 => fanstel_ev_bt40e}/syscfg.yml (94%)
 copy hw/bsp/{reel_board => ublox_mini_nora_b1}/bsp.yml (81%)
 copy hw/bsp/{nordic_pca10121 => ublox_mini_nora_b1}/debug.sh (100%)
 mode change 100755 => 100644
 create mode 100644 hw/bsp/ublox_mini_nora_b1/include/bsp/bsp.h
 copy hw/bsp/{nordic_pca10121 => ublox_mini_nora_b1}/net/bsp.yml (81%)
 copy hw/bsp/{nordic_pca10121 => ublox_mini_nora_b1}/net/debug.sh (100%)
 mode change 100755 => 100644
 create mode 100644 hw/bsp/ublox_mini_nora_b1/net/include/bsp/bsp.h
 copy hw/bsp/{nordic_pca10095_net => ublox_mini_nora_b1/net}/pkg.yml (90%)
 copy hw/bsp/{nordic_pca10095_net => ublox_mini_nora_b1/net}/src/hal_bsp.c 
(100%)
 copy hw/bsp/{nordic_pca10121 => ublox_mini_nora_b1}/net/syscfg.yml (74%)
 copy hw/bsp/{nordic_pca10095 => ublox_mini_nora_b1}/pkg.yml (92%)
 copy hw/bsp/{nordic_thingy53 => ublox_mini_nora_b1}/src/hal_bsp.c (96%)
 copy hw/bsp/{nordic_pca10095 => ublox_mini_nora_b1}/syscfg.yml (77%)
 copy hw/{bsp/weact_g431cb/link/include/bsp_config.ld.h => 
mcu/nordic/nrf5340/include/mcu/mcu_vectors.h} (95%)
 create mode 100644 hw/mcu/nordic/nrf5340/include/mcu/vectors/nrf5340_vectors.h
 copy hw/{bsp/weact_g431cb/link/include/bsp_config.ld.h => 
mcu/nordic/nrf5340/link/include/mcu_config.ld.h} (90%)
 copy hw/mcu/{nxp/kinetis/MK8xF/include/mcu/mcu_vectors.h => 
nordic/nrf5340/link/include/memory_regions.ld.h} (88%)
 copy encoding/json/hosttest/include/json_test/json_test.h => 
hw/mcu/nordic/nrf5340/link/include/user_sections.ld.h (85%)
 copy hw/{bsp/weact_g431cb/link/include/bsp_config.ld.h => 
mcu/nordic/nrf5340_net/include/mcu/mcu_vectors.h} (94%)
 copy hw/mcu/{stm/stm32l0xx/include/mcu/vectors/stm32l010x4_vectors.h => 
nordic/nrf5340_net/include/mcu/vectors/nrf5340_netcore_vectors.h} (69%)
 copy apps/slinky/src/led.h => 
hw/mcu/nordic/nrf5340_net/link/include/memory_regions.ld.h (93%)
 copy apps/slinky/src/led.h => 
hw/mcu/nordic/nrf5340_net/link/include/user_sections.ld.h (89%)

Reply via email to