mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-04 13:06:33 +08:00

* Update logging_stack.h file to avoid use of __FUNCTION__ macro * Revert to use __FUNCTION__ instead of __FILE__ * Fix comment about metadata format * Fix incorrect mapping of SdkLog function * Fix typo causing LOG_METADATA_ARGS to be undefined * Fix another bug with SdkLog macro definition * Fix formatting * Move mapping of SdkLog to vLoggingPrintf from logging_stack to config files * Remove dependency of LIBRARY_LOG_NAME on LIBRARY_METADATA_* macros * Minor improvements Co-authored-by: Gary Wicker <14828980+gkwicker@users.noreply.github.com> Co-authored-by: RichardBarry <3073890+RichardBarry@users.noreply.github.com>
Directories: + Utilities/exponential_backoff 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.