Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
90d288be2916bc8beed751ea04a2432011ede163
/
.
/
tests
/
kernel
/
fatal
/
README
blob: 1008edb599daa5b77db2e04fd2f55271b5835a54 [
file
] [
log
] [
blame
]
This
test
case
verifies that kernel fatal error handling works correctly
.
If
a thread causes a CPU exception
,
and
it
is
not
in
an ISR
or
"essential"
thread
,
the thread gets aborted
and
the rest of the system executes normally
.