Replace exponential_backoff with submodule to FreeRTOS/backoffAlgorithm (#419)

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
This commit is contained in:
Archit Aggarwal 2020-11-24 14:54:31 -08:00 committed by GitHub
parent 5ba1e4cf95
commit 036ec83b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 699 additions and 554 deletions

3
.gitmodules vendored
View file

@ -34,3 +34,6 @@
[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