
Zephyr 프로젝트의 기본 Git 저장소. Zephyr는 여러 하드웨어 아키텍처를 위한 차세대, 확장 가능, 최적화, 보안 RTOS입니다.
.. raw:: html
Zephyr 프로젝트는 여러 하드웨어 아키텍처를 지원하는 확장 가능한 실시간 운영 체제(RTOS)로, 리소스가 제한된 장치에 최적화되어 있으며 보안을 염두에 두고 설계되었습니다.
Zephyr OS는 리소스 제약 시스템에서 사용하기 위해 설계된 작은 공간의 커널을 기반으로 합니다: 단순한 임베디드 환경 센서와 LED 웨어러블부터 정교한 스마트워치 및 IoT 무선 게이트웨이에 이르기까지 다양합니다.
Zephyr 커널은 ARM(Cortex-A, Cortex-R, Cortex-M), Intel x86, ARC, Tensilica Xtensa, RISC-V, SPARC, MIPS 등 여러 아키텍처와 많은 수의 supported boards_ 를 지원합니다.
.. below included in doc/introduction/introduction.rst
Getting Started
Zephyr에 오신 것을 환영합니다! 높은 수준의 개요는 Introduction to Zephyr_ 를, 개발을 시작하려면 문서의 Getting Started Guide_ 를 참조하세요.
.. start_include_here
Community Support
커뮤니티 지원은 메일링 리스트와 Discord를 통해 제공됩니다. 자세한 내용은 아래 리소스를 참조하세요.
.. _project-resources:
Resources
다음은 길을 찾는 데 도움이 될 리소스에 대한 간략한 요약입니다:
| 📖 Zephyr Documentation_
| 🚀 Getting Started Guide_
| 🙋🏽 Tips when asking for help_
| 💻 Code samples_
| 🌐 Source Code Repository_
| 📦 Releases_
| 🤝 Contribution Guide_
| 💬 Discord Server_ 실시간 커뮤니티 토론
| 📧 User mailing list ([email protected])_
| 📧 Developer mailing list ([email protected])_
| 📬 Other project mailing lists_
| 📚 Project Wiki_
| 🐛 GitHub Issues_
| 🔒 Security documentation_
| 🛡️ Security Advisories Repository_
| ⚠️ 보안 취약점은 [email protected]로 신고해 주세요.
| 🌐 Zephyr Project Website_
| 📺 Zephyr Tech Talks_
.. _Zephyr Project Website: https://www.zephyrproject.org .. _Discord Server: https://chat.zephyrproject.org .. _supported boards: https://docs.zephyrproject.org/latest/boards/index.html .. _Zephyr Documentation: https://docs.zephyrproject.org .. _Introduction to Zephyr: https://docs.zephyrproject.org/latest/introduction/index.html .. _Getting Started Guide: https://docs.zephyrproject.org/latest/develop/getting_started/index.html .. _Contribution Guide: https://docs.zephyrproject.org/latest/contribute/index.html .. _Source Code Repository: https://github.com/zephyrproject-rtos/zephyr .. _GitHub Issues: https://github.com/zephyrproject-rtos/zephyr/issues .. _Releases: https://github.com/zephyrproject-rtos/zephyr/releases .. _Project Wiki: https://github.com/zephyrproject-rtos/zephyr/wiki .. _User mailing list ([email protected]): https://lists.zephyrproject.org/g/users .. _Developer mailing list ([email protected]): https://lists.zephyrproject.org/g/devel .. _Other project mailing lists: https://lists.zephyrproject.org/g/main/subgroups .. _Code samples: https://docs.zephyrproject.org/latest/samples/index.html .. _Security documentation: https://docs.zephyrproject.org/latest/security/index.html .. _Security Advisories Repository: https://github.com/zephyrproject-rtos/zephyr/security .. _Tips when asking for help: .. _Zephyr Tech Talks: