Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | 18-Mar-2025 | - | 3,309 | 2,751 | ||
arch/ | 18-Mar-2025 | - | 76,769 | 45,716 | ||
boards/ | 18-Mar-2025 | - | 410,469 | 326,259 | ||
cmake/ | 18-Mar-2025 | - | 24,064 | 20,579 | ||
doc/ | 18-Mar-2025 | - | 200,964 | 159,647 | ||
drivers/ | 18-Mar-2025 | - | 1,038,944 | 761,307 | ||
dts/ | 18-Mar-2025 | - | 258,564 | 210,934 | ||
include/zephyr/ | 18-Mar-2025 | - | 439,709 | 208,783 | ||
kernel/ | 18-Mar-2025 | - | 23,013 | 14,551 | ||
lib/ | 18-Mar-2025 | - | 39,136 | 26,859 | ||
misc/ | 18-Mar-2025 | - | 29 | 20 | ||
modules/ | 18-Mar-2025 | - | 51,407 | 37,220 | ||
samples/ | 18-Mar-2025 | - | 278,361 | 210,700 | ||
scripts/ | 18-Mar-2025 | - | 135,491 | 100,132 | ||
share/ | 18-Mar-2025 | - | 2,205 | 1,895 | ||
snippets/ | 18-Mar-2025 | - | 1,245 | 946 | ||
soc/ | 18-Mar-2025 | - | 186,920 | 133,044 | ||
submanifests/ | 18-Mar-2025 | - | 105 | 96 | ||
subsys/ | 18-Mar-2025 | - | 746,131 | 543,432 | ||
tests/ | 18-Mar-2025 | - | 1,087,303 | 865,147 | ||
.checkpatch.conf | D | 18-Mar-2025 | 772 | 32 | 30 | |
.clang-format | D | 18-Mar-2025 | 3.2 KiB | 115 | 113 | |
.codechecker.yml | D | 18-Mar-2025 | 428 | 22 | 8 | |
.codecov.yml | D | 18-Mar-2025 | 448 | 32 | 22 | |
.editorconfig | D | 18-Mar-2025 | 1.2 KiB | 93 | 74 | |
.gitattributes | D | 18-Mar-2025 | 352 | 14 | 11 | |
.gitignore | D | 18-Mar-2025 | 1.6 KiB | 112 | 99 | |
.gitlint | D | 18-Mar-2025 | 2.1 KiB | 62 | 50 | |
.mailmap | D | 18-Mar-2025 | 5.8 KiB | 125 | 124 | |
.ruff-excludes.toml | D | 18-Mar-2025 | 95.9 KiB | 1,787 | 1,783 | |
.ruff.toml | D | 18-Mar-2025 | 631 | 31 | 25 | |
.yamllint | D | 18-Mar-2025 | 266 | 17 | 14 | |
CMakeLists.txt | D | 18-Mar-2025 | 87.6 KiB | 2,308 | 2,025 | |
CODE_OF_CONDUCT.md | D | 18-Mar-2025 | 5.9 KiB | 140 | 104 | |
CONTRIBUTING.rst | D | 18-Mar-2025 | 1.7 KiB | 40 | 28 | |
Kconfig | D | 18-Mar-2025 | 187 | 9 | 5 | |
Kconfig.constants | D | 18-Mar-2025 | 414 | 20 | 15 | |
Kconfig.zephyr | D | 18-Mar-2025 | 34.9 KiB | 1,119 | 939 | |
LICENSE | D | 18-Mar-2025 | 11.1 KiB | 203 | 169 | |
MAINTAINERS.yml | D | 18-Mar-2025 | 112.6 KiB | 5,715 | 5,261 | |
README.rst | D | 18-Mar-2025 | 4.5 KiB | 110 | 83 | |
SDK_VERSION | D | 18-Mar-2025 | 7 | 2 | 1 | |
VERSION | D | 18-Mar-2025 | 85 | 6 | 5 | |
version.h.in | D | 18-Mar-2025 | 1.2 KiB | 26 | 20 | |
west.yml | D | 18-Mar-2025 | 11.3 KiB | 372 | 347 | |
zephyr-env.cmd | D | 18-Mar-2025 | 110 | 7 | 5 | |
zephyr-env.sh | D | 18-Mar-2025 | 2 KiB | 70 | 44 |
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