blob: 3b2d87091eeee25d2bc32db1be55ef4ceba2676d [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">
5 <img src="doc/images/Zephyr-Project.png">
6 </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 Nashif08f9c232017-10-03 16:25:17 -040011 <img
12 src="https://api.shippable.com/projects/58ffb2b8baa5e307002e1d79/badge?branch=master">
13
David B. Kinderbe9f5772017-08-09 14:43:50 -070014
David B. Kinder2f41cb82017-05-09 15:38:30 -070015The Zephyr Project is a scalable real-time operating system (RTOS) supporting
David B. Kindere7a54dc2017-04-29 07:11:05 -070016multiple hardware architectures, optimized for resource constrained devices,
17and built with security in mind.
18
19The Zephyr OS is based on a small-footprint kernel designed for use on
20resource-constrained systems: from simple embedded environmental sensors and
21LED wearables to sophisticated smart watches and IoT wireless gateways.
22
23The Zephyr kernel supports multiple architectures, including ARM Cortex-M,
Carles Cuficb243ea2018-08-02 12:18:18 +020024Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of
David B. Kindere7a54dc2017-04-29 07:11:05 -070025`supported boards`_.
26
David B. Kinderbe9f5772017-08-09 14:43:50 -070027.. below included in doc/introduction/introduction.rst
28
29.. start_include_here
30
Carles Cufiac7753e2018-08-02 12:15:07 +020031Getting Started
32***************
33
Marti Bolivar8b147cd2019-04-17 12:53:45 -060034Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview,
35and the documentation's `Getting Started Guide`_ to start developing.
Carles Cufiac7753e2018-08-02 12:15:07 +020036
David B. Kindere7a54dc2017-04-29 07:11:05 -070037Community Support
38*****************
39
Marti Bolivar8b147cd2019-04-17 12:53:45 -060040Community support is provided via mailing lists and Slack; see the Resources
41below for details.
David B. Kindere7a54dc2017-04-29 07:11:05 -070042
David B. Kinder33121472019-09-12 14:32:29 -070043.. _project-resources:
44
David B. Kindere7a54dc2017-04-29 07:11:05 -070045Resources
46*********
47
Marti Bolivar8b147cd2019-04-17 12:53:45 -060048Here's a quick summary of resources to help you find your way around:
David B. Kindere7a54dc2017-04-29 07:11:05 -070049
David B. Kindercd6ba942019-04-24 10:34:16 -070050* **Help**: `Asking for Help Tips`_
Marti Bolivar8b147cd2019-04-17 12:53:45 -060051* **Documentation**: http://docs.zephyrproject.org (`Getting Started Guide`_)
52* **Source Code**: https://github.com/zephyrproject-rtos/zephyr is the main
53 repository; https://elixir.bootlin.com/zephyr/latest/source contains a
54 searchable index
Anas Nashif2215d212020-03-12 15:41:57 -040055* **Releases**: https://github.com/zephyrproject-rtos/zephyr/releases
Marti Bolivar8b147cd2019-04-17 12:53:45 -060056* **Samples and example code**: see `Sample and Demo Code Examples`_
57* **Mailing Lists**: users@lists.zephyrproject.org and
58 devel@lists.zephyrproject.org are the main user and developer mailing lists,
59 respectively. You can join the developer's list and search its archives at
60 `Zephyr Development mailing list`_. The other `Zephyr mailing list
61 subgroups`_ have their own archives and sign-up pages.
David B. Kindercd6ba942019-04-24 10:34:16 -070062* **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
63 The builds@lists.zephyrproject.org mailing list archives the CI
64 (shippable) nightly build results.
Marti Bolivar8b147cd2019-04-17 12:53:45 -060065* **Chat**: Zephyr's Slack workspace is https://zephyrproject.slack.com. Use
David B. Kindercd6ba942019-04-24 10:34:16 -070066 this `Slack Invite`_ to register.
Marti Bolivar8b147cd2019-04-17 12:53:45 -060067* **Contributing**: see the `Contribution Guide`_
68* **Wiki**: `Zephyr GitHub wiki`_
69* **Issues**: https://github.com/zephyrproject-rtos/zephyr/issues
70* **Security Issues**: Email vulnerabilities@zephyrproject.org to report
71 security issues; also see our `Security`_ documentation. Security issues are
72 tracked separately at https://zephyrprojectsec.atlassian.net.
73* **Zephyr Project Website**: https://zephyrproject.org
Anas Nashif8ec7c732018-12-08 16:28:08 -050074
Carles Cufi13823b62019-08-05 15:56:37 +020075.. _Slack Invite: https://tinyurl.com/y5glwylp
David B. Kinder168751a2019-08-30 14:06:14 -070076.. _supported boards: http://docs.zephyrproject.org/latest/boards/index.html
Carles Cufiac7753e2018-08-02 12:15:07 +020077.. _Zephyr Documentation: http://docs.zephyrproject.org
Marti Bolivar8b147cd2019-04-17 12:53:45 -060078.. _Introduction to Zephyr: http://docs.zephyrproject.org/latest/introduction/index.html
Ivan kyb Kuvaldin0cb88e02019-02-17 00:29:31 +020079.. _Getting Started Guide: http://docs.zephyrproject.org/latest/getting_started/index.html
80.. _Contribution Guide: http://docs.zephyrproject.org/latest/contribute/index.html
David B. Kindere7a54dc2017-04-29 07:11:05 -070081.. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki
David B. Kinder0d12b742018-05-09 14:12:06 -070082.. _Zephyr Development mailing list: https://lists.zephyrproject.org/g/devel
David B. Kindera380dce2018-04-16 10:04:28 -070083.. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups
Ivan kyb Kuvaldin0cb88e02019-02-17 00:29:31 +020084.. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html
Marti Bolivar8b147cd2019-04-17 12:53:45 -060085.. _Security: http://docs.zephyrproject.org/latest/security/index.html
David B. Kindercd6ba942019-04-24 10:34:16 -070086.. _Asking for Help Tips: https://docs.zephyrproject.org/latest/guides/getting-help.html