-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.12 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.12 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
[submodule "vendor/ESP8266_RTOS_SDK"]
path = vendor/ESP8266_RTOS_SDK
url = https://github.com/espressif/ESP8266_RTOS_SDK
ignore = dirty
[submodule "vendor/FreeRTOS"]
path = vendor/FreeRTOS
url = https://github.com/FreeRTOS/FreeRTOS-Kernel
ignore = dirty
[submodule "vendor/BearSSL"]
path = vendor/BearSSL
url = https://github.com/mincrmatt12/bearssl-dyncert
ignore = dirty
[submodule "vendor/lwip"]
path = vendor/lwip
url = https://github.com/lwip-tcpip/lwip
[submodule "vendor/CMSIS_6"]
path = vendor/CMSIS_6
url = https://github.com/ARM-software/CMSIS_6
[submodule "vendor/STM32F2xx_HAL_Driver"]
path = vendor/STM32F2xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32f2xx-hal-driver
[submodule "vendor/STM32F4xx_HAL_Driver"]
path = vendor/STM32F4xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32f4xx-hal-driver
[submodule "vendor/CMSIS_Device_STM32F2xx"]
path = vendor/CMSIS_Device_STM32F2xx
url = https://github.com/STMicroelectronics/cmsis-device-f2
[submodule "vendor/CMSIS_Device_STM32F4xx"]
path = vendor/CMSIS_Device_STM32F4xx
url = https://github.com/STMicroelectronics/cmsis-device-f4