esp-idf/components/espcoredump
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
..
include components: Change copyright in components files 2022-06-17 16:59:56 +02:00
include_core_dump change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
src change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
test coredump: remove tests (moved to esp-coredump repo) 2023-05-16 12:49:13 +08:00
CMakeLists.txt Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:49:08 +01:00
espcoredump.py fix(tools/coredump): ignore missing project description 2023-11-08 13:10:10 +01:00
Kconfig Optionally disable logs in espcoredump component 2023-06-29 11:51:03 +05:30
linker.lf change(espcoredump): save RAM space by placing constants in flash 2024-04-01 15:30:45 +08:00
sdkconfig.rename espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30