FreeRTOS-Kernel/FreeRTOS-Plus/Source/Utilities
2023-07-13 15:48:09 -07:00
..
backoff_algorithm@f4b3fcfe92 Update multiple submodules (#981) 2023-03-30 23:38:31 +05:30
logging feat: add LogAlways() to always log (#1035) 2023-07-13 15:48:09 -07:00
readme.txt Replace exponential_backoff with submodule to FreeRTOS/backoffAlgorithm (#419) 2020-11-24 14:54:31 -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.

+ Utililties/mbedtls_freertos contains a few FreeRTOS specifics required by
  mbedTLS.