mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05: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:
parent
5ba1e4cf95
commit
036ec83b65
33 changed files with 699 additions and 554 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue