-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitmodules
28 lines (28 loc) · 1.09 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
28
[submodule "core/STM32F4/cmsis_device_f4"]
path = core/STM32F4/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "core/STM32F4/stm32f4xx_hal_driver"]
path = core/STM32F4/stm32f4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
[submodule "core/STM32F1/stm32f1xx_hal_driver"]
path = core/STM32F1/stm32f1xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f1xx_hal_driver.git
[submodule "core/STM32F1/cmsis_device_f1"]
path = core/STM32F1/cmsis_device_f1
url = https://github.com/STMicroelectronics/cmsis_device_f1.git
[submodule "lib/CMSIS_5"]
path = lib/CMSIS_5
url = https://github.com/ARM-software/CMSIS_5.git
[submodule "lib/tinyusb"]
path = lib/tinyusb
url = https://github.com/hathach/tinyusb.git
[submodule "lib/printf"]
path = lib/printf
url = https://github.com/eyalroz/printf.git
branch = develop
[submodule "lib/FreeRTOS-Kernel"]
path = lib/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
[submodule "lib/cb0r"]
path = lib/cb0r
url = https://github.com/203Electronics/cb0r.git