-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitmodules
38 lines (38 loc) · 1.47 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
29
30
31
32
33
34
35
36
37
38
[submodule "mbedtls"]
path = modules/sw_services/tls_support/thirdparty/mbedtls
url = [email protected]:ARMmbed/mbedtls.git
shallow = true
[submodule "paho.mqtt.embedded-c"]
path = modules/sw_services/mqtt/thirdparty/paho.mqtt.embedded-c
url = [email protected]:eclipse/paho.mqtt.embedded-c.git
shallow = true
[submodule "jsmn"]
path = modules/sw_services/json/thirdparty/jsmn
url = [email protected]:zserge/jsmn.git
shallow = true
[submodule "wfx-fullMAC-driver"]
path = modules/drivers/wifi/sl_wf200/thirdparty/wfx-fullMAC-driver
url = [email protected]:SiliconLabs/wfx-fullMAC-driver.git
[submodule "FreeRTOS-SMP-Kernel"]
path = modules/FreeRTOS/FreeRTOS-SMP-Kernel
url = [email protected]:FreeRTOS/FreeRTOS-Kernel.git
branch = smp
[submodule "FreeRTOS-Plus-TCP"]
path = modules/FreeRTOS/FreeRTOS-Plus-TCP
url = [email protected]:xmos/FreeRTOS-Plus-TCP.git
branch = main
[submodule "wfx-firmware"]
path = modules/drivers/wifi/sl_wf200/thirdparty/wfx-firmware
url = [email protected]:SiliconLabs/wfx-firmware.git
[submodule "coreHTTP"]
path = modules/sw_services/http/thirdparty/coreHTTP
url = [email protected]:FreeRTOS/coreHTTP.git
[submodule "tinyusb_src"]
path = modules/sw_services/usb/thirdparty/tinyusb_src
url = [email protected]:hathach/tinyusb_src.git
[submodule "xmos_cmake_toolchain"]
path = xmos_cmake_toolchain
url = [email protected]:xmos/xmos_cmake_toolchain.git
[submodule "tracealyzer"]
path = modules/drivers/trace/FreeRTOS/tracealyzer
url = [email protected]:percepio/TraceRecorderSource.git