FreeRTOS-Kernel/FreeRTOS-Plus/Source/Utilities
Soren Ptak 7fc12c29f3
Update FreeRTOS and AWS Library Submodules (#1162)
* Update the AWS and FreeRTOS Library Submodule Pointers
* Update the manifest.yml file for new submodules
2024-01-26 19:51:49 -05:00
..
backoff_algorithm@0b4f9920fa Update FreeRTOS and AWS Library Submodules (#1162) 2024-01-26 19:51:49 -05:00
logging Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
readme.txt Update the readme document in utilities folder (#979) 2023-08-17 15:36:20 +08:00

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.