This repository was archived by the owner on May 19, 2022. It is now read-only.

Description
Consider adding a stack trace when certain task trips the watchdog timer.
There seems to be no built in functions / library to backtrace while providing a specific stack pointer, so very likely this would need to be implemented from scratch.
Printing the task's program counter, which would be easy, won't yield much info.