Skip to content

Commit 6552c7a

Browse files
committed
Enabled coredump partition for esp-insights
1 parent 8595750 commit 6552c7a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

configs/defconfig.insights

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CONFIG_ESP_INSIGHTS_ENABLED=y
22
CONFIG_ESP_INSIGHTS_DEBUG_ENABLED=y
3+
CONFIG_ESP_INSIGHTS_COREDUMP_ENABLE=y
34
# CONFIG_ESP_INSIGHTS_TRANSPORT_MQTT is not set
45
CONFIG_ESP_INSIGHTS_TRANSPORT_HTTPS=y
56

@@ -18,4 +19,9 @@ CONFIG_ESP32_CORE_DUMP_STACK_SIZE=1024
1819

1920
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
2021
CONFIG_MBEDTLS_DYNAMIC_FREE_PEER_CERT=y
21-
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
22+
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
23+
24+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
25+
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
26+
CONFIG_PARTITION_TABLE_OFFSET=0x8000
27+
CONFIG_PARTITION_TABLE_MD5=y

0 commit comments

Comments
 (0)