diff options
| author | hathach <[email protected]> | 2020-10-30 13:18:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 13:20:09 +0700 |
| commit | b9ca7e91dff4861a4ca2c65f462b6b1cbf9e06cc (patch) | |
| tree | 9989acecca7e0503bc194580f55190506a7b6673 /.gitmodules | |
| parent | 1e02f6e066744203bbd549f2d0e82bf98331804e (diff) | |
f7 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 3a3f50fcc..abf1439a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,9 @@ [submodule "hw/mcu/st/stm32f3xx_hal_driver"] path = hw/mcu/st/stm32f3xx_hal_driver url = https://github.com/STMicroelectronics/stm32f3xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_f7"] + path = hw/mcu/st/cmsis_device_f7 + url = https://github.com/STMicroelectronics/cmsis_device_f7.git +[submodule "hw/mcu/st/stm32f7xx_hal_driver"] + path = hw/mcu/st/stm32f7xx_hal_driver + url = https://github.com/STMicroelectronics/stm32f7xx_hal_driver.git |
