.. raw:: html
Zephyr 项目是一个可扩展的实时操作系统(RTOS),支持多种硬件架构,针对资源受限设备进行了优化,并且在设计之初就考虑到了安全性。
Zephyr OS 基于一个小体积内核,专为资源受限系统设计:从简单的嵌入式环境传感器和 LED 可穿戴设备,到复杂的智能手表和物联网无线网关。
Zephyr 内核支持多种架构,包括 ARM(Cortex-A、Cortex-R、Cortex-M)、Intel x86、ARC、Tensilica Xtensa、RISC-V、SPARC、MIPS,以及大量 支持的开发板_。
.. below included in doc/introduction/introduction.rst
开始使用
欢迎使用 Zephyr!请参阅 Zephyr 简介_ 了解高层概述,并阅读文档中的 入门指南_ 开始开发。
.. start_include_here
社区支持
社区支持通过邮件列表和 Discord 提供;详情请参阅下面的资源。
.. _project-resources:
资源
以下资源摘要可帮助您快速上手:
| 📖 Zephyr 文档_
| 🚀 入门指南_
| 🙋🏽 求助提示_
| 💻 代码示例_
| 🌐 源代码仓库_
| 📦 版本发布_
| 🤝 贡献指南_
| 💬 Discord 服务器_ 用于实时社区讨论
| 📧 用户邮件列表 ([email protected])_
| 📧 开发者邮件列表 ([email protected])_
| 📬 其他项目邮件列表_
| 📚 项目 Wiki_
| 🐛 GitHub Issues_
| 🔒 安全文档_
| 🛡️ 安全公告仓库_
| ⚠️ 请将安全漏洞报告发送至 [email protected]
| 🌐 Zephyr 项目网站_
| 📺 Zephyr 技术讲座_
.. _Zephyr 项目网站: https://www.zephyrproject.org .. _Discord 服务器: https://chat.zephyrproject.org .. _支持的开发板: https://docs.zephyrproject.org/latest/boards/index.html .. _Zephyr 文档: https://docs.zephyrproject.org .. _Zephyr 简介: https://docs.zephyrproject.org/latest/introduction/index.html .. _入门指南: https://docs.zephyrproject.org/latest/develop/getting_started/index.html .. _贡献指南: https://docs.zephyrproject.org/latest/contribute/index.html .. _源代码仓库: https://github.com/zephyrproject-rtos/zephyr .. _GitHub Issues: https://github.com/zephyrproject-rtos/zephyr/issues .. _版本发布: https://github.com/zephyrproject-rtos/zephyr/releases .. _项目 Wiki: https://github.com/zephyrproject-rtos/zephyr/wiki .. _用户邮件列表 ([email protected]): https://lists.zephyrproject.org/g/users .. _开发者邮件列表 ([email protected]): https://lists.zephyrproject.org/g/devel .. _其他项目邮件列表: https://lists.zephyrproject.org/g/main/subgroups .. _代码示例: https://docs.zephyrproject.org/latest/samples/index.html .. _安全文档: https://docs.zephyrproject.org/latest/security/index.html .. _安全公告仓库: https://github.com/zephyrproject-rtos/zephyr/security .. _求助提示: https://docs.zephyrproject.org/latest/develop/getting_started/index.html#asking-for-help .. _Zephyr 技术讲座: