diff options
| author | hathach <[email protected]> | 2020-10-30 14:01:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 14:01:05 +0700 |
| commit | 3b890d2391de126a234aa08db05c7091f09fcbf6 (patch) | |
| tree | 260c5e2bd6972bbd5531815fae0531f4d4afc12d /.gitmodules | |
| parent | ac231d7b2d45618c813cfd76988170c0dfa164d8 (diff) | |
l4 use offical st driver repo
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3255977a2..939459286 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,15 @@ [submodule "hw/mcu/st/stm32l0xx_hal_driver"] path = hw/mcu/st/stm32l0xx_hal_driver url = https://github.com/STMicroelectronics/stm32l0xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_l1"] + path = hw/mcu/st/cmsis_device_l1 + url = https://github.com/STMicroelectronics/cmsis_device_l1.git +[submodule "hw/mcu/st/stm32l1xx_hal_driver"] + path = hw/mcu/st/stm32l1xx_hal_driver + url = https://github.com/STMicroelectronics/stm32l1xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_l4"] + path = hw/mcu/st/cmsis_device_l4 + url = https://github.com/STMicroelectronics/cmsis_device_l4.git +[submodule "hw/mcu/st/stm32l4xx_hal_driver"] + path = hw/mcu/st/stm32l4xx_hal_driver + url = https://github.com/STMicroelectronics/stm32l4xx_hal_driver.git |
