docs(coredump): Add minor documentation improvements for coredump

This commit is contained in:
Roland Dobai
2025-01-20 14:01:18 +01:00
parent d30e4d9960
commit c640466e32
3 changed files with 16 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
import json
import os
@@ -464,8 +464,9 @@ def action_extensions(base_actions: Dict, project_path: str) -> Dict:
{
'names': ['--chip-rev'],
'help': 'Specify the chip revision (e.g., 0.1). If provided, the corresponding ROM ELF file will be used '
'for decoding the core dump, improving stack traces. This is only needed for core dumps from IDF '
'<v5.1. Newer versions already contain chip revision information.',
'for decoding the core dump, improving stack traces. This is only needed for core dumps from '
'ESP-IDF older than v5.2. Newer versions already contain chip revision information.',
'hidden': True,
},
{
'names': ['--save-core', '-s'],