docs: fix path to SYSVIEW_FreeRTOS.txt

This commit is contained in:
Alexey Lapshin 2022-12-06 13:49:10 +07:00
parent 505a78f4f5
commit 2710718f5d
2 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ Good instructions on how to install, configure, and visualize data in Impulse fr
.. note:: .. note::
ESP-IDF uses its own mapping for SystemView FreeRTOS events IDs, so users need to replace the original file mapping ``$SYSVIEW_INSTALL_DIR/Description/SYSVIEW_FreeRTOS.txt`` with ``$IDF_PATH/docs/api-guides/SYSVIEW_FreeRTOS.txt``. Also, contents of that IDF-specific file should be used when configuring SystemView serializer using the above link. ESP-IDF uses its own mapping for SystemView FreeRTOS events IDs, so users need to replace the original file mapping ``$SYSVIEW_INSTALL_DIR/Description/SYSVIEW_FreeRTOS.txt`` with ``$IDF_PATH/tools/esp_app_trace/SYSVIEW_FreeRTOS.txt``. Also, contents of that IDF-specific file should be used when configuring SystemView serializer using the above link.
.. only:: not CONFIG_FREERTOS_UNICORE .. only:: not CONFIG_FREERTOS_UNICORE

View File

@ -427,7 +427,7 @@ Start 子命令语法:
.. note:: .. note::
ESP-IDF 使用自己的 SystemView FreeRTOS 事件 ID 映射,因此用户需要将 ``$SYSVIEW_INSTALL_DIR/Description/SYSVIEW_FreeRTOS.txt`` 替换成 ``$IDF_PATH/docs/api-guides/SYSVIEW_FreeRTOS.txt``。在使用上述链接配置 SystemView 序列化程序时,也应该使用该特定文件的内容。 ESP-IDF 使用自己的 SystemView FreeRTOS 事件 ID 映射,因此用户需要将 ``$SYSVIEW_INSTALL_DIR/Description/SYSVIEW_FreeRTOS.txt`` 替换成 ``$IDF_PATH/tools/esp_app_trace/SYSVIEW_FreeRTOS.txt``。在使用上述链接配置 SystemView 序列化程序时,也应该使用该特定文件的内容。
.. only:: not CONFIG_FREERTOS_UNICORE .. only:: not CONFIG_FREERTOS_UNICORE