forked from candle-usb/candleLight_fw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STM32 HAL: update and use as submodules instead
Will make it easier to track upstream bugfixes. Submodules are configured with "--depth 1" to make retrieval fast. Partial fix for GH candle-usb#82 Version bumps : F0xx : 1.7.5 -> 1.7.6 F4xx : 1.7.13 -> 1.8.1 G0xx : 1.4.5 (no change)
- Loading branch information
Showing
103 changed files
with
115 additions
and
136,911 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule "libs/STM32_HAL/stm32f0xx_hal_driver"] | ||
path = libs/STM32_HAL/stm32f0xx_hal_driver | ||
url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git | ||
[submodule "libs/STM32_HAL/stm32f4xx_hal_driver"] | ||
path = libs/STM32_HAL/stm32f4xx_hal_driver | ||
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git | ||
[submodule "libs/STM32_HAL/stm32g0xx_hal_driver"] | ||
path = libs/STM32_HAL/stm32g0xx_hal_driver | ||
url = https://github.com/STMicroelectronics/stm32g0xx_hal_driver.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.