summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-30 13:28:14 +0700
committerhathach <[email protected]>2020-10-30 13:28:14 +0700
commit3659d8e89a8918f27d339cbc3688301b5ed2b2d8 (patch)
treefb21b0f35b8700ceac9be2738ca17f7425fc175e /.gitmodules
parentb9ca7e91dff4861a4ca2c65f462b6b1cbf9e06cc (diff)
h7 use offical st driver repo
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index abf1439a9..6a75df141 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -67,3 +67,9 @@
[submodule "hw/mcu/st/stm32f7xx_hal_driver"]
path = hw/mcu/st/stm32f7xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f7xx_hal_driver.git
+[submodule "hw/mcu/st/cmsis_device_h7"]
+ path = hw/mcu/st/cmsis_device_h7
+ url = https://github.com/STMicroelectronics/cmsis_device_h7.git
+[submodule "hw/mcu/st/stm32h7xx_hal_driver"]
+ path = hw/mcu/st/stm32h7xx_hal_driver
+ url = https://github.com/STMicroelectronics/stm32h7xx_hal_driver.git