From 36139f862062cf88f5648b9206b8d1c1c957cece Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Tue, 7 Jan 2025 09:47:36 +0100 Subject: [PATCH] docs(ulp): Fix esp_idf_monitor command for ulp monitoring The commit fixes the esp_idf_monitor command for monitoring ulp serial output as mentioned in the docs. --- docs/en/api-reference/system/ulp-lp-core.rst | 2 +- docs/zh_CN/api-reference/system/ulp-lp-core.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-reference/system/ulp-lp-core.rst b/docs/en/api-reference/system/ulp-lp-core.rst index 0e8a7ca2fe..f065012ca3 100644 --- a/docs/en/api-reference/system/ulp-lp-core.rst +++ b/docs/en/api-reference/system/ulp-lp-core.rst @@ -291,7 +291,7 @@ When programming the LP core, it can sometimes be challenging to figure out why .. code-block:: bash - python -m esp_idf_monitor --toolchain-prefix riscv32-esp-elf- --target {IDF_TARGET_NAME} --decode-panic backtrace PATH_TO_ULP_ELF_FILE + python -m esp_idf_monitor --toolchain-prefix riscv32-esp-elf- --target {IDF_TARGET_PATH_NAME} --decode-panic backtrace PATH_TO_ULP_ELF_FILE Debugging ULP LP Core Applications with GDB and OpenOCD ------------------------------------------------------- diff --git a/docs/zh_CN/api-reference/system/ulp-lp-core.rst b/docs/zh_CN/api-reference/system/ulp-lp-core.rst index 4ffeca4ad7..67911a91d7 100644 --- a/docs/zh_CN/api-reference/system/ulp-lp-core.rst +++ b/docs/zh_CN/api-reference/system/ulp-lp-core.rst @@ -291,7 +291,7 @@ ULP LP 内核的时钟源来自系统时钟 ``LP_FAST_CLK``,详情请参见 ` .. code-block:: bash - python -m esp_idf_monitor --toolchain-prefix riscv32-esp-elf- --target {IDF_TARGET_NAME} --decode-panic backtrace PATH_TO_ULP_ELF_FILE + python -m esp_idf_monitor --toolchain-prefix riscv32-esp-elf- --target {IDF_TARGET_PATH_NAME} --decode-panic backtrace PATH_TO_ULP_ELF_FILE 调试 ULP LP 内核应用程序:使用 GDB 和 OpenOCD ----------------------------------------------