diff options
| author | hathach <[email protected]> | 2020-10-30 13:40:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 13:40:20 +0700 |
| commit | ac231d7b2d45618c813cfd76988170c0dfa164d8 (patch) | |
| tree | 71daeb79c90d9a790bea05d19314ce7dfeef33a0 /.gitmodules | |
| parent | 3659d8e89a8918f27d339cbc3688301b5ed2b2d8 (diff) | |
l0 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 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 |
