[doc]Fixed the issue of incorrect display of Chinese characters in the Doxygen documentation directory.

This commit is contained in:
Rbb666 2026-06-17 12:54:59 +08:00 committed by Rbb666
parent b594a0887f
commit c632885c19
4 changed files with 14 additions and 2 deletions

View File

@ -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`**.
---

View File

@ -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`**.
---

View File

@ -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

View File

@ -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