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

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


    from 61c7df4  Merge pull request #917 from wes3/sx1272_tx_pwr
     new 86c4107  Add stm32f3 to stm32_common HAL
     new c7d02c5  Fix stm32f3 flash alignment
     new 529079e  Fix stm32f3discovery flash areas to run slinky

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:
 hw/bsp/stm32f3discovery/boot-stm32f3discovery.ld   |  2 +-
 hw/bsp/stm32f3discovery/bsp.yml                    | 22 ++++----
 hw/bsp/stm32f3discovery/stm32f3discovery.ld        |  2 +-
 hw/mcu/stm/stm32_common/src/stm32_hw_id.c          |  2 +-
 hw/mcu/stm/stm32f1xx/include/mcu/stm32_hal.h       |  7 ---
 .../include/mcu/stm32_hal.h                        | 19 ++-----
 hw/mcu/stm/stm32f3xx/pkg.yml                       |  2 +-
 hw/mcu/stm/stm32f3xx/src/hal_flash.c               |  2 +-
 hw/mcu/stm/stm32f3xx/src/hal_os_tick.c             | 55 --------------------
 hw/mcu/stm/stm32f3xx/src/hal_system.c              | 43 ----------------
 hw/mcu/stm/stm32f3xx/src/hal_system_start.c        | 55 --------------------
 hw/mcu/stm/stm32f3xx/src/hal_watchdog.c            | 60 ----------------------
 hw/mcu/stm/stm32f3xx/src/stm32f3xx_hw_id.c         | 49 ------------------
 hw/mcu/stm/stm32f3xx/syscfg.yml                    |  2 +-
 hw/mcu/stm/stm32f4xx/include/mcu/stm32_hal.h       |  7 ---
 hw/mcu/stm/stm32f7xx/include/mcu/stm32_hal.h       |  7 ---
 hw/mcu/stm/stm32l1xx/include/mcu/stm32_hal.h       |  8 ---
 17 files changed, 22 insertions(+), 322 deletions(-)
 copy hw/mcu/stm/{stm32f7xx => stm32f3xx}/include/mcu/stm32_hal.h (75%)
 delete mode 100644 hw/mcu/stm/stm32f3xx/src/hal_os_tick.c
 delete mode 100644 hw/mcu/stm/stm32f3xx/src/hal_system.c
 delete mode 100644 hw/mcu/stm/stm32f3xx/src/hal_system_start.c
 delete mode 100644 hw/mcu/stm/stm32f3xx/src/hal_watchdog.c
 delete mode 100644 hw/mcu/stm/stm32f3xx/src/stm32f3xx_hw_id.c

-- 
To stop receiving notification emails like this one, please contact
ut...@apache.org.

Reply via email to