Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/memfault_platform_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
extern "C" {
#endif

#if defined(CONFIG_SOC_FAMILY_ESP32)
#if defined(CONFIG_MEMFAULT_SOC_FAMILY_ESP32)
#define ZEPHYR_DATA_REGION_START _data_start
#define ZEPHYR_DATA_REGION_END _data_end
#endif
Expand Down
2 changes: 1 addition & 1 deletion prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ CONFIG_LOG_PRINTK=n
CONFIG_LOG_MODE_IMMEDIATE=y

# Disable these temporarily, for debugging.
CONFIG_MEMFAULT_COREDUMP_COLLECT_DATA_REGIONS=n
CONFIG_MEMFAULT_COREDUMP_COLLECT_DATA_REGIONS=y
CONFIG_MEMFAULT_COREDUMP_COLLECT_KERNEL_REGION=n
CONFIG_MEMFAULT_COREDUMP_COLLECT_TASKS_REGIONS=n

Expand Down
Loading