Files
MuditaOS/module-os/board
Lucjan Bryndza e9177f23aa [EGD-7996] Prevent crashdump recursion from ISR
Calling abort() or exit() from the interrupt context
causes that the phone enters into bootloop, because
in the exception mode ISR cannot be used.
We are add guards for prevent clean system shudown
when abort is called from the ISR context.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2021-11-23 14:10:01 +01:00
..