diff options
| author | hathach <[email protected]> | 2020-10-30 13:11:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 13:11:23 +0700 |
| commit | 1e02f6e066744203bbd549f2d0e82bf98331804e (patch) | |
| tree | 4ba303c92c5cf4d428f8441f9faaeceee0811267 /.gitmodules | |
| parent | bbcf2d7e01cbd13b9065f622a898a0e5b4c01b08 (diff) | |
f3 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 ee7372aef..3a3f50fcc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,9 @@ [submodule "hw/mcu/st/stm32f2xx_hal_driver"] path = hw/mcu/st/stm32f2xx_hal_driver url = https://github.com/STMicroelectronics/stm32f2xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_f3"] + path = hw/mcu/st/cmsis_device_f3 + url = https://github.com/STMicroelectronics/cmsis_device_f3.git +[submodule "hw/mcu/st/stm32f3xx_hal_driver"] + path = hw/mcu/st/stm32f3xx_hal_driver + url = https://github.com/STMicroelectronics/stm32f3xx_hal_driver.git |
