zephyr/subsys/debug/coredump
Pieter De Gendt d5520f2e59 debug: coredump: flash backend: fix header if stream erase
If CONFIG_STREAM_FLASH_ERASE is set, a page erase is done before
writing the coredump header to the flash. If the flash page erase size
is larger than the flash write size this results in erasing part of
the coredump data.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2021-10-08 13:00:57 +02:00
..
CMakeLists.txt debug: coredump: add new backend using flash partition 2021-01-21 22:08:59 -05:00
coredump_backend_flash_partition.c debug: coredump: flash backend: fix header if stream erase 2021-10-08 13:00:57 +02:00
coredump_backend_logging.c coredump_log: coredump log in panic mode 2021-09-29 14:50:12 -04:00
coredump_core.c debug: coredump: remove z_ prefix for stuff used outside subsys 2021-01-21 22:08:59 -05:00
coredump_internal.h debug: coredump: add new backend using flash partition 2021-01-21 22:08:59 -05:00
coredump_memory_regions.c
Kconfig debug: coredump: add new backend using flash partition 2021-01-21 22:08:59 -05:00