# AppFrame_Examples **Repository Path**: Dr_chenxm/appframe_examples ## Basic Information - **Project Name**: AppFrame_Examples - **Description**: AppFrame examples: Task, Codec, Interface, Timer etc... - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-31 - **Last Updated**: 2022-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AppFrame_Examples #### 介绍 AppFrame examples: Task, Codec, Interface, Timer etc... #### 软件架构 AppFrame应用程序框架测试里程,可用于快速入门及使用。appframe_sylixos为AppFrame原始工程,作为submodule在工程中被使用,会编译生成库文件,由测试例程使用。appframe_sylixos源码利于跟踪调试及bug修订,并可以利用submodule对原始git库进行更新,详细步骤见安装教程。 #### 安装教程 克隆工程及子模块: 1. 克隆工程:git clone https://gitee.com/Dr_chenxm/appframe_examples 2. 进入工程:cd appframe_examples 3. 更新子模块:git submodule update --init --recursive 更新服务器版本到本地 1. 更新工程:git pull origin master 2. 更新子模块:git submodule foreach git pull origin master 更新本地到服务器 1. 更新工程:git push origin master 2. 更新子模块: cd appframe_sylixos git push origin HEAD:master #### 使用说明 1. 在RealEvo-IDE下Project explorer中右键点导入,选择SylixOS projects,索引到实现clone的AppFrame_Examples工程。 2. 右键选择工程,选择Build Project,可生成对应的所有用例。 3. 使用对应用例的XXX_upload.ttl运行执行下载(需更改文件中的串口号与实际使用的串口号一致,即下位机的terminal串口与上位机连接的上位机串口号)。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)