mikaelpatel / Arduino-Scheduler

Portable Cooperative Multi-tasking Scheduler for Arduino

Home Page:https://mikaelpatel.github.io/Arduino-Scheduler/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance: Stack depth capture

mikaelpatel opened this issue · comments

The Scheduler.stack() function currently reports remaining stack when called. This is difficult to use to capture the actual minimum remaining stack during the execution.

Ref. http://forum.arduino.cc/index.php?topic=372119.msg3103620#msg3103620

Please see commit 97de221.