Skip to content

Commit 3e14eb5

Browse files
Add submodule manager script (#523)
* Start on submodule manager, add STM32U0 submodule * Submodule manager working! * Fix if statement weirdness * Auto add safe directory * Get CMSIS headers from submodule as well * Fix annoyance with multiple CMake configurations fighting over the venv dir * Fix typo * Set submodule 1 version back to test * Revert "Set submodule 1 version back to test" This reverts commit 7771d2c. * Oops revert accidental hash change
1 parent c7d1c32 commit 3e14eb5

File tree

161 files changed

+297
-212280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+297
-212280
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "doxygen-awesome-css"]
22
path = tools/doxygen-awesome-css
33
url = https://github.com/jothepro/doxygen-awesome-css.git
4+
[submodule "targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/stm32u0xx-hal-driver"]
5+
path = targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/stm32u0xx-hal-driver
6+
url = https://github.com/STMicroelectronics/stm32u0xx-hal-driver.git
7+
[submodule "targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/cmsis-device-u0"]
8+
path = targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/cmsis-device-u0
9+
url = https://github.com/STMicroelectronics/cmsis-device-u0.git

targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/CMSIS/stm32u031xx.h

Lines changed: 0 additions & 10215 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/CMSIS/stm32u073xx.h

Lines changed: 0 additions & 11281 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/CMSIS/stm32u083xx.h

Lines changed: 0 additions & 11554 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/CMSIS/stm32u0xx.h

Lines changed: 0 additions & 217 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32U0/STM32Cube_FW/CMSIS/system_stm32u0xx.h

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)