| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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. | 1 个月前 | |
docs: fix mixed Chinese-English translation issues in API docs Fix incomplete/broken translations across media, bluetooth, and network API documentation where Chinese and English were mixed together in function descriptions, parameter explanations, and return values. Changes: - media: media_player, media_recorder, media_session, media_policy - bluetooth: bt_a2dp, bt_hfp, bt_spp, bt_gap, bt_hid - network: wapi - media_utils: add missing media_player_dump and media_recorder_dump APIs (zh-cn + en) | 1 个月前 | |
docs: improve EN/ZH consistency and add new boards, FAQ and API docs - Add repo init/sync troubleshooting FAQ (mirror 404, concurrency warnings) - Add Rivotek Gemini-S1 and LCKFB Huangshan Pi dev boards - Add bluetooth API docs (avrcp, le_advertiser, le_scan) and SPI driver docs - Unify ai_agent links to dev branch and .claude to relative path - Fix UART code block language tags and poll path - Align ZH FAQ heading levels with EN - Fix release_notes broken link and bt_gattc example comma | 11 天前 | |
docs(bluetooth): add CS API, remove AVRCP/BLE scan/advertiser per team decision | 1 个月前 | |
docs: fix incorrect return values and descriptions in API docs Fix multiple inaccuracies across bluetooth, media and telephony API docs to align documentation with actual function signatures and behaviour: - Correct return value descriptions for bool-returning functions (bt_a2dp/bt_device/bt_hid/bt_pan/bt_gatt/telephony_sms etc.) previously documented as returning BT_STATUS_SUCCESS - Fix tapi_open / tapi_open_service return type description (returns tapi_context handle / NULL, not 0 / negative errno) - Correct copy-pasted function descriptions in bt_gattc_* (create_connect, delete_connect, read_phy, read_rssi, update_connection_parameter) and bt_device_is_connected - Clean up bt_gap parameter lists that incorrectly listed parameters from unrelated functions - Add missing Returns sections for bt_hid_device_send_report, bt_hid_device_report_error, bt_hid_device_virtual_unplug, bt_spp_connect_insecure - Add deprecation note for media_uv_policy_set_hfp_sample_rate - Add not-implemented note for media_uv_session volume/state/ position/duration/volume getters - Replace placeholder parameter descriptions with meaningful text in bt_device_get_name and others | 30 天前 | |
docs: fix mixed Chinese-English translation issues in API docs Fix incomplete/broken translations across media, bluetooth, and network API documentation where Chinese and English were mixed together in function descriptions, parameter explanations, and return values. Changes: - media: media_player, media_recorder, media_session, media_policy - bluetooth: bt_a2dp, bt_hfp, bt_spp, bt_gap, bt_hid - network: wapi - media_utils: add missing media_player_dump and media_recorder_dump APIs (zh-cn + en) | 1 个月前 | |
docs: fix incorrect return values and descriptions in API docs Fix multiple inaccuracies across bluetooth, media and telephony API docs to align documentation with actual function signatures and behaviour: - Correct return value descriptions for bool-returning functions (bt_a2dp/bt_device/bt_hid/bt_pan/bt_gatt/telephony_sms etc.) previously documented as returning BT_STATUS_SUCCESS - Fix tapi_open / tapi_open_service return type description (returns tapi_context handle / NULL, not 0 / negative errno) - Correct copy-pasted function descriptions in bt_gattc_* (create_connect, delete_connect, read_phy, read_rssi, update_connection_parameter) and bt_device_is_connected - Clean up bt_gap parameter lists that incorrectly listed parameters from unrelated functions - Add missing Returns sections for bt_hid_device_send_report, bt_hid_device_report_error, bt_hid_device_virtual_unplug, bt_spp_connect_insecure - Add deprecation note for media_uv_policy_set_hfp_sample_rate - Add not-implemented note for media_uv_session volume/state/ position/duration/volume getters - Replace placeholder parameter descriptions with meaningful text in bt_device_get_name and others | 30 天前 | |
docs: fix mixed Chinese-English translation issues in API docs Fix incomplete/broken translations across media, bluetooth, and network API documentation where Chinese and English were mixed together in function descriptions, parameter explanations, and return values. Changes: - media: media_player, media_recorder, media_session, media_policy - bluetooth: bt_a2dp, bt_hfp, bt_spp, bt_gap, bt_hid - network: wapi - media_utils: add missing media_player_dump and media_recorder_dump APIs (zh-cn + en) | 1 个月前 | |
docs: fix mixed Chinese-English translation issues in API docs Fix incomplete/broken translations across media, bluetooth, and network API documentation where Chinese and English were mixed together in function descriptions, parameter explanations, and return values. Changes: - media: media_player, media_recorder, media_session, media_policy - bluetooth: bt_a2dp, bt_hfp, bt_spp, bt_gap, bt_hid - network: wapi - media_utils: add missing media_player_dump and media_recorder_dump APIs (zh-cn + en) | 1 个月前 | |
docs: improve EN/ZH consistency and add new boards, FAQ and API docs - Add repo init/sync troubleshooting FAQ (mirror 404, concurrency warnings) - Add Rivotek Gemini-S1 and LCKFB Huangshan Pi dev boards - Add bluetooth API docs (avrcp, le_advertiser, le_scan) and SPI driver docs - Unify ai_agent links to dev branch and .claude to relative path - Fix UART code block language tags and poll path - Align ZH FAQ heading levels with EN - Fix release_notes broken link and bt_gattc example comma | 11 天前 | |
docs: improve EN/ZH consistency and add new boards, FAQ and API docs - Add repo init/sync troubleshooting FAQ (mirror 404, concurrency warnings) - Add Rivotek Gemini-S1 and LCKFB Huangshan Pi dev boards - Add bluetooth API docs (avrcp, le_advertiser, le_scan) and SPI driver docs - Unify ai_agent links to dev branch and .claude to relative path - Fix UART code block language tags and poll path - Align ZH FAQ heading levels with EN - Fix release_notes broken link and bt_gattc example comma | 11 天前 | |
docs: fix incorrect return values and descriptions in API docs Fix multiple inaccuracies across bluetooth, media and telephony API docs to align documentation with actual function signatures and behaviour: - Correct return value descriptions for bool-returning functions (bt_a2dp/bt_device/bt_hid/bt_pan/bt_gatt/telephony_sms etc.) previously documented as returning BT_STATUS_SUCCESS - Fix tapi_open / tapi_open_service return type description (returns tapi_context handle / NULL, not 0 / negative errno) - Correct copy-pasted function descriptions in bt_gattc_* (create_connect, delete_connect, read_phy, read_rssi, update_connection_parameter) and bt_device_is_connected - Clean up bt_gap parameter lists that incorrectly listed parameters from unrelated functions - Add missing Returns sections for bt_hid_device_send_report, bt_hid_device_report_error, bt_hid_device_virtual_unplug, bt_spp_connect_insecure - Add deprecation note for media_uv_policy_set_hfp_sample_rate - Add not-implemented note for media_uv_session volume/state/ position/duration/volume getters - Replace placeholder parameter descriptions with meaningful text in bt_device_get_name and others | 30 天前 | |
docs: fix mixed Chinese-English translation issues in API docs Fix incomplete/broken translations across media, bluetooth, and network API documentation where Chinese and English were mixed together in function descriptions, parameter explanations, and return values. Changes: - media: media_player, media_recorder, media_session, media_policy - bluetooth: bt_a2dp, bt_hfp, bt_spp, bt_gap, bt_hid - network: wapi - media_utils: add missing media_player_dump and media_recorder_dump APIs (zh-cn + en) | 1 个月前 | |
docs(bluetooth): add CS API, remove AVRCP/BLE scan/advertiser per team decision | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 个月前 | ||
| 11 天前 | ||
| 1 个月前 | ||
| 30 天前 | ||
| 1 个月前 | ||
| 30 天前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 11 天前 | ||
| 11 天前 | ||
| 30 天前 | ||
| 1 个月前 | ||
| 1 个月前 |