esp-idf/components/espcoredump/src
Omar Chebib 157f7b438b change(espcoredump): save RAM space by placing constants in flash
All the log messages of espcoredump component used to be in DRAM, which would
lower the available RAM space for the user application. Since the cache is always
enabled after an exception, constants can be put in flash.
2024-04-01 15:30:45 +08:00
..
port change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
core_dump_binary.c change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
core_dump_checksum.c change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
core_dump_common.c change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
core_dump_elf.c change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
core_dump_flash.c change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
core_dump_uart.c change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00