This is an automated email from the ASF dual-hosted git repository. mgorecki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit f2132ca7284d84f309b8832e5027b59e7979bc10 Author: Michal Gorecki <[email protected]> AuthorDate: Thu Feb 20 10:16:10 2025 +0100 mcu/stm: Update CMSIS and HAL for F4 and F7 devices --- hw/mcu/stm/stm32f4xx/pkg.yml | 4 ++-- hw/mcu/stm/stm32f7xx/pkg.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/mcu/stm/stm32f4xx/pkg.yml b/hw/mcu/stm/stm32f4xx/pkg.yml index 37507cdb6..43d3fc8d4 100644 --- a/hw/mcu/stm/stm32f4xx/pkg.yml +++ b/hw/mcu/stm/stm32f4xx/pkg.yml @@ -58,14 +58,14 @@ pkg.deps.ADC_2: repository.stm-cmsis_device_f4: type: github - vers: v2.6.8-commit + vers: v2.6.10-commit branch: master user: STMicroelectronics repo: cmsis_device_f4 repository.stm-stm32f4xx_hal_driver: type: github - vers: v1.7.13-commit + vers: v1.8.3-commit branch: master user: STMicroelectronics repo: stm32f4xx_hal_driver diff --git a/hw/mcu/stm/stm32f7xx/pkg.yml b/hw/mcu/stm/stm32f7xx/pkg.yml index 224f8f538..cc442aeab 100644 --- a/hw/mcu/stm/stm32f7xx/pkg.yml +++ b/hw/mcu/stm/stm32f7xx/pkg.yml @@ -51,14 +51,14 @@ pkg.deps.'(SPI_0_MASTER || SPI_1_MASTER || SPI_2_MASTER || SPI_3_MASTER || SPI_4 repository.stm-cmsis_device_f7: type: github - vers: v1.2.8-commit + vers: v1.2.9-commit branch: master user: STMicroelectronics repo: cmsis_device_f7 repository.stm-stm32f7xx_hal_driver: type: github - vers: v1.2.10-commit + vers: v1.3.1-commit branch: master user: STMicroelectronics repo: stm32f7xx_hal_driver
