You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Added spell check * All words * Add a missing word * Fix header checks * Fix header checks v1 * Fix header check v2 * Updated freertos link in header * Fixed afr link in the header * Fix last of header checks * Update the spell check script to check amazon licensed files only * Fixed paths and added comments * Try with modified repo * Add inplace substitute option to sed * Use official repo as the spell checker source * Add vendor file to the ignored list Co-authored-by: root <root@ip-172-31-5-28.us-west-2.compute.internal> |
4 years ago | |
---|---|---|
.. | ||
backoff_algorithm@a70291444c | 4 years ago | |
logging | 4 years ago | |
mbedtls_freertos | 4 years ago | |
readme.txt | 4 years ago |
readme.txt
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.