esp-idf/components/espcoredump/include_core_dump
Omar Chebib 8ac4b48b2f 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.
2023-11-02 19:09:57 +08:00
..
port espcoredump: fix incorrectly defined coredump chip version 2023-01-09 18:43:35 +08:00
core_dump_binary.h components: Change copyright in components files 2022-06-17 16:59:56 +02:00
core_dump_checksum.h components: Change copyright in components files 2022-06-17 16:59:56 +02:00
core_dump_elf.h components: Change copyright in components files 2022-06-17 16:59:56 +02:00
elf.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_core_dump_common.h espcoredump: Add support for esp32c2 2022-09-28 20:41:00 +05:30
esp_core_dump_port.h feat(coredump): add panic details to the elf file 2023-08-24 10:20:56 +02:00
esp_core_dump_types.h change(espcoredump): save RAM space by placing constants in flash 2023-11-02 19:09:57 +08:00