zephyr/subsys/debug/coredump
Tomasz Bursztyka 6ad72847e9 coredump: Add an in-memory backend
Only meant to be used on platforms that would not wipe the RAM on reboot.
This won't work if the platform is halted and restarted as RAM is
volatile, obviously. A relevant fatal error handler needs to be provided
to reboot.

Signed-off-by: Tomasz Bursztyka <tobu@bang-olufsen.dk>
2025-03-29 07:44:11 -04:00
..
CMakeLists.txt coredump: Add an in-memory backend 2025-03-29 07:44:11 -04:00
coredump_backend_flash_partition.c coredump: Have a dedicated log module for coredump 2025-03-29 07:44:11 -04:00
coredump_backend_in_memory.c coredump: Add an in-memory backend 2025-03-29 07:44:11 -04:00
coredump_backend_intel_adsp_mem_window.c coredump: Have a dedicated log module for coredump 2025-03-29 07:44:11 -04:00
coredump_backend_logging.c coredump: Have a dedicated log module for coredump 2025-03-29 07:44:11 -04:00
coredump_core.c coredump: Add an in-memory backend 2025-03-29 07:44:11 -04:00
coredump_internal.h
coredump_memory_regions.c
coredump_shell.c coredump: Add an in-memory backend 2025-03-29 07:44:11 -04:00
Kconfig coredump: Add an in-memory backend 2025-03-29 07:44:11 -04:00