mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00:00
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:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user