Skip to content

Commit

Permalink
fix doc link (#32)
Browse files Browse the repository at this point in the history
* fix hello_world project

* Optimize lwip mod dependency

* fix:add touchscreen module for canmv_k210 standard firmware

* fix doc link

* fix test yml

---------

Co-authored-by: liuyunrui <[email protected]>
  • Loading branch information
liuyunrui123 and liuyunrui authored Mar 29, 2023
1 parent 628b365 commit 6187703
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

test:
if: endsWith(github.ref, 'main')
runs-on: self-hosted
needs: build
defaults:
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ CanMV is designed to make AIOT programming easier, based on the [Micropython](ht
</div>

## CanMV resources guide
| No | Link address | Description |
|:---:|----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| 1 | / | CanMV SDK root folder |
| 2 | /projects/xxx | CanMV Boards configuation. You can build your own firmware starting here, refer to [CanMV build](build.md) for detailed instructions |
| 3 | [Build with Docker](tools/docker) | We provide you the docker image of CanMV building system. Just try it! |
| 4 | [CanMV Docs](https://developer.canaan-creative.com/index.html?channel=developer#/word) | CanMV Documention, including API description, FAQ and others |
| 5 | [CanMV IDE](https://github.com/kendryte/canmv_ide) | CanMV IDE for programming and debugging, support Windows, Linux and Mac OS. |
| 6 | [CanMV Examples](https://github.com/kendryte/canmv_examples) | Examples to guild you how to use each component of CanMV |
| 7 | [CanMV Releases](https://github.com/kendryte/canmv/releases) | CanMV firmware releases. You can download the latest version here. |
| No | Link address | Description |
|:---:|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| 1 | / | CanMV SDK root folder |
| 2 | /projects/xxx | CanMV Boards configuation. You can build your own firmware starting here, refer to [CanMV build](build.md) for detailed instructions |
| 3 | [Build with Docker](tools/docker) | We provide you the docker image of CanMV building system. Just try it! |
| 4 | [CanMV Docs](https://developer.canaan-creative.com/index.html?channel=developer#/document/canmv) | CanMV Documention, including API description, FAQ and others |
| 5 | [CanMV IDE](https://github.com/kendryte/canmv_ide) | CanMV IDE for programming and debugging, support Windows, Linux and Mac OS. |
| 6 | [CanMV Examples](https://github.com/kendryte/canmv_examples) | Examples to guild you how to use each component of CanMV |
| 7 | [CanMV Releases](https://github.com/kendryte/canmv/releases) | CanMV firmware releases. You can download the latest version here. |


## Sample code
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CanMV 的目的是让 AIOT 编程更简单, 基于 [Micropython](http://www.mi
| 1 | / | CanMV SDK 根目录。 |
| 2 | /projects/xxx | CanMV 开发板配置目录,您可以从这里开始定制编译您自己的固件,详细操作请参考 [CanMV build](build.md) |
| 3 | [ 使用 Docker 编译](tools/docker) | 提供 Docker 镜像用于固件编译,可以降低搭建编译环境的工作量。 |
| 4 | [CanMV Docs](https://developer.canaan-creative.com/index.html?channel=developer#/word) | CanMV 文档,包括 API 说明、工具使用、常见问题以及其它。 |
| 4 | [CanMV Docs](https://developer.canaan-creative.com/index.html?channel=developer#/document/canmv) | CanMV 文档,包括 API 说明、工具使用、常见问题以及其它。 |
| 5 | [CanMV IDE](https://github.com/kendryte/canmv_ide) | CanMV IDE 用于编辑和调试,它支持 Windows, Linux and Mac OS等不同操作系统。 |
| 6 | [CanMV Examples](https://github.com/kendryte/canmv_examples) | 提供不同模块的使用示例,供学习参考。 |
| 7 | [CanMV Releases](https://github.com/kendryte/canmv/releases) | 提供 CanMV 固件下载。 |
Expand Down

0 comments on commit 6187703

Please sign in to comment.