mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 13:15:15 -05:00
A new repository, FreeRTOS/backoffAlgorithm, has been created for hosting the library for backoff calculation. This repo replaces the FreeRTOS-Plus/Source/Utilities/exponential_backoff with the submodule to the new repository, and updates all the demos that use retry logic to use the backoffAlgorithm API
39 lines
1.9 KiB
Text
39 lines
1.9 KiB
Text
[submodule "FreeRTOS/Source"]
|
|
path = FreeRTOS/Source
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
|
[submodule "FreeRTOS/Test/CMock/CMock"]
|
|
path = FreeRTOS/Test/CMock/CMock
|
|
url = https://github.com/ThrowTheSwitch/CMock.git
|
|
[submodule "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP"]
|
|
path = FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
|
|
[submodule "FreeRTOS-Plus/Source/AWS/device-shadow"]
|
|
path = FreeRTOS-Plus/Source/AWS/device-shadow
|
|
url = https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"]
|
|
path = FreeRTOS-Plus/Source/Application-Protocols/coreMQTT
|
|
url = https://github.com/FreeRTOS/coreMQTT
|
|
[submodule "FreeRTOS-Plus/Source/coreJSON"]
|
|
path = FreeRTOS-Plus/Source/coreJSON
|
|
url = https://github.com/FreeRTOS/coreJSON
|
|
[submodule "FreeRTOS-Plus/Test/CMock"]
|
|
path = FreeRTOS-Plus/Test/CMock
|
|
url = https://github.com/ThrowTheSwitch/CMock
|
|
[submodule "FreeRTOS-Plus/ThirdParty/mbedtls"]
|
|
path = FreeRTOS-Plus/ThirdParty/mbedtls
|
|
url = https://github.com/ARMmbed/mbedtls
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/corePKCS11"]
|
|
path = FreeRTOS-Plus/Source/corePKCS11
|
|
url = https://github.com/FreeRTOS/corePKCS11.git
|
|
[submodule "FreeRTOS-Plus/Source/AWS/jobs"]
|
|
path = FreeRTOS-Plus/Source/AWS/jobs
|
|
url = https://github.com/aws/jobs-for-aws-iot-embedded-sdk.git
|
|
[submodule "FreeRTOS-Plus/Source/AWS/device-defender"]
|
|
path = FreeRTOS-Plus/Source/AWS/device-defender
|
|
url = https://github.com/aws/device-defender-for-aws-iot-embedded-sdk.git
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"]
|
|
path = FreeRTOS-Plus/Source/Application-Protocols/coreHTTP
|
|
url = https://github.com/FreeRTOS/coreHTTP
|
|
[submodule "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"]
|
|
path = FreeRTOS-Plus/Source/Utilities/backoff_algorithm
|
|
url = https://github.com/FreeRTOS/backoffAlgorithm.git
|