mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
Merge branch 'bugfix/coredump_workaround_esp32s2_sha256_support' into 'master'
Limit coredump SHA256 support for ESP32 only See merge request espressif/esp-idf!8817
This commit is contained in:
@@ -45,7 +45,7 @@ menu "Core dump"
|
|||||||
bool "Use CRC32 for integrity verification"
|
bool "Use CRC32 for integrity verification"
|
||||||
config ESP32_COREDUMP_CHECKSUM_SHA256
|
config ESP32_COREDUMP_CHECKSUM_SHA256
|
||||||
bool "Use SHA256 for integrity verification"
|
bool "Use SHA256 for integrity verification"
|
||||||
depends on ESP32_COREDUMP_DATA_FORMAT_ELF
|
depends on ESP32_COREDUMP_DATA_FORMAT_ELF && IDF_TARGET_ESP32
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ESP32_ENABLE_COREDUMP
|
config ESP32_ENABLE_COREDUMP
|
||||||
|
Reference in New Issue
Block a user