Arduino-Scheduler icon indicating copy to clipboard operation
Arduino-Scheduler copied to clipboard

Portable Cooperative Multi-tasking Scheduler for Arduino

Results 5 Arduino-Scheduler issues
Sort by recently updated
recently updated
newest added

Scheduler works until I add the Adafruit SSD1306 library, and then for some reason it stops working basically it never seems to trigger my setup or loop tasks.

https://github.com/mikaelpatel/Arduino-Scheduler/blob/57f47003e700e85aea0ff57bc42ba16cb8c83c89/src/Scheduler.cpp#L57 https://en.wikipedia.org/wiki/Magic_number_(programming)

would love to see support for the Teensy 4.0 processor

Hi , I wanted to say a big thank you to Mikael for sharing this source code. The way the scheduler is implemented by using the standard set jump/lonjump and...

With the new stack coloring it is possible to capture the max task stack size and adjust. The basic working procedure is: 1. Calculate a worst case stack size and...