Skip to content

Releases: jonenz/FreeRTOS-Cpp

v1.0.1

26 Feb 13:54
fbc2393

Choose a tag to compare

  1. Fix doxygen deployment.

v1.0.0

23 Feb 22:14
1e50342

Choose a tag to compare

  1. Update kernel version and add interface updates.
  2. Change delay to be public. Add static option for delayUntil.
  3. Add guard condition using the FreeRTOS configUSE_TICKLESS_IDLE flag around the stepTick function.

v0.5

13 Feb 17:11
4bda404

Choose a tag to compare

  1. Un-delete the delete operator. This enables objects created using the placement new operator to be removed.

  2. Move FreeRTOS delete functions into the base class destructors. Delete functions were previously left out of the "Static" versions of the classes.