f1 use offical st driver repo

This commit is contained in:
hathach
2020-10-30 12:55:54 +07:00
parent 092f7baec0
commit 8850ea90b4
4 changed files with 17 additions and 8 deletions

6
.gitmodules vendored
View File

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