edgetx
edgetx copied to clipboard
chore(stm32xx_hal): include STM32 HAL drivers as submodules
Fixes #6417
Summary of changes:
- Replace
radio/src/thirdparty/STM32F2xx_HAL_Driverby submodule to https://github.com/STMicroelectronics/stm32f2xx-hal-driver (tag v1.2.8) - Replace
radio/src/thirdparty/STM32F4xx_HAL_Driverby submodule to https://github.com/STMicroelectronics/stm32f4xx-hal-driver (tag v1.7.13) -
- Replace
radio/src/thirdparty/STM32H7xx_HAL_Driverby submodule to https://github.com/STMicroelectronics/stm32h7xx-hal-driver (tag v1.11.1)
- Replace
-
- Replace
radio/src/thirdparty/STM32H7RS_HAL_Driverby submodule to https://github.com/STMicroelectronics/stm32h7rsxx-hal-driver (tag v1.0.0)
- Replace
Wait for feedback in issue #6417