-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.24 KB
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1.24 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
[submodule "vendor/rt-thread"]
path = vendor/os/rt-thread
url = https://github.com/RT-Thread/rt-thread.git
branch = v5.2.2
[submodule "vendor/freertos"]
path = vendor/os/freertos
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
branch = V11.2.0
[submodule "vendor/lib/freertos-plus-tcp"]
path = vendor/lib/freertos-plus-tcp
url = https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git
[submodule "third_party/rtthread-micropython"]
path = third_party/rtthread-micropython
url = https://github.com/RT-Thread-packages/micropython.git
branch = master
ignore = untracked
[submodule "vendor/os/zephyr"]
path = vendor/os/zephyr
url = https://github.com/zephyrproject-rtos/zephyr.git
[submodule "vendor/os/modules/hal/cmsis"]
path = vendor/os/modules/hal/cmsis
url = https://github.com/zephyrproject-rtos/cmsis.git
[submodule "vendor/os/modules/hal/cmsis_6"]
path = vendor/os/modules/hal/cmsis_6
url = https://github.com/zephyrproject-rtos/CMSIS_6.git
[submodule "vendor/os/modules/crypto/mbedtls"]
path = vendor/os/modules/crypto/mbedtls
url = https://github.com/zephyrproject-rtos/mbedtls.git
[submodule "vendor/os/modules/crypto/tf-psa-crypto"]
path = vendor/os/modules/crypto/tf-psa-crypto
url = https://github.com/zephyrproject-rtos/tf-psa-crypto.git