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 9dec05c33 hw/drivers/i2s: Allow custom mck config new 6035f8e99 bsp/nucleo-h723zg: Implement hal_bsp_deinit new 710da08b8 bus/spi_stm32: Add missing pin configuration for SPI6 new 5785c0d3b bus/spi_stm32: Add missing DMA configurations (STM32H7) new 16a19ac3c mcu/stm32h7: Fix header include 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: hw/bsp/nucleo-h723zg/src/hal_bsp.c | 32 +++++ hw/bus/drivers/spi_stm32/src/spi_stm32.c | 6 + .../spi_stm32/stm32h7xx/include/spidmacfg.h | 120 ++++++++++++++++ hw/bus/drivers/spi_stm32/stm32h7xx/src/spidmacfg.c | 155 +++++++++++++++++++++ hw/bus/drivers/spi_stm32/stm32h7xx/syscfg.yml | 48 ++++++- hw/mcu/stm/stm32h7xx/include/mcu/cmsis_nvic.h | 2 +- hw/mcu/stm/stm32h7xx/include/mcu/cortex_m7.h | 2 +- hw/mcu/stm/stm32h7xx/include/mcu/mcu.h | 2 - 8 files changed, 359 insertions(+), 8 deletions(-)