Have Postmortem report address interrupted by Soft WDT by mhightower83 · Pull Request #8851 · esp8266/Arduino (original) (raw)
Update postmortem to report location interrupted by Software WDT.
In the NON-OS SDK, Software WDT is implemented as a level-1 interrupt.
In the ISR handler pp_soft_wdt_feed_local
, various exception registers are saved to System RTC memory.
I have hesitated and forgotten about doing this PR several times.
I keep asking the question what am I missing?
Is there a situation where this will not be accurate?