Commit Graph

17 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
b10da2d554 [documentation][device_driver_model] Add comprehensive PIC documentation (EN) - critical module 1/6
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-03 15:08:51 +00:00
copilot-swe-agent[bot]
c7dd64349a [documentation][device_driver_model] Add NVMEM Chinese documentation - complete module 5/26
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 23:03:57 +00:00
copilot-swe-agent[bot]
30ccfafa37 [documentation][device_driver_model] Add NVMEM framework documentation (EN) - module 5/26
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 22:52:13 +00:00
copilot-swe-agent[bot]
c4e97d69a5 [documentation][device_driver_model] Add pinctrl Chinese documentation - complete module 4/26
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 22:36:45 +00:00
copilot-swe-agent[bot]
33910f3876 [documentation][device_driver_model] Add pinctrl framework documentation (EN) - module 4/26
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 20:45:55 +00:00
copilot-swe-agent[bot]
038be9167a [documentation][device_driver_model] Add reset controller Chinese documentation - complete module 3/26
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:42:42 +00:00
copilot-swe-agent[bot]
8671d7da90 [documentation][device_driver_model] Add reset controller documentation (EN) - module 3/26
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:36:17 +00:00
copilot-swe-agent[bot]
eb66335efa [documentation][device_driver_model] Add clock framework Chinese documentation
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:31:14 +00:00
copilot-swe-agent[bot]
36b8dd029c [documentation][device_driver_model] Add comprehensive clock framework documentation (EN)
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:29:10 +00:00
copilot-swe-agent[bot]
b6857a69a2 [documentation][device_driver_model] Add comprehensive project summary
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:15:00 +00:00
copilot-swe-agent[bot]
cd8156220c [documentation][device_driver_model] Add Chinese regulator docs and INDEX
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:13:34 +00:00
copilot-swe-agent[bot]
bb17fd4ac7 [documentation][device_driver_model] Add comprehensive regulator module documentation
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:10:41 +00:00
copilot-swe-agent[bot]
17ecb56cb5 [documentation][device_driver_model] Add main DM documentation (EN/CN)
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
2026-01-02 15:08:02 +00:00
Chen Wang
273185b45a doxygen: fix two issues when building with doxygen 1.9.8 (#10768)
* doxygen: remove @return command if function return void

When doxygen is upgraded to v1.9.8 (on ubuntu 24.04), doxygen
reports: "doxygen error: found documented return type for xxx
that does not return anything" for those functions which return
void but declare "@return" in doxygen comment.

Solution: remove "@return" for those cases, and update
guide document for how to write doxgen comment for functions.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

* doxygen: fixed a minor typo for uart doc

This error is found when building with doxygen 1.9.8, but not
detecetd on 1.9.1.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-10 10:05:06 +08:00
Chen Wang
2aebe694d9 doxygen: group name all in lowcase (part 2) (#10530)
* doxygen: fs: unify groupname to lowercase

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

* doxygen: drivers: unify groupname to lowercase

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

* doxygen: signal: unify groupname to lowercase

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

---------

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-07-22 13:59:25 +08:00
GuEe-GUI
ad2de6e477 [TOOLS] Add DTC (Devicetree Compiler) tools
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2025-06-30 09:42:39 +08:00
Chen Wang
52acf7a413 doxygen: move device_driver under to components for pages
Some checks failed
pkgs_test / change (push) Has been skipped
ToolsCI / Tools (push) Has been cancelled
AutoTestCI / components/cpp11 (push) Has been cancelled
AutoTestCI / kernel/atomic (push) Has been cancelled
AutoTestCI / kernel/atomic/riscv64 (push) Has been cancelled
AutoTestCI / kernel/atomic_c11 (push) Has been cancelled
AutoTestCI / kernel/atomic_c11/riscv64 (push) Has been cancelled
AutoTestCI / kernel/device (push) Has been cancelled
AutoTestCI / kernel/ipc (push) Has been cancelled
AutoTestCI / kernel/irq (push) Has been cancelled
AutoTestCI / kernel/mem (push) Has been cancelled
AutoTestCI / kernel/mem/riscv64 (push) Has been cancelled
AutoTestCI / kernel/thread (push) Has been cancelled
AutoTestCI / kernel/timer (push) Has been cancelled
AutoTestCI / rtsmart/aarch64 (push) Has been cancelled
AutoTestCI / rtsmart/arm (push) Has been cancelled
AutoTestCI / rtsmart/riscv64 (push) Has been cancelled
AutoTestCI / components/utest (push) Has been cancelled
RT-Thread BSP Static Build Check / 🔍 Summary of Git Diff Changes (push) Has been cancelled
RT-Thread BSP Static Build Check / ${{ matrix.legs.RTT_BSP }} (push) Has been cancelled
RT-Thread BSP Static Build Check / collect-artifacts (push) Has been cancelled
utest_auto_run / AARCH64-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / A9-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / RISCV-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / AARCH64 :default.cfg (push) Has been cancelled
utest_auto_run / A9 :default.cfg (push) Has been cancelled
utest_auto_run / A9-smp :default.cfg (push) Has been cancelled
utest_auto_run / RISCV :default.cfg (push) Has been cancelled
doc_doxygen / doxygen_doc generate (push) Has been cancelled
doc_doxygen / deploy (push) Has been cancelled
In line with the layout of the source code, the
Device-Driver submodule should belong to components.

The doxygen Module part has been adjusted. This commit
modifies the markdown document part and moves the
device-driver pages under to components.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-05-29 13:47:46 +08:00