mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-08-06 18:24:41 +08:00

* Update submodule pointers This is needed to address doxygen failures (Which are already fixed in the submoduled repos). Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
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.