You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic_Tasks sample gets watchdog resets on esp32 (#2975)
Task queue gets hammered so needs additional consideration for esp32.
There's also an issue with having a `static ElapseTimer` inside an interrupt service routine because the constructor gets called on first use from ISR, which is problematic and leads to unpredictable crashing-type behaviour.
Closes#2971
0 commit comments