OVMS3-idf/components/espcoredump
Ivan Grokhotkov ccc6363a21 core dump: don't allow core dumps to Flash if PSRAM is used for stacks
It is not possible to write to Flash when the stack is located in
PSRAM, and it is not possible to write PSRAM buffers into Flash when
malloc can not be used.
2020-04-02 23:44:47 +02:00
..
include esp32: coredump header (fix linker.lf) 2019-03-08 09:49:37 +00:00
include_core_dump coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
src coredump: use esp_flash api in coredump 2019-09-18 15:14:53 +08:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
Kconfig core dump: don't allow core dumps to Flash if PSRAM is used for stacks 2020-04-02 23:44:47 +02:00
linker.lf coredump: use esp_flash api in coredump 2019-09-18 15:14:53 +08:00