We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ZEPHYR_DATA_REGION_START
1 parent 6599e33 commit b8c04e4Copy full SHA for b8c04e4
config/memfault_platform_config.h
@@ -10,7 +10,7 @@
10
extern "C" {
11
#endif
12
13
-#if defined(CONFIG_SOC_FAMILY_ESP32)
+#if defined(CONFIG_MEMFAULT_SOC_FAMILY_ESP32)
14
#define ZEPHYR_DATA_REGION_START _data_start
15
#define ZEPHYR_DATA_REGION_END _data_end
16
prj.conf
@@ -74,7 +74,7 @@ CONFIG_LOG_PRINTK=n
74
CONFIG_LOG_MODE_IMMEDIATE=y
75
76
# Disable these temporarily, for debugging.
77
-CONFIG_MEMFAULT_COREDUMP_COLLECT_DATA_REGIONS=n
+CONFIG_MEMFAULT_COREDUMP_COLLECT_DATA_REGIONS=y
78
CONFIG_MEMFAULT_COREDUMP_COLLECT_KERNEL_REGION=n
79
CONFIG_MEMFAULT_COREDUMP_COLLECT_TASKS_REGIONS=n
80
0 commit comments