-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
50 changed files
with
1,228 additions
and
1,181 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -147,7 +147,7 @@ markdownlint: | |
- echo "---push to github---" | ||
- git push --atomic --tags -u -f github main || git push --atomic --tags -u -f github main || git push --atomic --tags -u -f github main | ||
|
||
build-web-docs: | ||
build web docs: | ||
stage: build | ||
rules: | ||
- if: $CI_PIPELINE_SOURCE == "push" && ($CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "main") | ||
|
@@ -168,8 +168,26 @@ build-web-docs: | |
- make mhtml | ||
- rm -rf /data1/k230/k230_canmv_docs/* | ||
- cp -r _build/* /data1/k230/k230_canmv_docs | ||
- ssh -p 52522 [email protected] "rm -rf /data/webapp/k230_canmv" | ||
- scp -P 52522 -O -r _build [email protected]:/data/webapp/k230_canmv | ||
artifacts: | ||
paths: | ||
- _build | ||
|
||
deploy production: | ||
stage: deploy | ||
image: ai.b-bug.org:5000/python:web-docs-v2 | ||
dependencies: | ||
- build web docs | ||
rules: | ||
- if: $CI_PIPELINE_SOURCE == "push" && ($CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "main") | ||
tags: | ||
- k230 | ||
environment: | ||
name: production | ||
url: https://developer.canaan-creative.com/k230_canmv/dev/index.html | ||
retry: 2 | ||
script: | ||
- scp -P 52522 -O -C -r _build/* [email protected]:/data/webapp/k230_canmv/ | ||
|
||
|
||
# sync dev branch to main branch | ||
dev_to_main: | ||
|
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
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
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,49 @@ | ||
# CanMV-K230_SDK_nncase版本对应关系 | ||
|
||
![cover](images/canaan-cover.png) | ||
|
||
版权所有©2023北京嘉楠捷思信息技术有限公司 | ||
|
||
<div style="page-break-after:always"></div> | ||
|
||
## 免责声明 | ||
|
||
您购买的产品、服务或特性等应受北京嘉楠捷思信息技术有限公司(“本公司”,下同)及其关联公司的商业合同和条款的约束,本文档中描述的全部或部分产品、服务或特性可能不在您的购买或使用范围之内。除非合同另有约定,本公司不对本文档的任何陈述、信息、内容的正确性、可靠性、完整性、适销性、符合特定目的和不侵权提供任何明示或默示的声明或保证。除非另有约定,本文档仅作为使用指导参考。 | ||
|
||
由于产品版本升级或其他原因,本文档内容将可能在未经任何通知的情况下,不定期进行更新或修改。 | ||
|
||
## 商标声明 | ||
|
||
![logo](images/logo.png)、“嘉楠”和其他嘉楠商标均为北京嘉楠捷思信息技术有限公司及其关联公司的商标。本文档可能提及的其他所有商标或注册商标,由各自的所有人拥有。 | ||
|
||
**版权所有 © 2023北京嘉楠捷思信息技术有限公司。保留一切权利。** | ||
非经本公司书面许可,任何单位和个人不得擅自摘抄、复制本文档内容的部分或全部,并不得以任何形式传播。 | ||
|
||
<div style="page-break-after:always"></div> | ||
|
||
## 目录 | ||
|
||
[TOC] | ||
|
||
## 前言 | ||
|
||
### 概述 | ||
|
||
本文档主要介绍了CanMV(micropython)、K230 SDK 和NNCASE之间的版本关系。 | ||
|
||
### 读者对象 | ||
|
||
本文档(本指南)主要适用于以下人员: | ||
|
||
- 技术支持工程师 | ||
- 软件开发工程师 | ||
|
||
## Canmv(micropython)、K230 SDK、nncase版本对应关系 | ||
|
||
在进行AI开发时,k230_sdk和nncase版本对应关系如下表,编译镜像和使用nncase转换kmodel时请注意版本对应关系。 | ||
|
||
| Canmv(micropython) 版本| K230 SDK 版本 | nncase 版本 | 备注 | | ||
| -------------| ------------- | ----------- | ---- | | ||
| 0.2.0 | 1.1.0 | 2.4.0 | - | | ||
| 0.3.0 | 1.1.0 | 2.4.0 | - | | ||
| 0.4.0 | 1.3.0 | 2.7.0 | - | |
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
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
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
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
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,16 @@ | ||
图像多媒体 | ||
=========== | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
mpp/K230_CanMV_Audio模块API手册.md | ||
mpp/K230_CanMV_Camera模块API手册.md | ||
mpp/K230_CanMV_Display模块API手册.md | ||
mpp/K230_CanMV_Media模块API手册.md | ||
mpp/K230_CanMV_MP4模块API手册.md | ||
mpp/K230_CanMV_VDEC模块API手册.md | ||
mpp/K230_CanMV_VENC模块API手册.md | ||
mpp/K230_CanMV_播放器模块API手册.md | ||
mpp/K230_CanMV_PM模块API手册.md | ||
openmv/image.md | ||
lvgl/lvgl.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,19 @@ | ||
Micropython特有库 | ||
=========== | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
extmod/K230_CanMV_uctypes模块API手册.md | ||
extmod/K230_CanMV_network模块API手册.md | ||
extmod/K230_CanMV_socket模块API手册.md | ||
machine/K230_CanMV_ADC模块API手册.md | ||
machine/K230_CanMV_FFT模块API手册.md | ||
machine/K230_CanMV_GPIO模块API手册.md | ||
machine/K230_CanMV_I2C模块API手册.md | ||
machine/K230_CanMV_IOMUX_API手册.md | ||
machine/K230_CanMV_PWM模块API手册.md | ||
machine/K230_CanMV_SPI模块API手册.md | ||
machine/K230_CanMV_Timer模块API手册.md | ||
machine/K230_CanMV_WDT模块API手册.md | ||
machine/K230_CanMV_UART模块API手册.md | ||
machine/K230_CanMV_machine模块API手册.md |
Oops, something went wrong.