-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitmodules
54 lines (54 loc) · 2.23 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[submodule "core"]
path = core
url = https://github.com/NXPmicro/mcux-sdk.git
[submodule "Middleware/FreeRTOS/kernel"]
path = Middleware/FreeRTOS/kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
[submodule "Middleware/FreeRTOS/coreMQTT"]
path = Middleware/FreeRTOS/coreMQTT
url = https://github.com/FreeRTOS/coreMQTT.git
[submodule "Middleware/lwip"]
path = Middleware/lwip
url = https://github.com/lwip-tcpip/lwip.git
[submodule "Middleware/mbedtls"]
path = Middleware/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "Middleware/FreeRTOS/backoffAlgorithm"]
path = Middleware/FreeRTOS/backoffAlgorithm
url = https://github.com/FreeRTOS/backoffAlgorithm
[submodule "Middleware/FreeRTOS/coreMQTT-Agent"]
path = Middleware/FreeRTOS/coreMQTT-Agent
url = https://github.com/FreeRTOS/coreMQTT-Agent.git
[submodule "Middleware/FreeRTOS/corePKCS11"]
path = Middleware/FreeRTOS/corePKCS11
url = https://github.com/FreeRTOS/corePKCS11.git
[submodule "Middleware/FreeRTOS/pkcs11"]
path = Middleware/FreeRTOS/pkcs11
url = https://github.com/amazon-freertos/pkcs11.git
[submodule "Middleware/tinycbor"]
path = Middleware/tinycbor
url = https://github.com/intel/tinycbor.git
[submodule "Middleware/FreeRTOS/coreJSON"]
path = Middleware/FreeRTOS/coreJSON
url = https://github.com/FreeRTOS/coreJSON.git
[submodule "Middleware/mcuboot"]
path = Middleware/mcuboot
url = https://github.com/mcu-tools/mcuboot.git
[submodule "Middleware/AWS/device-shadow"]
path = Middleware/AWS/device-shadow
url = https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git
[submodule "Middleware/AWS/device-defender"]
path = Middleware/AWS/device-defender
url = https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git
[submodule "Middleware/unity"]
path = Middleware/unity
url = https://github.com/ThrowTheSwitch/Unity.git
[submodule "Middleware/FreeRTOS/tests"]
path = Middleware/FreeRTOS/tests
url = https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests.git
[submodule "Middleware/AWS/mqtt-stream"]
path = Middleware/AWS/mqtt-stream
url = https://github.com/aws/aws-iot-core-mqtt-file-streams-embedded-c
[submodule "Middleware/AWS/jobs"]
path = Middleware/AWS/jobs
url = https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git