-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitmodules
More file actions
76 lines (76 loc) · 3.09 KB
/
.gitmodules
File metadata and controls
76 lines (76 loc) · 3.09 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[submodule "Drivers/STM32F2xx_HAL_Driver"]
path = Drivers/STM32F2xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32f2xx_hal_driver.git
branch = master
[submodule "Drivers/CMSIS/Device/ST/STM32F2xx"]
path = Drivers/CMSIS/Device/ST/STM32F2xx
url = https://github.com/STMicroelectronics/cmsis_device_f2.git
branch = master
[submodule "Drivers/BSP/STM32F2xx_Nucleo_144"]
path = Drivers/BSP/STM32F2xx_Nucleo_144
url = https://github.com/STMicroelectronics/stm32f2xx-nucleo-144-bsp.git
branch = main
[submodule "Drivers/BSP/STM322xG_EVAL"]
path = Drivers/BSP/STM322xG_EVAL
url = https://github.com/STMicroelectronics/stm322xg-eval-bsp.git
branch = main
[submodule "Drivers/BSP/Components/Common"]
path = Drivers/BSP/Components/Common
url = https://github.com/STMicroelectronics/stm32-bsp-common.git
branch = main
[submodule "Drivers/BSP/Components/cs43l22"]
path = Drivers/BSP/Components/cs43l22
url = https://github.com/STMicroelectronics/stm32-cs43l22.git
branch = main
[submodule "Drivers/BSP/Components/ili9320"]
path = Drivers/BSP/Components/ili9320
url = https://github.com/STMicroelectronics/stm32-ili9320.git
branch = main
[submodule "Drivers/BSP/Components/ili9325"]
path = Drivers/BSP/Components/ili9325
url = https://github.com/STMicroelectronics/stm32-ili9325.git
branch = main
[submodule "Drivers/BSP/Components/ili9341"]
path = Drivers/BSP/Components/ili9341
url = https://github.com/STMicroelectronics/stm32-ili9341.git
branch = main
[submodule "Drivers/BSP/Components/ov2640"]
path = Drivers/BSP/Components/ov2640
url = https://github.com/STMicroelectronics/stm32-ov2640.git
branch = main
[submodule "Drivers/BSP/Components/st7735"]
path = Drivers/BSP/Components/st7735
url = https://github.com/STMicroelectronics/stm32-st7735.git
branch = main
[submodule "Drivers/BSP/Components/stmpe811"]
path = Drivers/BSP/Components/stmpe811
url = https://github.com/STMicroelectronics/stm32-stmpe811
branch = main
[submodule "Middlewares/ST/STM32_USB_Device_Library"]
path = Middlewares/ST/STM32_USB_Device_Library
url = https://github.com/STMicroelectronics/stm32-mw-usb-device.git
branch = master
[submodule "Middlewares/ST/STM32_USB_Host_Library"]
path = Middlewares/ST/STM32_USB_Host_Library
url = https://github.com/STMicroelectronics/stm32-mw-usb-host.git
branch = master
[submodule "Middlewares/Third_Party/FatFs"]
path = Middlewares/Third_Party/FatFs
url = https://github.com/STMicroelectronics/stm32-mw-fatfs.git
branch = master
[submodule "Middlewares/Third_Party/FreeRTOS"]
path = Middlewares/Third_Party/FreeRTOS
url = https://github.com/STMicroelectronics/stm32-mw-freertos.git
branch = master
[submodule "Middlewares/Third_Party/LibJPEG"]
path = Middlewares/Third_Party/LibJPEG
url = https://github.com/STMicroelectronics/stm32-mw-libjpeg.git
branch = main
[submodule "Middlewares/Third_Party/LwIP"]
path = Middlewares/Third_Party/LwIP
url = https://github.com/STMicroelectronics/stm32-mw-lwip.git
branch = master
[submodule "Middlewares/Third_Party/mbedTLS"]
path = Middlewares/Third_Party/mbedTLS
url = https://github.com/STMicroelectronics/stm32-mw-mbedtls.git
branch = main