f7 use offical st driver repo

This commit is contained in:
hathach
2020-10-30 13:18:56 +07:00
parent 1e02f6e066
commit b9ca7e91df
9 changed files with 74 additions and 60 deletions

6
.gitmodules vendored
View File

@@ -61,3 +61,9 @@
[submodule "hw/mcu/st/stm32f3xx_hal_driver"]
path = hw/mcu/st/stm32f3xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f3xx_hal_driver.git
[submodule "hw/mcu/st/cmsis_device_f7"]
path = hw/mcu/st/cmsis_device_f7
url = https://github.com/STMicroelectronics/cmsis_device_f7.git
[submodule "hw/mcu/st/stm32f7xx_hal_driver"]
path = hw/mcu/st/stm32f7xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f7xx_hal_driver.git