diff options
| author | hathach <[email protected]> | 2020-10-30 12:48:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-30 12:48:34 +0700 |
| commit | 41a36b125661a57551124f3908fea8e682dfbc4c (patch) | |
| tree | 1e8c14cf178b7c2c0eb8c7a2d637e8c0d859b744 /.gitmodules | |
| parent | e4eb2de4018572ecdab8e0e738447e5929021519 (diff) | |
f0 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 f15d00f8b..b2b706160 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,9 @@ [submodule "hw/mcu/st/stm32f4xx_hal_driver"] path = hw/mcu/st/stm32f4xx_hal_driver url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git +[submodule "hw/mcu/st/cmsis_device_f0"] + path = hw/mcu/st/cmsis_device_f0 + url = https://github.com/STMicroelectronics/cmsis_device_f0.git +[submodule "hw/mcu/st/stm32f0xx_hal_driver"] + path = hw/mcu/st/stm32f0xx_hal_driver + url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git |
