esp-idf/components/espcoredump/src
Erhan Kurubas 5ba3b99f2b feat(coredump): use SHA ROM functions for all targets except ESP32
For ESP32, continue using mbedtls due to a required ROM patch for the SHA implementation.
For other targets, we can now leverage the ROM functions.
2024-03-06 13:08:09 +01:00
..
port change(espcoredump): save RAM space by placing constants in flash 2024-02-22 18:45:52 +08:00
core_dump_binary.c change(espcoredump): save RAM space by placing constants in flash 2024-02-22 18:45:52 +08:00
core_dump_common.c change(espcoredump): save RAM space by placing constants in flash 2024-02-22 18:45:52 +08:00
core_dump_crc.c feat(coredump): use SHA ROM functions for all targets except ESP32 2024-03-06 13:08:09 +01:00
core_dump_elf.c change(espcoredump): save RAM space by placing constants in flash 2024-02-22 18:45:52 +08:00
core_dump_flash.c feat(coredump): use SHA ROM functions for all targets except ESP32 2024-03-06 13:08:09 +01:00
core_dump_sha.c feat(coredump): use SHA ROM functions for all targets except ESP32 2024-03-06 13:08:09 +01:00
core_dump_uart.c change(espcoredump): save RAM space by placing constants in flash 2024-02-22 18:45:52 +08:00