summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-30 13:40:20 +0700
committerhathach <[email protected]>2020-10-30 13:40:20 +0700
commitac231d7b2d45618c813cfd76988170c0dfa164d8 (patch)
tree71daeb79c90d9a790bea05d19314ce7dfeef33a0 /.gitmodules
parent3659d8e89a8918f27d339cbc3688301b5ed2b2d8 (diff)
l0 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 6a75df141..3255977a2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -73,3 +73,9 @@
[submodule "hw/mcu/st/stm32h7xx_hal_driver"]
path = hw/mcu/st/stm32h7xx_hal_driver
url = https://github.com/STMicroelectronics/stm32h7xx_hal_driver.git
+[submodule "hw/mcu/st/cmsis_device_l0"]
+ path = hw/mcu/st/cmsis_device_l0
+ url = https://github.com/STMicroelectronics/cmsis_device_l0.git
+[submodule "hw/mcu/st/stm32l0xx_hal_driver"]
+ path = hw/mcu/st/stm32l0xx_hal_driver
+ url = https://github.com/STMicroelectronics/stm32l0xx_hal_driver.git