• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

.github/18-Mar-2025-3,3092,751

arch/18-Mar-2025-76,76945,716

boards/18-Mar-2025-410,469326,259

cmake/18-Mar-2025-24,06420,579

doc/18-Mar-2025-200,964159,647

drivers/18-Mar-2025-1,038,944761,307

dts/18-Mar-2025-258,564210,934

include/zephyr/18-Mar-2025-439,709208,783

kernel/18-Mar-2025-23,01314,551

lib/18-Mar-2025-39,13626,859

misc/18-Mar-2025-2920

modules/18-Mar-2025-51,40737,220

samples/18-Mar-2025-278,361210,700

scripts/18-Mar-2025-135,491100,132

share/18-Mar-2025-2,2051,895

snippets/18-Mar-2025-1,245946

soc/18-Mar-2025-186,920133,044

submanifests/18-Mar-2025-10596

subsys/18-Mar-2025-746,131543,432

tests/18-Mar-2025-1,087,303865,147

.checkpatch.confD18-Mar-2025772 3230

.clang-formatD18-Mar-20253.2 KiB115113

.codechecker.ymlD18-Mar-2025428 228

.codecov.ymlD18-Mar-2025448 3222

.editorconfigD18-Mar-20251.2 KiB9374

.gitattributesD18-Mar-2025352 1411

.gitignoreD18-Mar-20251.6 KiB11299

.gitlintD18-Mar-20252.1 KiB6250

.mailmapD18-Mar-20255.8 KiB125124

.ruff-excludes.tomlD18-Mar-202595.9 KiB1,7871,783

.ruff.tomlD18-Mar-2025631 3125

.yamllintD18-Mar-2025266 1714

CMakeLists.txtD18-Mar-202587.6 KiB2,3082,025

CODE_OF_CONDUCT.mdD18-Mar-20255.9 KiB140104

CONTRIBUTING.rstD18-Mar-20251.7 KiB4028

KconfigD18-Mar-2025187 95

Kconfig.constantsD18-Mar-2025414 2015

Kconfig.zephyrD18-Mar-202534.9 KiB1,119939

LICENSED18-Mar-202511.1 KiB203169

MAINTAINERS.ymlD18-Mar-2025112.6 KiB5,7155,261

README.rstD18-Mar-20254.5 KiB11083

SDK_VERSIOND18-Mar-20257 21

VERSIOND18-Mar-202585 65

version.h.inD18-Mar-20251.2 KiB2620

west.ymlD18-Mar-202511.3 KiB372347

zephyr-env.cmdD18-Mar-2025110 75

zephyr-env.shD18-Mar-20252 KiB7044

README.rst

1.. raw:: html
2
3   <a href="https://www.zephyrproject.org">
4     <p align="center">
5       <picture>
6         <source media="(prefers-color-scheme: dark)" srcset="doc/_static/images/logo-readme-dark.svg">
7         <source media="(prefers-color-scheme: light)" srcset="doc/_static/images/logo-readme-light.svg">
8         <img src="doc/_static/images/logo-readme-light.svg">
9       </picture>
10     </p>
11   </a>
12
13   <a href="https://bestpractices.coreinfrastructure.org/projects/74"><img src="https://bestpractices.coreinfrastructure.org/projects/74/badge"></a>
14   <a href="https://scorecard.dev/viewer/?uri=github.com/zephyrproject-rtos/zephyr"><img src="https://api.securityscorecards.dev/projects/github.com/zephyrproject-rtos/zephyr/badge"></a>
15   <a href="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Amain"><img src="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml/badge.svg?event=push"></a>
16
17
18The Zephyr Project is a scalable real-time operating system (RTOS) supporting
19multiple hardware architectures, optimized for resource constrained devices,
20and built with security in mind.
21
22The Zephyr OS is based on a small-footprint kernel designed for use on
23resource-constrained systems: from simple embedded environmental sensors and
24LED wearables to sophisticated smart watches and IoT wireless gateways.
25
26The Zephyr kernel supports multiple architectures, including ARM (Cortex-A,
27Cortex-R, Cortex-M), Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V,
28SPARC, MIPS, and a large number of `supported boards`_.
29
30.. below included in doc/introduction/introduction.rst
31
32
33Getting Started
34***************
35
36Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview,
37and the documentation's `Getting Started Guide`_ to start developing.
38
39.. start_include_here
40
41Community Support
42*****************
43
44Community support is provided via mailing lists and Discord; see the Resources
45below for details.
46
47.. _project-resources:
48
49Resources
50*********
51
52Here's a quick summary of resources to help you find your way around:
53
54Getting Started
55---------------
56
57  | �� `Zephyr Documentation`_
58  | �� `Getting Started Guide`_
59  | ���� `Tips when asking for help`_
60  | �� `Code samples`_
61
62Code and Development
63--------------------
64
65  | �� `Source Code Repository`_
66  | �� `Releases`_
67  | �� `Contribution Guide`_
68
69Community and Support
70---------------------
71
72  | �� `Discord Server`_ for real-time community discussions
73  | �� `User mailing list (users@lists.zephyrproject.org)`_
74  | �� `Developer mailing list (devel@lists.zephyrproject.org)`_
75  | �� `Other project mailing lists`_
76  | �� `Project Wiki`_
77
78Issue Tracking and Security
79---------------------------
80
81  | �� `GitHub Issues`_
82  | �� `Security documentation`_
83  | ��️ `Security Advisories Repository`_
84  | ⚠️ Report security vulnerabilities at vulnerabilities@zephyrproject.org
85
86Additional Resources
87--------------------
88  | �� `Zephyr Project Website`_
89  | �� `Zephyr Tech Talks`_
90
91.. _Zephyr Project Website: https://www.zephyrproject.org
92.. _Discord Server: https://chat.zephyrproject.org
93.. _supported boards: https://docs.zephyrproject.org/latest/boards/index.html
94.. _Zephyr Documentation: https://docs.zephyrproject.org
95.. _Introduction to Zephyr: https://docs.zephyrproject.org/latest/introduction/index.html
96.. _Getting Started Guide: https://docs.zephyrproject.org/latest/develop/getting_started/index.html
97.. _Contribution Guide: https://docs.zephyrproject.org/latest/contribute/index.html
98.. _Source Code Repository: https://github.com/zephyrproject-rtos/zephyr
99.. _GitHub Issues: https://github.com/zephyrproject-rtos/zephyr/issues
100.. _Releases: https://github.com/zephyrproject-rtos/zephyr/releases
101.. _Project Wiki: https://github.com/zephyrproject-rtos/zephyr/wiki
102.. _User mailing list (users@lists.zephyrproject.org): https://lists.zephyrproject.org/g/users
103.. _Developer mailing list (devel@lists.zephyrproject.org): https://lists.zephyrproject.org/g/devel
104.. _Other project mailing lists: https://lists.zephyrproject.org/g/main/subgroups
105.. _Code samples: https://docs.zephyrproject.org/latest/samples/index.html
106.. _Security documentation: https://docs.zephyrproject.org/latest/security/index.html
107.. _Security Advisories Repository: https://github.com/zephyrproject-rtos/zephyr/security
108.. _Tips when asking for help: https://docs.zephyrproject.org/latest/develop/getting_started/index.html#asking-for-help
109.. _Zephyr Tech Talks: https://www.zephyrproject.org/tech-talks
110