Skip to content

Commit 0767bbb

Browse files
committed
The newer ESP32 IDF can do core dumps in the coredump partition
1 parent aa7fab5 commit 0767bbb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

min_spiffs.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ nvs, data, nvs, 0x9000, 0x5000,
33
otadata, data, ota, 0xe000, 0x2000,
44
app0, app, ota_0, 0x10000, 0x1E0000,
55
app1, app, ota_1, 0x1F0000,0x1E0000,
6-
spiffs, data, spiffs, 0x3D0000,0x30000,
6+
spiffs, data, spiffs, 0x3D0000,0x20000,
7+
coredump, data, coredump,0x3F0000,0x10000,

min_spiffs_debug.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
nvs, data, nvs, 0x9000, 0x5000,
33
otadata, data, ota, 0xe000, 0x2000,
44
app0, app, ota_0, 0x10000, 0x3C0000,
5-
spiffs, data, spiffs, 0x3D0000,0x30000,
5+
spiffs, data, spiffs, 0x3D0000,0x20000,
6+
coredump, data, coredump,0x3F0000,0x10000,

0 commit comments

Comments
 (0)