Part 1
요약·해설
버전 선택, license, 주요 안내서, subsystem, board와 release 문서로 이어지는 공식 루트 문서입니다.
Zephyr 3.7.0 LTS 기준
개발 · 커널 · 서비스 · 하드웨어
릴리스 · 용어집 · 색인
Part 2
접을 수 있는 영어 원문 전체
영어 원문 전체 펼치기
D1A873E353F296F710390635197DA8A66420BDCD6BB237A17BEBB913A0B7B225
..
Zephyr Project documentation main file
.. _zephyr-home:
Zephyr Project Documentation
############################
.. only:: release
Welcome to the Zephyr Project's documentation for version |version|.
Documentation for the latest (main) development branch of Zephyr
can be found at https://docs.zephyrproject.org/
.. only:: (development or daily)
**Welcome to the Zephyr Project's documentation
for the main tree under development** (version |version|).
Use the version selection menu on the left to view
documentation for a specific version of Zephyr.
For information about the changes and additions for releases, please
consult the published :ref:`zephyr_release_notes` documentation.
The Zephyr OS is provided under the `Apache 2.0 license`_ (as found in
the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
imports or reuses packages, scripts, and other files that use other
licensing, as described in :ref:`Zephyr_Licensing`.
.. raw:: html
<ul class="grid">
<li class="grid-item">
<a href="introduction/index.html">
<img alt="" src="_static/images/kite.png"/>
<h2>Introduction</h2>
</a>
<p>Introducing the Zephyr Project: overview, architecture, features, and licensing</p>
</li>
<li class="grid-item">
<a href="develop/getting_started/index.html">
<span class="grid-icon fa fa-map-signs"></span>
<h2>Getting Started Guide</h2>
</a>
<p>Follow this guide to set up a Zephyr development environment on your
system, and then build and run a sample application.</p>
</li>
<li class="grid-item">
<a href="contribute/index.html">
<span class="grid-icon fa fa-github"></span>
<h2>Contribution Guidelines</h2>
</a>
<p>As an open-source project, we welcome and encourage the community
to submit patches directly to the project.</p>
</li>
<li class="grid-item">
<a href="samples/index.html">
<span class="grid-icon fa fa-cogs"></span>
<h2>Samples and Demos</h2>
</a>
<p>A list of samples and demos that can run on a variety of boards supported
by Zephyr</p>
</li>
<li class="grid-item">
<a href="hardware/index.html">
<span class="grid-icon fa fa-sign-in"></span>
<h2>Hardware Support</h2>
</a>
<p>Information about supported architectures, supported hardware and porting guides</p>
</li>
<li class="grid-item">
<a href="security/index.html">
<span class="grid-icon fa fa-lock"></span>
<h2>Security</h2>
</a>
<p>Requirements, processes, and developer guidelines for ensuring security is addressed within the Zephyr project.</p>
</li>
<li class="grid-item">
<a href="boards/index.html">
<span class="grid-icon fa fa-object-group"></span>
<h2>Supported Boards</h2>
</a>
<p>List of supported boards and platforms.</p>
</li>
<li class="grid-item">
<a href="services/index.html">
<span class="grid-icon fa fa-puzzle-piece"></span>
<h2>OS Services</h2>
</a>
<p>OS Services and guides how to use them with Zephyr</p>
</li>
</ul>
Sections
********
.. toctree::
:maxdepth: 1
:caption: Contents
introduction/index.rst
develop/index.rst
kernel/index.rst
services/index.rst
build/index.rst
connectivity/index.rst
hardware/index.rst
contribute/index.rst
project/index.rst
security/index.rst
safety/index.rst
samples/index.rst
boards/index.rst
releases/index.rst
Indices and Tables
******************
* :ref:`glossary`
* :ref:`genindex`
.. _Apache 2.0 license:
https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE
.. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr
Part 3
한국어 전문 번역
Zephyr 프로젝트 문서
Zephyr Project 버전 3.7.0 문서에 오신 것을 환영합니다.
Zephyr의 최신 main 개발 branch 문서는 https://docs.zephyrproject.org/ 에서 찾을 수 있습니다.
특정 Zephyr 버전의 문서를 보려면 왼쪽의 버전 선택 메뉴를 사용하십시오.
각 release의 변경 사항과 추가 사항은 공개된 Releases 문서를 참조하십시오.
Zephyr OS는 프로젝트 GitHub 저장소의 LICENSE 파일에 명시된 Apache 2.0 license로 제공됩니다. Zephyr OS는 다른 license를 사용하는 package, script 및 기타 파일도 가져오거나 재사용하며, 자세한 내용은 Zephyr Project component의 Licensing 문서에 설명되어 있습니다.
- 소개(Introduction) — Zephyr Project의 개요, architecture, feature와 licensing을 소개합니다.
- 시작 안내(Getting Started Guide) — Zephyr 개발 환경을 설정한 다음 sample application을 build하고 실행합니다.
- 기여 지침(Contribution Guidelines) — Open source project로서 community가 project에 patch를 직접 제출하는 것을 환영하고 권장합니다.
- 샘플과 데모(Samples and Demos) — Zephyr가 지원하는 여러 board에서 실행할 수 있는 sample과 demo 목록입니다.
- 하드웨어 지원(Hardware Support) — 지원 architecture, hardware 및 porting guide 정보입니다.
- 보안(Security) — Zephyr project에서 보안을 다루기 위한 요구 사항, process와 developer guideline입니다.
- 지원 보드(Supported Boards) — 지원되는 board와 platform 목록입니다.
- OS 서비스(OS Services) — OS service와 이를 Zephyr에서 사용하는 방법을 안내합니다.
절
목차
- 소개
- Zephyr로 개발하기
- 커널
- OS 서비스
- 빌드 및 설정 시스템
- 연결성
- 하드웨어 지원
- Zephyr에 기여하기
- 프로젝트와 거버넌스
- 보안
- 기능 안전
- 샘플과 데모
- 지원 보드
- 실드
- 릴리스
색인과 표
- 용어집
- 색인
Source
출처
원문 파일의 단락, directive, 표, 코드, symbol, 경로는 영어 원문 영역에 그대로 보존했습니다.