| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-10-10 | 728 Bytes | |
| Version 3.7.0 source code.tar.gz | 2022-10-10 | 87.6 kB | |
| Version 3.7.0 source code.zip | 2022-10-10 | 133.9 kB | |
| Totals: 3 Items | 222.2 kB | 0 | |
- 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).