From 6187703cffbfec1035394c512ae5cd26d0a14479 Mon Sep 17 00:00:00 2001 From: liuyunrui123 Date: Wed, 29 Mar 2023 20:36:08 +0800 Subject: [PATCH] fix doc link (#32) * 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 --- .github/workflows/build-release-test.yml | 1 + README.md | 18 +++++++++--------- README_ZH.md | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-release-test.yml b/.github/workflows/build-release-test.yml index af865a2a..59d8cd20 100644 --- a/.github/workflows/build-release-test.yml +++ b/.github/workflows/build-release-test.yml @@ -71,6 +71,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} test: + if: endsWith(github.ref, 'main') runs-on: self-hosted needs: build defaults: diff --git a/README.md b/README.md index 723fabbb..3d496c20 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ CanMV is designed to make AIOT programming easier, based on the [Micropython](ht ## 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 diff --git a/README_ZH.md b/README_ZH.md index 5759cf0f..3da91f1b 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -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 固件下载。 |