Skip to content

Commit 8526cb5

Browse files
committed
Merge branch 'bugfix/coredump_workaround_esp32s2_sha256_support' into 'master'
Limit coredump SHA256 support for ESP32 only See merge request espressif/esp-idf!8817
2 parents 790aecf + 1fdc7af commit 8526cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/espcoredump/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ menu "Core dump"
4545
bool "Use CRC32 for integrity verification"
4646
config ESP32_COREDUMP_CHECKSUM_SHA256
4747
bool "Use SHA256 for integrity verification"
48-
depends on ESP32_COREDUMP_DATA_FORMAT_ELF
48+
depends on ESP32_COREDUMP_DATA_FORMAT_ELF && IDF_TARGET_ESP32
4949
endchoice
5050

5151
config ESP32_ENABLE_COREDUMP

0 commit comments

Comments
 (0)