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
After a modem fault, the application halted execution too early,
because of which a part of the coredump was not sent. This commit
waits until all trace data has been processed before halting the
application core. It also uses k_oops() to halt the system instead
of an assert.
Signed-off-by: Tommi Kangas <[email protected]>
0 commit comments