broader std::function support? #173
Replies: 2 comments 2 replies
-
@ska-libang - No reasoning other than I am not using std::function that much (if at all), hence "not tested". |
Beta Was this translation helpful? Give feedback.
-
I too would like OOTB support for Teensy if possible. TaskScheduler.h and TaskSchedulerDeclarations.h also suggest that only the ESP8266 is supported when others have since been added. |
Beta Was this translation helpful? Give feedback.
-
@arkhipenko have you looked at broadening support for std::function as Task? It's currently limited to some particular ARDUINO defines, but preliminary testing suggests it will work fine with newer gcc toolchains for e.g. teensy 4.1 (arm M7)
Was there reasoning beyond "not tested" for erroring the _TASK_STD_FUNCTION unless it's on the list of boards?
Beta Was this translation helpful? Give feedback.
All reactions