From 56c04a4188d4f6a93876f7ce8bd4d9f9afc15eb3 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 26 Sep 2022 10:45:27 +0530 Subject: [PATCH] docs: update coredump guide to make stack size config generic --- docs/en/api-guides/core_dump.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/en/api-guides/core_dump.rst b/docs/en/api-guides/core_dump.rst index 7e8928004c..e4b47d39a4 100644 --- a/docs/en/api-guides/core_dump.rst +++ b/docs/en/api-guides/core_dump.rst @@ -65,12 +65,10 @@ There are a number of core dump related configuration options which user can cho * Decode and show summary (info_corefile) * Don't decode -.. only:: esp32c3 +**Reserved stack size (Components -> Core dump -> Reserved stack size)** - **Reserved stack size (Components -> Core dump -> Reserved stack size)** - - Size of the memory to be reserved for core dump stack. If 0 core dump process will run on the stack of crashed task/ISR, otherwise special stack will be allocated. - To ensure that core dump itself will not overflow task/ISR stack set this to the value above 800. + Size of the memory to be reserved for core dump stack. If 0 core dump process will run on the stack of crashed task/ISR, otherwise special stack will be allocated. + To ensure that core dump itself will not overflow task/ISR stack set this to the value above 800. Save core dump to flash -----------------------