Search found 2 matches

by rosenbp
Sun Dec 08, 2019 11:44 am
Forum: General Discussion
Topic: Stack trace of main thread?
Replies: 0
Views: 1831

Stack trace of main thread?

Hi all, When calling `abort()` a stack trace is printed. I implement a library that checks, that its tasks do not run too long with using a timer interrupt. When the interrupt occurs, the task has run too long. Is it possible, to log the stack trace of the main thread instead of the stack trace of t...
by rosenbp
Wed Apr 19, 2017 9:23 am
Forum: ESP32 Arduino
Topic: ESP32 Arduino core roadmap
Replies: 5
Views: 16505

Re: ESP32 Arduino core roadmap

Are there any news when light sleep (stopping loop()) might be implemented? Perfect would be a function to stop it for a given time or until an interrupt occurs.