diff options
| author | hathach <[email protected]> | 2020-10-30 12:55:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 12:55:54 +0700 |
| commit | 8850ea90b4b94611901602e99a7bd0952327db8d (patch) | |
| tree | da986bc5a051a9049fc1707dad5263a5c75dcd8c /.gitmodules | |
| parent | 092f7baec02f8008d4d1f579c5094e7096db2183 (diff) | |
f1 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 b2b706160..89dbed9fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,9 @@ [submodule "hw/mcu/st/stm32f0xx_hal_driver"] path = hw/mcu/st/stm32f0xx_hal_driver url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_f1"] + path = hw/mcu/st/cmsis_device_f1 + url = https://github.com/STMicroelectronics/cmsis_device_f1.git +[submodule "hw/mcu/st/stm32f1xx_hal_driver"] + path = hw/mcu/st/stm32f1xx_hal_driver + url = https://github.com/STMicroelectronics/stm32f1xx_hal_driver.git |
