f3 use offical st driver repo

This commit is contained in:
hathach
2020-10-30 13:11:23 +07:00
parent bbcf2d7e01
commit 1e02f6e066
4 changed files with 17 additions and 8 deletions

6
.gitmodules vendored
View File

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