feat(coredump): save .bss, .data and .heap sections to the elf file

This commit is contained in:
Erhan Kurubas
2024-03-11 21:19:17 +01:00
parent 9a24782dd2
commit 3b8191cf5d
15 changed files with 388 additions and 78 deletions
@@ -61,6 +61,8 @@ void test_assert_cache_disabled(void);
void test_illegal_access(void);
void test_capture_dram(void);
#ifdef __cplusplus
}
#endif