zephyr/tests/kernel/fatal/message_capture
Yong Cong Sin b1def7145f arch: deprecate _current
`_current` is now functionally equals to `arch_curr_thread()`, remove
its usage in-tree and deprecate it instead of removing it outright,
as it has been with us since forever.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-11-23 20:12:24 -05:00
..
src arch: deprecate _current 2024-11-23 20:12:24 -05:00
CMakeLists.txt
prj.conf
README
testcase.yaml

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.