diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 9e9ce502d78affc22c2dcdab5eedc2c56bec44e1..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# zephyr - -#### Description -The release mirror of Zephyr Project - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md index adde59c779b2c19c3905b6277247afb0575915bd..ee0d76e45629562f84c46a778b94055c477ccb38 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,32 @@ # zephyr #### 介绍 -The release mirror of Zephyr Project +本代码仓包含了Zephyr Project下Zephyr OS的最新发布版和最新LTS版的镜像 -#### 软件架构 -软件架构说明 +Zephyr Project相关核心组件主要包括: +1. [Zephyr OS](https://github.com/zephyrproject-rtos/zephyr): 本代码仓维护最新发布版和最新LTS版的tar.gz格式 + 代码包。该组件是进行Zephyr开发所必须的 -#### 安装教程 +2. Zephyr外部模块: 由Zephyr Project维护的、可与Zephyr OS集成的外部模块,包括各硬件厂商的HAL,中间件,工具等。该组件 + 不是进行Zephyr开发所必须的,具体有哪些外部模块由Zephyr OS下的west.yml文件管理,当需要这些外部模块时,则需要集成该组件. + 由于整个Zephyr外部模块整体较大(tar.gz后大小>500 MB)不方便在本代码仓中维护, 目前暂时以网盘的形式维护 -1. xxxx -2. xxxx -3. xxxx +3. [Zephyr SDK](https://github.com/zephyrproject-rtos/sdk-ng): Zephyr Project自身维护的参考性的SDK(Software Development Kit)包含 + 所支持各架构的工具链,QEMU仿真器,openocd调试器以及其他工具。Zephyr SDK当前只能在Linux环境下使用,在Windows环境下需要而外的配置。由于整个 + Zephyr SDK较大(整个自解压文件大小>1GB)不方便在本代码仓中维护, 目前暂时以网盘的形式维护。 -#### 使用说明 +4. Zephyr主机工具:进行Zephyr所开发的主机工具,如cmake, python, ninja等等,相应主机工具的获取和安装可以参照 + [使用文档](https://docs.zephyrproject.org/latest/getting_started/index.html)。Zephyr主机工具不在本代码仓中维护。 -1. xxxx -2. xxxx -3. xxxx -#### 参与贡献 +Zephyr Project的外设模块和Zephyr SDK目前暂时通过网盘的形式维护,未来可能会转换成其他更好的方式: -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request +* lt2_zephyr_project-2.7.1.tar.gz: 为包含了最新版本的Zephyr OS和Zephyr外部模块的代码包, 同时也 + 是lts2的最新版本。 +* zephyr-sdk-0.13.2-linux-x86_64-setup.run: 为最新的zephyr-sdk版本(0.13.2) -#### 特技 +网盘链接:https://pan.baidu.com/s/1v6wk386WMKZ8X8cXSdfUOQ -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/) +提取码:zeph \ No newline at end of file diff --git a/zephyr-2.7.1.tar.gz b/zephyr-2.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5bb937fe9be91d8833be8f890795c9828848d7d3 Binary files /dev/null and b/zephyr-2.7.1.tar.gz differ diff --git a/zephyr.spec b/zephyr.spec new file mode 100644 index 0000000000000000000000000000000000000000..39a1aa384aeb039f2dcafaaa8908acbce35e6802 --- /dev/null +++ b/zephyr.spec @@ -0,0 +1,24 @@ +Name: zephyr +Version: 2.7.1 +Release: 0 +Summary: Zephyr real time operating system + +License: Apache-2.0 + +BuildRequires: cmake +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: python +BuildRequires: dtc +BuildRequires: gperf + +%description +The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware +architectures, optimized for resource constrained devices, and built with security in mind + +%files + +%changelog + +* Fri Feb 26 2022 Wayne Ren - 2.7.1 +- Package init