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 3f632df143
commit 617f5a7052
15 changed files with 387 additions and 77 deletions

View File

@@ -61,6 +61,8 @@ void test_assert_cache_disabled(void);
void test_illegal_access(void);
void test_capture_dram(void);
#ifdef __cplusplus
}
#endif