f4 use offical st driver repo

This commit is contained in:
hathach
2020-10-30 12:15:04 +07:00
parent 065991e011
commit e4eb2de401
10 changed files with 69 additions and 54 deletions

6
.gitmodules vendored
View File

@@ -31,3 +31,9 @@
[submodule "lib/CMSIS_4"]
path = lib/CMSIS_4
url = https://github.com/ARM-software/CMSIS.git
[submodule "hw/mcu/st/cmsis_device_f4"]
path = hw/mcu/st/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "hw/mcu/st/stm32f4xx_hal_driver"]
path = hw/mcu/st/stm32f4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git