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 9cc151816 hw/bsp: Update metadata for multiple BSPs
     new 790cd5867 hw/mcu: STM32F0 use autogenerated linker script
     new f5565e469 hw/bsp: Use common startup in STM32F0 boards
     new 84cc3bdf3 ci: Update ignored BSPs for bootloader build test

The 3 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:
 .github/test_build_bootloader.sh                   |   3 +-
 hw/bsp/nucleo-f030r8/bsp.yml                       |   6 +-
 hw/bsp/nucleo-f030r8/nucleo-f030r8.ld              |  39 ---
 hw/bsp/nucleo-f030r8/nucleo-f030r8_debug.cmd       |  22 --
 hw/bsp/nucleo-f030r8/nucleo-f030r8_download.cmd    |  22 --
 hw/bsp/nucleo-f030r8/pkg.yml                       |   1 +
 .../src/arch/cortex_m0/startup_stm32f030x8.s       | 306 -------------------
 hw/bsp/nucleo-f030r8/syscfg.yml                    |   3 +
 hw/bsp/nucleo-f072rb/bsp.yml                       |   6 +-
 hw/bsp/nucleo-f072rb/nucleo-f072rb.ld              |  36 ---
 hw/bsp/nucleo-f072rb/nucleo-f072rb_debug.cmd       |  22 --
 hw/bsp/nucleo-f072rb/nucleo-f072rb_download.cmd    |  22 --
 hw/bsp/nucleo-f072rb/pkg.yml                       |   1 +
 .../src/arch/cortex_m0/startup_stm32f072xb.s       | 327 ---------------------
 hw/bsp/nucleo-f072rb/syscfg.yml                    |   3 +
 hw/mcu/stm/stm32f0xx/include/mcu/mcu_vectors.h     |  54 ++++
 .../include/mcu/vectors/stm32f030x6_vectors.h}     |  16 +-
 .../include/mcu/vectors/stm32f030x8_vectors.h}     |  18 +-
 .../include/mcu/vectors/stm32f030xc_vectors.h}     |  15 +-
 .../include/mcu/vectors/stm32f031x6_vectors.h}     |  18 +-
 .../include/mcu/vectors/stm32f038xx_vectors.h}     |  16 +-
 .../include/mcu/vectors/stm32f042x6_vectors.h}     |  22 +-
 .../include/mcu/vectors/stm32f048xx_vectors.h}     |  22 +-
 .../include/mcu/vectors/stm32f051x8_vectors.h}     |  18 +-
 .../include/mcu/vectors/stm32f058xx_vectors.h}     |  22 +-
 .../include/mcu/vectors/stm32f070x6_vectors.h}     |  16 +-
 .../include/mcu/vectors/stm32f070xb_vectors.h}     |  14 +-
 .../include/mcu/vectors/stm32f071xb_vectors.h}     |  18 +-
 .../include/mcu/vectors/stm32f072xb_vectors.h}     |  18 +-
 .../include/mcu/vectors/stm32f078xx_vectors.h}     |  18 +-
 .../include/mcu/vectors/stm32f091xc_vectors.h}     |  25 +-
 .../include/mcu/vectors/stm32f098xx_vectors.h}     |  25 +-
 .../{stm32f1xx => stm32f0xx}/src/hal_system_init.c |   8 +-
 hw/mcu/stm/stm32f0xx/src/system_stm32f0xx.c        |  16 -
 34 files changed, 222 insertions(+), 976 deletions(-)
 delete mode 100644 hw/bsp/nucleo-f030r8/nucleo-f030r8.ld
 delete mode 100644 hw/bsp/nucleo-f030r8/nucleo-f030r8_debug.cmd
 delete mode 100644 hw/bsp/nucleo-f030r8/nucleo-f030r8_download.cmd
 delete mode 100755 
hw/bsp/nucleo-f030r8/src/arch/cortex_m0/startup_stm32f030x8.s
 delete mode 100644 hw/bsp/nucleo-f072rb/nucleo-f072rb.ld
 delete mode 100644 hw/bsp/nucleo-f072rb/nucleo-f072rb_debug.cmd
 delete mode 100644 hw/bsp/nucleo-f072rb/nucleo-f072rb_download.cmd
 delete mode 100755 
hw/bsp/nucleo-f072rb/src/arch/cortex_m0/startup_stm32f072xb.s
 create mode 100644 hw/mcu/stm/stm32f0xx/include/mcu/mcu_vectors.h
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l010x4_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f030x6_vectors.h} (90%)
 copy hw/mcu/stm/{stm32g0xx/include/mcu/vectors/stm32g070xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f030x8_vectors.h} (88%)
 copy hw/mcu/stm/{stm32g0xx/include/mcu/vectors/stm32g070xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f030xc_vectors.h} (87%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l010x4_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f031x6_vectors.h} (89%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l010x4_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f038xx_vectors.h} (90%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l052xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f042x6_vectors.h} (86%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l052xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f048xx_vectors.h} (86%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l072xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f051x8_vectors.h} (87%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l052xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f058xx_vectors.h} (87%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l010x4_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f070x6_vectors.h} (89%)
 copy hw/mcu/stm/{stm32g0xx/include/mcu/vectors/stm32g070xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f070xb_vectors.h} (87%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l072xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f071xb_vectors.h} (87%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l072xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f072xb_vectors.h} (87%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l072xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f078xx_vectors.h} (88%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l072xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f091xc_vectors.h} (82%)
 copy hw/mcu/stm/{stm32l0xx/include/mcu/vectors/stm32l072xx_vectors.h => 
stm32f0xx/include/mcu/vectors/stm32f098xx_vectors.h} (82%)
 copy hw/mcu/stm/{stm32f1xx => stm32f0xx}/src/hal_system_init.c (93%)

Reply via email to