OVMS3-idf/components/espcoredump
Ivan Grokhotkov cd301cc324 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:43:20 +02:00
..
include coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
include_core_dump coredump: Makes compatible with legacy binary core dumps 2019-11-25 22:44:51 +03:00
src Merge branch 'bugfix/coredump_bin_fmt_ver_update' into 'master' 2020-01-10 10:04:17 +08:00
test coredump: Makes compatible with legacy binary core dumps 2019-11-25 22:44:51 +03:00
CMakeLists.txt coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py coredump: Makes compatible with legacy binary core dumps 2019-11-25 22:44:51 +03:00
Kconfig core dump: don't allow core dumps to Flash if PSRAM is used for stacks 2020-04-02 23:43:20 +02:00
linker.lf coredump: change data format to ELF 2019-11-22 13:25:43 +08:00