Merge branch 'docs/update_translation_for_system' into 'master'

docs: Update CN translation for system.rst

Closes DOC-12244

See merge request espressif/esp-idf!41725
This commit is contained in:
Zhang Shu Xian
2025-09-04 14:10:26 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ The following deprecated Log functions have been removed in ESP-IDF v6.0:
ESP-Event ESP-Event
--------- ---------
Removed unnecessary FreeRTOS header includes from ``esp_event.h``; if your code relied on these implicit includes, please add the correct explicit includes ``#include "freertos/queue.h"`` and ``#include "freertos/semphr.h"`` to your files. Unnecessary FreeRTOS headers have been removed from ``esp_event.h``. Code that previously depended on these implicit includes must now include the headers explicitly: ``#include "freertos/queue.h"`` and ``#include "freertos/semphr.h"`` to your files.
Core Dump Core Dump

View File

@@ -154,6 +154,11 @@ Log
- ``esp_log_internal.h`` 请使用 ``esp_log_buffer.h`` 替代。 - ``esp_log_internal.h`` 请使用 ``esp_log_buffer.h`` 替代。
ESP-Event
---------
不必要的 FreeRTOS 头文件已从 ``esp_event.h`` 中移除。此前依赖这些隐式包含的代码,现在必须显式添加以下头文件:``#include "freertos/queue.h"````#include "freertos/semphr.h"``
核心转储 核心转储
-------- --------