-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.02 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "lib/cmsis/stm32g4xx_hal_driver"]
path = lib/cmsis/stm32g4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32g4xx_hal_driver
[submodule "lib/cmsis/stm32g4xx-nucleo-bsp"]
path = lib/cmsis/stm32g4xx-nucleo-bsp
url = https://github.com/STMicroelectronics/stm32g4xx-nucleo-bsp
[submodule "lib/cmsis/cmsis_device_g4"]
path = lib/cmsis/cmsis_device_g4
url = https://github.com/STMicroelectronics/cmsis_device_g4
[submodule "lib/cmsis/CMSIS_6"]
path = lib/cmsis/CMSIS_6
url = https://github.com/ARM-software/CMSIS_6
[submodule "lib/FreeRTOS-Kernel"]
path = lib/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel
[submodule "lib/greatest"]
path = lib/greatest
url = https://github.com/silentbicycle/greatest
[submodule "lib/cmsis/CMSIS-DSP"]
path = lib/cmsis/CMSIS-DSP
url = https://github.com/ARM-software/CMSIS-DSP
[submodule "lib/fff"]
path = lib/fff
url = https://github.com/meekrosoft/fff
[submodule "lib/SigPlotI2S"]
path = lib/SigPlotI2S
url = https://github.com/lucasssvaz/SigPlotI2S