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 1f3f7c53a tinyusb: Add hardware initialization for stm32f3
new 77540fb4c hw/mcu/stm32: Add option to set HSE_VALUE from syscfg
new 393dc5abe hw/bsp/stm32: Allow to specify HSE value in syscfg
The 2 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/ada_feather_stm32f405/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/b-l072z-lrwan1/include/bsp/stm32l0xx_hal_conf.h | 4 +++-
hw/bsp/b-l475e-iot01a/include/bsp/stm32l4xx_hal_conf.h | 4 +++-
hw/bsp/black_vet6/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/bluepill/include/bsp/stm32f1xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f030r8/include/bsp/stm32f0xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f072rb/include/bsp/stm32f0xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f103rb/include/bsp/stm32f1xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f303k8/include/bsp/stm32f3xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f303re/include/bsp/stm32f3xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f411re/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f413zh/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f439zi/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f746zg/include/bsp/stm32f7xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-f767zi/include/bsp/stm32f7xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-g0b1re/include/bsp/stm32g0xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-g491re/include/bsp/stm32g4xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-h723zg/include/bsp/stm32h7xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-l073rz/include/bsp/stm32l0xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-l476rg/include/bsp/stm32l4xx_hal_conf.h | 4 +++-
hw/bsp/nucleo-u575zi-q/include/bsp/stm32u5xx_hal_conf.h | 4 +++-
hw/bsp/olimex-p103/include/bsp/stm32f1xx_hal_conf.h | 4 +++-
hw/bsp/olimex_stm32-e407_devboard/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/p-nucleo-wb55-usbdongle/include/bsp/stm32wbxx_hal_conf.h | 4 +++-
hw/bsp/p-nucleo-wb55/include/bsp/stm32wbxx_hal_conf.h | 4 +++-
hw/bsp/stm32f3discovery/include/bsp/stm32f3xx_hal_conf.h | 4 +++-
hw/bsp/stm32f411discovery/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/stm32f429discovery/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/stm32f4discovery/include/bsp/stm32f4xx_hal_conf.h | 4 +++-
hw/bsp/stm32f7discovery/include/bsp/stm32f7xx_hal_conf.h | 4 +++-
hw/bsp/stm32l152discovery/include/bsp/stm32l1xx_hal_conf.h | 4 +++-
hw/bsp/weact_g431cb/include/bsp/stm32g4xx_hal_conf.h | 4 +++-
hw/mcu/stm/stm32f0xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32f1xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32f3xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32f4xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32f7xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32g0xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32g4xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32h7xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32l0xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32l1xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32l4xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32u5xx/syscfg.yml | 4 ++++
hw/mcu/stm/stm32wbxx/syscfg.yml | 4 ++++
46 files changed, 151 insertions(+), 33 deletions(-)