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 kernel: move essential flag related routines out 2024-03-06 19:27:28 -05:00
CMakeLists.txt kernel: move essential flag related routines out 2024-03-06 19:27:28 -05:00
prj.conf
README
testcase.yaml tests: message_capture: do not exclude intel_adsp_cavs15 2022-02-21 21:57:40 -05:00

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.