-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhengshanshan
committed
Jun 13, 2024
1 parent
e70cb94
commit 85b2844
Showing
10 changed files
with
87 additions
and
94 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
中文 | ||
====================== | ||
.. K230 documentation master file, created by | ||
sphinx-quickstart on Thu Oct 12 15:18:20 2023. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to K230's documentation! | ||
================================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:maxdepth: 2 | ||
|
||
01_software/board/K230_SDK_使用说明.md | ||
CanMV_K230_教程.md | ||
01_software/board/K230_SDK_使用说明.md | ||
index_normal_tutorial.rst | ||
index_dev_guide.rst | ||
00_hardware/index.rst | ||
index_api.rst | ||
index_faq.rst | ||
03_other/index.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
K230 SDK API 参考 | ||
=========== | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
01_software/board/cdk/K230_核间通讯_API参考.md | ||
01_software/board/cdk/K230_系统控制_MAPI参考.md | ||
01_software/board/middleware/K230_多媒体中间件_API参考.md | ||
01_software/board/mpp/K230_DMA_API参考.md | ||
01_software/board/mpp/K230_DPU_API参考.md | ||
01_software/board/mpp/K230_FFT_API参考.md | ||
01_software/board/mpp/K230_GPU_API参考.md | ||
01_software/board/mpp/K230_SHA256_API参考.md | ||
01_software/board/mpp/K230_VICAP_API参考.md | ||
01_software/board/mpp/K230_系统控制_API参考.md | ||
01_software/board/mpp/K230_视频编解码_API参考.md | ||
01_software/board/mpp/K230_视频输出_API参考.md | ||
01_software/board/mpp/K230_音频_API参考.md | ||
01_software/board/osdrv/K230_DRM_API参考.md | ||
01_software/board/osdrv/K230_大核低速驱动_API参考.md | ||
01_software/board/osdrv/K230_小核Linux驱动_API参考.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
K230 SDK 开发指南 | ||
=========== | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
02_applications/tutorials/K230_RVV优化性能说明.md | ||
02_applications/tutorials/K230_内存优化指南.md | ||
02_applications/tutorials/K230_内存占用分析指南.md | ||
02_applications/tutorials/K230_启动优化指南.md | ||
02_applications/tutorials/K230_图像采集实战_如何支持一款新sensor.md | ||
02_applications/tutorials/K230_大小核通讯_sharefs用法介绍.md | ||
01_software/board/middleware/K230_openblas_开发使用指南.md | ||
01_software/board/middleware/K230_opencv_开发使用指南.md | ||
01_software/board/mpp/K230_Camera_Sensor适配指南.md | ||
01_software/board/mpp/K230_PM框架使用指南.md | ||
01_software/board/mpp/K230_VICAP_SENSOR_参数分区参考.md | ||
01_software/board/osdrv/K230_PMU_使用指南.md | ||
01_software/board/osdrv/K230_SDK_IoT_WiFi_AiW4211LV10_使用指南.md | ||
01_software/board/osdrv/K230_SDK_IoT_WiFi_AiW4211LV10_驱动开发指南.md | ||
01_software/board/ai/K230_nncase_开发指南.md | ||
03_other/K230_debian_ubuntu说明.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
K230 常见问题解答 | ||
=========== | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
03_other/K230_SDK常见问题解答_C.md | ||
03_other/K230_nncase常见问题解答.md | ||
03_other/K230_AI_demo常见问题解答_C++.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
K230 SDK 实用教程 | ||
=========== | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
02_applications/tutorials/K230_实战基础篇_hello_world.md | ||
02_applications/tutorials/K230_AI实战_HHB神经网络模型部署工具.md | ||
02_applications/tutorials/K230_GPU应用实战.md | ||
02_applications/tutorials/K230_GUI实战_LVGL移植教程.md | ||
02_applications/tutorials/K230_RVV实战.md | ||
02_applications/tutorials/K230_USB应用实战_UVC传输YUV及编码码流.md | ||
02_applications/tutorials/K230_图像实战_开机视频和开机logo.md | ||
02_applications/tutorials/K230_编码实战_rtsp_server搭建和推流.md | ||
02_applications/tutorials/K230_音频实战_音频采集_播放和编解码.md | ||
02_applications/business_poc/K230_场景实战_智能门锁.md | ||
02_applications/business_poc/K230_场景实战_智能门锁_OV9286.md | ||
02_applications/business_poc/K230_场景实战_猫眼.md | ||
02_applications/ai_demos/K230_AI_Demo介绍.md | ||
02_applications/fancy_poc/K230_Fancy_Poc介绍.md | ||
01_software/board/examples/K230_SDK_CanMV_Board_Demo使用指南.md | ||
01_software/board/examples/K230_SDK_EVB_Board_Demo使用指南.md |