diff options
| author | hathach <[email protected]> | 2020-10-30 14:04:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 14:05:01 +0700 |
| commit | 6e7f2064cf8d5feaca9a59ce0593198a3fc29d12 (patch) | |
| tree | 0bd751470c888382aecfb7b3c45c75f2109b4d2a /.gitmodules | |
| parent | 3b890d2391de126a234aa08db05c7091f09fcbf6 (diff) | |
add more stm mcu
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 939459286..81ba7f068 100644 --- a/.gitmodules +++ b/.gitmodules @@ -91,3 +91,21 @@ [submodule "hw/mcu/st/stm32l4xx_hal_driver"] path = hw/mcu/st/stm32l4xx_hal_driver url = https://github.com/STMicroelectronics/stm32l4xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_g0"] + path = hw/mcu/st/cmsis_device_g0 + url = https://github.com/STMicroelectronics/cmsis_device_g0.git +[submodule "hw/mcu/st/stm32g0xx_hal_driver"] + path = hw/mcu/st/stm32g0xx_hal_driver + url = https://github.com/STMicroelectronics/stm32g0xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_g4"] + path = hw/mcu/st/cmsis_device_g4 + url = https://github.com/STMicroelectronics/cmsis_device_g4.git +[submodule "hw/mcu/st/stm32g4xx_hal_driver"] + path = hw/mcu/st/stm32g4xx_hal_driver + url = https://github.com/STMicroelectronics/stm32g4xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_l5"] + path = hw/mcu/st/cmsis_device_l5 + url = https://github.com/STMicroelectronics/cmsis_device_l5.git +[submodule "hw/mcu/st/stm32l5xx_hal_driver"] + path = hw/mcu/st/stm32l5xx_hal_driver + url = https://github.com/STMicroelectronics/stm32l5xx_hal_driver.git |
