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.
FreeRTOS/FreeRTOS-Plus/Source/Utilities
Soren Ptak 3a2f6646f0
Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083)
* Use new version of CI-CD Actions,  checkout@v3 instead of checkout@v2 on all jobs
* Use cSpell spell check, and use ubuntu-20.04 for formatting check
* Add in bot formatting action
* Update freertos_demo.yml and freertos_plus_demo.yml files to increase github log readability
* Add in a Qemu demo onto the workflows.
1 year ago
..
backoff_algorithm@f4b3fcfe92 Update multiple submodules (#981) 2 years ago
logging Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 1 year ago
readme.txt Update the readme document in utilities folder (#979) 2 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.