FreeRTOS-Kernel/FreeRTOS-Plus/Source/Utilities
2020-12-14 15:45:27 -08:00
..
backoff_algorithm@6127f3da72 Update submodule pointers (#476) 2020-12-14 15:45:27 -08:00
logging Allow overriding default definitions of logging macros (#384) 2020-11-09 15:07:19 -08:00
mbedtls_freertos Map errors from FreeRTOS+TCP to mbedTLS and make read non-blocking when requesting start of frame (#452) 2020-12-11 12:51:45 -08: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.