Edit online

下载代码仓库

ArtInChip 通过码云提供以下各个仓库以及对应文档的下载,全部开源:
  • 操作系统类,可分别下载 Luban、Luban-Lite 和 Baremetal 仓库

  • 工具类,可下载 tools 仓库

  • 文档类,可下载包括 D211-Doc、d13x-doc 等文档仓库

用户可以执行以下对应命令下载对应的仓库:
  1. 操作系统:

    下载 Luban 系统仓库:
    git clone https://gitee.com/artinchip/d211.git
    下载 Luban-Lite 系统仓库:
    git clone https://gitee.com/artinchip/luban-lite.git
    下载 Baremetal:
    git clone https://gitee.com/artinchip/baremetal.git
  2. 文档:
    git clone https://gitee.com/artinchip/文档仓库名称.git
    执行以下命令下载 d21x-doc 仓库
    git clone https://gitee.com/artinchip/d21x-doc.git
  3. 工具:
    git clone https://gitee.com/artinchip/tools.git