Skip to content

Releases: Floessie/frt

0.9.5

01 Dec 09:42
Compare
Choose a tag to compare

With 0.9.5 frt becomes a universal FreeRTOS kernel wrapper and removes its dependencies from Arduino while still supporting the Arduino_FreeRTOS_Library.

For better compatibility with the C++ STL, frt::Mutex now has a try_lock() function.

0.9.2

07 Dec 17:30
Compare
Choose a tag to compare

Changes the Semaphore constructor parameter from bool counting to Semaphore::Type type (can be Semaphore::Type::BINARY (default) or Semaphore::Type::COUNTING) for better readablility. Also fixes some signed vs. unsigned warnings.

0.9.1

20 Sep 08:25
Compare
Choose a tag to compare

Adds dependency to the Arduino_FreeRTOS_Library. See Arduino PR #8600.

0.9.0

04 Feb 15:38
Compare
Choose a tag to compare

First public release.