docs/zh-cn/device_dev_guide
zhangxiaowei16 a5b62d432b docs: move doxygen/ to zh-cn/api and zh-cn/device_dev_guide
Reorganize the legacy docs/doxygen/ directory so that file locations
match both the actual content type and the existing bilingual docs
layout (zh-cn/ for Chinese, en/ for English).

== Why ==

Since #526 deprecated the Sphinx/Doxygen build pipeline, all files
under docs/doxygen/ are plain hand-written Markdown. The directory
name is misleading, and the content is currently Chinese-only while
the rest of docs/ uses docs/zh-cn and docs/en mirrors.

The directory also mixed two unrelated content types:
- docs/doxygen/api/              — API reference
- docs/doxygen/system_debug_tools/ — Chinese developer guides

== What ==

- git mv docs/doxygen/api → docs/zh-cn/api (81 files)
- git mv docs/doxygen/system_debug_tools → docs/zh-cn/device_dev_guide/system_debug_tools (20 files)
- rmdir docs/doxygen (now empty)

Pure rename / move; no content changes. 'grep -rn doxygen/' over the
remaining Markdown and YAML returns no hits.

== Notes ==

- API documentation is now at docs/zh-cn/api/, consistent with the rest
  of the Chinese docs tree. The English mirror at docs/en/api/ will be
  added in a follow-up PR once translations are ready.
- system_debug_tools/ joins the existing Chinese dev-guide tree
  alongside kernel/, driver/, connection/, media/, etc.
- The system_debug_tools/ files are currently wrapped in Doxygen-style
  comment blocks; that formatting issue is tracked as a separate
  cleanup task and is not addressed here.
2026-05-09 13:59:07 +08:00
..
build Optimizing English Documentation Translation 2025-09-23 20:51:18 +08:00
connection Merge trunk into dev 2026-01-28 10:58:31 +08:00
driver I2C driver development guide 2025-11-13 13:50:02 +08:00
file_system Optimize documentation writing 2025-09-18 13:36:18 +08:00
graphics Optimizing English Documentation Translation 2025-09-23 19:17:42 +08:00
kernel Exploring RTOS from Scratch: From a Single-Task Loop to Preemptive Multi-threading 2025-10-30 09:55:50 +08:00
media Optimizing English Documentation Translation 2025-09-28 16:59:08 +08:00
middleware uORB Configuration Options 2025-10-24 10:02:19 +08:00
power_mgt Optimize documentation writing 2025-09-18 13:36:18 +08:00
security add target EN and CN path 2025-06-18 09:19:45 +08:00
system_debug_tools docs: move doxygen/ to zh-cn/api and zh-cn/device_dev_guide 2026-05-09 13:59:07 +08:00
README.md Supplement the openvela documentation 2025-03-18 21:32:53 +08:00

README.md

设备开发指南

本目录存放 openvela 的设备开发指南。

  • 内核
  • 驱动
  • 文件系统
  • 连接
  • 系统组件
  • 图形输入
  • 音视频
  • 隐私安全