mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-08-24 02:48:04 +08:00

* mbedtls is removed in this folder. Update the readme.txt accordingly. Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
10 lines
385 B
Plaintext
10 lines
385 B
Plaintext
Directories:
|
|
|
|
+ Utilities/backoff_algorithm contains a utility that calculates an
|
|
exponential back off time, with some jitter. It is used to ensure fleets of
|
|
IoT devices that become disconnected don't all try and reconnect at the same
|
|
time.
|
|
|
|
+ Utilities/logging contains header files for use with the core libraries logging
|
|
macros. See https://www.FreeRTOS.org/logging.html.
|