From 83d626bf864722c934aed18d2c58ce2f06c3d958 Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Wed, 17 Jun 2026 12:54:59 +0800 Subject: [PATCH] [doc]Fixed the issue of incorrect display of Chinese characters in the Doxygen documentation directory. --- .../6.components/device-driver/platform/platform.md | 2 +- .../6.components/device-driver/power_domain/power_domain.md | 2 +- documentation/Doxyfile.1.9.1 | 6 ++++++ documentation/Doxyfile.1.9.8 | 6 ++++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/documentation/6.components/device-driver/platform/platform.md b/documentation/6.components/device-driver/platform/platform.md index d89c08eb120..4df335cf768 100755 --- a/documentation/6.components/device-driver/platform/platform.md +++ b/documentation/6.components/device-driver/platform/platform.md @@ -53,7 +53,7 @@ INIT_PLATFORM → DT nodes → platform devices on bus → match + probe if INIT_DEVICE → RT_PLATFORM_DRIVER_EXPORT → register driver → probe every unmatched device ``` -**Takeaway**: DT devices appear at **`INIT_PLATFORM`**. Drivers using **`RT_PLATFORM_DRIVER_EXPORT`** register later and then bind via **`rt_bus_add_driver` → rt_bus_for_each_dev`**. Drivers that must run before the bulk DT scan use **`INIT_SUBSYS_EXPORT`** + manual **`rt_platform_driver_register`**. +**Takeaway**: DT devices appear at **`INIT_PLATFORM`**. Drivers using **`RT_PLATFORM_DRIVER_EXPORT`** register later and then bind via **`rt_bus_add_driver` -> `rt_bus_for_each_dev`**. Drivers that must run before the bulk DT scan use **`INIT_SUBSYS_EXPORT`** + manual **`rt_platform_driver_register`**. --- diff --git a/documentation/6.components/device-driver/power_domain/power_domain.md b/documentation/6.components/device-driver/power_domain/power_domain.md index 3e6130be3d1..309d846c06c 100755 --- a/documentation/6.components/device-driver/power_domain/power_domain.md +++ b/documentation/6.components/device-driver/power_domain/power_domain.md @@ -229,7 +229,7 @@ regulator enable (if needed) → rt_dm_dev_iomap + driver init ``` -Power **off** for suspend (if implemented): reverse order per SoC manual — often **`idle clocks` → reset assert → power_off`**. +Power **off** for suspend (if implemented): reverse order per SoC manual - often **`idle clocks` -> `reset assert` -> `power_off`**. --- diff --git a/documentation/Doxyfile.1.9.1 b/documentation/Doxyfile.1.9.1 index a3086a58d4b..448cf61657c 100644 --- a/documentation/Doxyfile.1.9.1 +++ b/documentation/Doxyfile.1.9.1 @@ -923,6 +923,12 @@ RECURSIVE = YES EXCLUDE = ./0.doxygen/mainpage.h \ ./2.quick-start/quick_start_qemu \ + ./3.kernel/smp-startup/README_zh.md \ + ./6.components/device-driver/clock_time/README_zh.md \ + ./6.components/device-driver/clock_time/clock_boottime_zh.md \ + ./6.components/device-driver/clock_time/clock_hrtimer_zh.md \ + ./6.components/device-driver/clock_time/clock_time_core_zh.md \ + ./6.components/device-driver/clock_time/clock_timer_zh.md \ ./env/env-vscode.md \ ./7.contribution/coding_style_cn.md \ ../src/utest/perf/README.md diff --git a/documentation/Doxyfile.1.9.8 b/documentation/Doxyfile.1.9.8 index 159136906cc..5223468f192 100644 --- a/documentation/Doxyfile.1.9.8 +++ b/documentation/Doxyfile.1.9.8 @@ -1013,6 +1013,12 @@ RECURSIVE = YES EXCLUDE = ./0.doxygen/mainpage.h \ ./2.quick-start/quick_start_qemu \ + ./3.kernel/smp-startup/README_zh.md \ + ./6.components/device-driver/clock_time/README_zh.md \ + ./6.components/device-driver/clock_time/clock_boottime_zh.md \ + ./6.components/device-driver/clock_time/clock_hrtimer_zh.md \ + ./6.components/device-driver/clock_time/clock_time_core_zh.md \ + ./6.components/device-driver/clock_time/clock_timer_zh.md \ ./env/env-vscode.md \ ./7.contribution/coding_style_cn.md \ ../src/utest/perf/README.md