mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 15:21:56 +00:00
The function sys_trace_thread_switched_out asserts in case sys_trace_thread_switched_in was not called first. This is unintended as tracing.h describes that out should be called before in, thus the reverse of what the assert expects. Fix assert on initial thread switch in, where out is called with current_thread being NULL. Signed-off-by: Danny Oerndrup <daor@demant.com> |
||
---|---|---|
.. | ||
tracing | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.segger | ||
openocd.c |