Skip to content

Version 3.7.0

Latest
Compare
Choose a tag to compare
@arkhipenko arkhipenko released this 11 Oct 15:28
· 2 commits to master since this release
  • bug fix: Internal Status Request object completes with TASK_SR_CANCEL status if the task was canceled.
  • bug fix: Internal Status Request object completes with TASK_SR_ABORT status if the task was aborted.
  • feature: Status Requests with TASK_SR_ABORT status also abort dependent tasks
  • feature: added TScheduler.hpp and TSchedulerDeclarations.hpp - a workaround for conflicting declarations (e.g., nRF52840 using Adafruit Core) using namespace TS (credit: https://github.com/vortigont)
  • feature: added ability for Task to "self-destruct" on disable. Useful for dynamic task management.
  • Added updated example 19 for this functionality. Updated the Sketch Template. (Thanks, https://github.com/vortigont for the idea).