diff options
| author | hathach <[email protected]> | 2020-10-30 13:01:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 13:01:01 +0700 |
| commit | bbcf2d7e01cbd13b9065f622a898a0e5b4c01b08 (patch) | |
| tree | 90ca134710197e7157cf6f384b054c098fa04fe2 /.gitmodules | |
| parent | 8850ea90b4b94611901602e99a7bd0952327db8d (diff) | |
f2 use offical st driver repo
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 89dbed9fe..ee7372aef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |
