zephyr/tests/kernel/fatal/message_capture
Anas Nashif 8791012ed1 kernel: move essential flag related routines out
The functions to manipulate the essential flag indeed operate on
threads, but they are misplaced in the thread implementation file. Put
them alongside other routines setting other thread flags and cleanup
headers a bit.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-03-06 19:27:28 -05:00
..
src
CMakeLists.txt
README
prj.conf
testcase.yaml

README

This test case verifies that kernel fatal error logging message can be captured.

When the fatal error is triggered, if the debugging message function is turned on,
the system can capture the print information.