# W801Demo **Repository Path**: wyl_wyl/W801Demo ## Basic Information - **Project Name**: W801Demo - **Description**: W801Demo project used makefile - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-05-15 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # W801Demo ## 介绍 W801Demo ## 软件架构 软件架构说明 ## 安装教程 ## 使用说明 ### 代码下载 ``` git clone git@gitee.com:wyl_wyl/W801Demo.git cd W801Demo git submodule init git submodule update ``` ### 环境安装 #### 安装make ``` sudo apt install make ``` #### 安装csky-abiv2-elf-gcc 下载地址: https://occ.t-head.cn/community/download?id=3885366095506644992 选择csky-elfabiv2-tools-x86_64-minilibc-20210423.tar 点击下载 下载完后解压,让后将 bin目录添加至PATH ### 代码编译 ``` make BOARD=W801 ``` ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request