zephyr/subsys/debug
Lucas Tamborrino d8332d1de5 debug: coredump: flash partition: Use K_NO_WAIT when in ISR
This code is meant to run in the context of a exception.
Most architectures will fail the asertion made in z_impl_k_sem_take()
when timeout is not K_NO_WAIT.

This commit ensures K_NO_WAIT is used when arch_is_in_isr() is true.

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
2023-06-21 16:06:06 -04:00
..
coredump debug: coredump: flash partition: Use K_NO_WAIT when in ISR 2023-06-21 16:06:06 -04:00
gdbstub
CMakeLists.txt
Kconfig debug: Make stack sentinel incompatible with MPU stack guard 2023-05-27 06:29:27 -04:00
asan_hacks.c
gdbstub.c
gdbstub_backend.h
thread_analyzer.c
thread_info.c