blob: 9072eb90fdbed164cfc9475edbe85e843a392c34 [file] [log] [blame]
David B. Kinderbe9f5772017-08-09 14:43:50 -07001.. raw:: html
2
Carles Cufi75554762018-08-01 13:35:53 +02003 <a href="https://www.zephyrproject.org">
4 <p align="center">
Gerard Marull-Paretas049b4442021-07-21 15:57:18 +02005 <img src="doc/_static/images/logo-readme.png">
Carles Cufi75554762018-08-01 13:35:53 +02006 </p>
7 </a>
8
David B. Kinderbe9f5772017-08-09 14:43:50 -07009 <a href="https://bestpractices.coreinfrastructure.org/projects/74"><img
10 src="https://bestpractices.coreinfrastructure.org/projects/74/badge"></a>
Anas Nashifca10f8b2021-11-23 15:19:52 -050011 <a
12 href="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Amain">
Anas Nashif08f9c232017-10-03 16:25:17 -040013 <img
Anas Nashifca10f8b2021-11-23 15:19:52 -050014 src="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml/badge.svg?event=push"></a>
Anas Nashif08f9c232017-10-03 16:25:17 -040015
David B. Kinderbe9f5772017-08-09 14:43:50 -070016
David B. Kinder2f41cb82017-05-09 15:38:30 -070017The Zephyr Project is a scalable real-time operating system (RTOS) supporting
David B. Kindere7a54dc2017-04-29 07:11:05 -070018multiple hardware architectures, optimized for resource constrained devices,
19and built with security in mind.
20
21The Zephyr OS is based on a small-footprint kernel designed for use on
22resource-constrained systems: from simple embedded environmental sensors and
23LED wearables to sophisticated smart watches and IoT wireless gateways.
24
25The Zephyr kernel supports multiple architectures, including ARM Cortex-M,
Carles Cuficb243ea2018-08-02 12:18:18 +020026Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of
David B. Kindere7a54dc2017-04-29 07:11:05 -070027`supported boards`_.
28
David B. Kinderbe9f5772017-08-09 14:43:50 -070029.. below included in doc/introduction/introduction.rst
30
David B. Kinderbe9f5772017-08-09 14:43:50 -070031
Carles Cufiac7753e2018-08-02 12:15:07 +020032Getting Started
33***************
34
Marti Bolivar8b147cd2019-04-17 12:53:45 -060035Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview,
36and the documentation's `Getting Started Guide`_ to start developing.
Carles Cufiac7753e2018-08-02 12:15:07 +020037
Anas Nashif32a46cd2021-07-03 09:05:06 -040038.. start_include_here
39
David B. Kindere7a54dc2017-04-29 07:11:05 -070040Community Support
41*****************
42
Carles Cufi6310a5d2021-09-01 14:33:01 +020043Community support is provided via mailing lists and Discord; see the Resources
Marti Bolivar8b147cd2019-04-17 12:53:45 -060044below for details.
David B. Kindere7a54dc2017-04-29 07:11:05 -070045
David B. Kinder33121472019-09-12 14:32:29 -070046.. _project-resources:
47
David B. Kindere7a54dc2017-04-29 07:11:05 -070048Resources
49*********
50
Marti Bolivar8b147cd2019-04-17 12:53:45 -060051Here's a quick summary of resources to help you find your way around:
David B. Kindere7a54dc2017-04-29 07:11:05 -070052
David B. Kindercd6ba942019-04-24 10:34:16 -070053* **Help**: `Asking for Help Tips`_
Marti Bolivar8b147cd2019-04-17 12:53:45 -060054* **Documentation**: http://docs.zephyrproject.org (`Getting Started Guide`_)
55* **Source Code**: https://github.com/zephyrproject-rtos/zephyr is the main
56 repository; https://elixir.bootlin.com/zephyr/latest/source contains a
57 searchable index
Anas Nashif2215d212020-03-12 15:41:57 -040058* **Releases**: https://github.com/zephyrproject-rtos/zephyr/releases
Marti Bolivar8b147cd2019-04-17 12:53:45 -060059* **Samples and example code**: see `Sample and Demo Code Examples`_
60* **Mailing Lists**: users@lists.zephyrproject.org and
61 devel@lists.zephyrproject.org are the main user and developer mailing lists,
62 respectively. You can join the developer's list and search its archives at
63 `Zephyr Development mailing list`_. The other `Zephyr mailing list
64 subgroups`_ have their own archives and sign-up pages.
David B. Kindercd6ba942019-04-24 10:34:16 -070065* **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
Anas Nashifca10f8b2021-11-23 15:19:52 -050066 The builds@lists.zephyrproject.org mailing list archives the CI nightly build results.
Carles Cufi6310a5d2021-09-01 14:33:01 +020067* **Chat**: Real-time chat happens in Zephyr's Discord Server. Use
68 this `Discord Invite`_ to register.
Marti Bolivar8b147cd2019-04-17 12:53:45 -060069* **Contributing**: see the `Contribution Guide`_
70* **Wiki**: `Zephyr GitHub wiki`_
71* **Issues**: https://github.com/zephyrproject-rtos/zephyr/issues
72* **Security Issues**: Email vulnerabilities@zephyrproject.org to report
73 security issues; also see our `Security`_ documentation. Security issues are
74 tracked separately at https://zephyrprojectsec.atlassian.net.
75* **Zephyr Project Website**: https://zephyrproject.org
Anas Nashif8ec7c732018-12-08 16:28:08 -050076
Carles Cufi6310a5d2021-09-01 14:33:01 +020077.. _Discord Invite: https://chat.zephyrproject.org
David B. Kinder168751a2019-08-30 14:06:14 -070078.. _supported boards: http://docs.zephyrproject.org/latest/boards/index.html
Carles Cufiac7753e2018-08-02 12:15:07 +020079.. _Zephyr Documentation: http://docs.zephyrproject.org
Marti Bolivar8b147cd2019-04-17 12:53:45 -060080.. _Introduction to Zephyr: http://docs.zephyrproject.org/latest/introduction/index.html
Ivan kyb Kuvaldin0cb88e02019-02-17 00:29:31 +020081.. _Getting Started Guide: http://docs.zephyrproject.org/latest/getting_started/index.html
82.. _Contribution Guide: http://docs.zephyrproject.org/latest/contribute/index.html
David B. Kindere7a54dc2017-04-29 07:11:05 -070083.. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki
David B. Kinder0d12b742018-05-09 14:12:06 -070084.. _Zephyr Development mailing list: https://lists.zephyrproject.org/g/devel
David B. Kindera380dce2018-04-16 10:04:28 -070085.. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups
Ivan kyb Kuvaldin0cb88e02019-02-17 00:29:31 +020086.. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html
Marti Bolivar8b147cd2019-04-17 12:53:45 -060087.. _Security: http://docs.zephyrproject.org/latest/security/index.html
Anas Nashifd9c41652021-06-16 10:32:56 -040088.. _Asking for Help Tips: https://docs.zephyrproject.org/latest/getting_started/index.html#asking-for-help