broader std::function support? #173
ska-libang
started this conversation in
Ideas
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". |
2 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@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?
All reactions