kasjer opened a new pull request, #3141: URL: https://github.com/apache/mynewt-core/pull/3141
Watchdog interrupt priority was set to minimal value. It seems that when Watchdog interrupt is triggered there is no much that can be done and the system reboot is imminent, so there is not point in doing anything else while watchdog interrupt handler can indicate problem. If some other interrupt had problem that resulted in busy loop watchdog interrupt would never fire due to lowest priority set. This increases watchdog interrupt priority to maximum for Nordic MCU's. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
