f2 use offical st driver repo

This commit is contained in:
hathach
2020-10-30 13:01:01 +07:00
parent 8850ea90b4
commit bbcf2d7e01
4 changed files with 18 additions and 8 deletions

6
.gitmodules vendored
View File

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