mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
30 lines
783 B
Plaintext
30 lines
783 B
Plaintext
[mapping:espcoredump]
|
|
archive: libespcoredump.a
|
|
entries:
|
|
if ESP_PANIC_HANDLER_IRAM = y:
|
|
core_dump_uart (noflash_text)
|
|
core_dump_flash (noflash_text)
|
|
core_dump_common (noflash_text)
|
|
core_dump_port (noflash_text)
|
|
core_dump_elf (noflash_text)
|
|
else:
|
|
* (default)
|
|
|
|
[mapping:spi_flash_override]
|
|
archive: libspi_flash.a
|
|
entries:
|
|
if ESP_PANIC_HANDLER_IRAM = y && ESP_COREDUMP_ENABLE_TO_FLASH = y:
|
|
esp_flash_api (noflash_text)
|
|
esp_flash_spi_init (noflash_text)
|
|
else:
|
|
* (default)
|
|
|
|
[mapping:sha256_coredump]
|
|
archive: libmbedcrypto.a
|
|
entries:
|
|
if ESP_COREDUMP_CHECKSUM_SHA256 = y :
|
|
if MBEDTLS_HARDWARE_SHA = n:
|
|
sha256 (noflash_text)
|
|
else:
|
|
esp_sha256 (noflash_text)
|