David B. Kinder | be9f577 | 2017-08-09 14:43:50 -0700 | [diff] [blame] | 1 | .. raw:: html |
| 2 | |
Carles Cufi | 7555476 | 2018-08-01 13:35:53 +0200 | [diff] [blame] | 3 | <a href="https://www.zephyrproject.org"> |
| 4 | <p align="center"> |
Gerard Marull-Paretas | 049b444 | 2021-07-21 15:57:18 +0200 | [diff] [blame] | 5 | <img src="doc/_static/images/logo-readme.png"> |
Carles Cufi | 7555476 | 2018-08-01 13:35:53 +0200 | [diff] [blame] | 6 | </p> |
| 7 | </a> |
| 8 | |
David B. Kinder | be9f577 | 2017-08-09 14:43:50 -0700 | [diff] [blame] | 9 | <a href="https://bestpractices.coreinfrastructure.org/projects/74"><img |
| 10 | src="https://bestpractices.coreinfrastructure.org/projects/74/badge"></a> |
Anas Nashif | ca10f8b | 2021-11-23 15:19:52 -0500 | [diff] [blame] | 11 | <a |
| 12 | href="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Amain"> |
Anas Nashif | 08f9c23 | 2017-10-03 16:25:17 -0400 | [diff] [blame] | 13 | <img |
Anas Nashif | ca10f8b | 2021-11-23 15:19:52 -0500 | [diff] [blame] | 14 | src="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml/badge.svg?event=push"></a> |
Anas Nashif | 08f9c23 | 2017-10-03 16:25:17 -0400 | [diff] [blame] | 15 | |
David B. Kinder | be9f577 | 2017-08-09 14:43:50 -0700 | [diff] [blame] | 16 | |
David B. Kinder | 2f41cb8 | 2017-05-09 15:38:30 -0700 | [diff] [blame] | 17 | The Zephyr Project is a scalable real-time operating system (RTOS) supporting |
David B. Kinder | e7a54dc | 2017-04-29 07:11:05 -0700 | [diff] [blame] | 18 | multiple hardware architectures, optimized for resource constrained devices, |
| 19 | and built with security in mind. |
| 20 | |
| 21 | The Zephyr OS is based on a small-footprint kernel designed for use on |
| 22 | resource-constrained systems: from simple embedded environmental sensors and |
| 23 | LED wearables to sophisticated smart watches and IoT wireless gateways. |
| 24 | |
| 25 | The Zephyr kernel supports multiple architectures, including ARM Cortex-M, |
Carles Cufi | cb243ea | 2018-08-02 12:18:18 +0200 | [diff] [blame] | 26 | Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of |
David B. Kinder | e7a54dc | 2017-04-29 07:11:05 -0700 | [diff] [blame] | 27 | `supported boards`_. |
| 28 | |
David B. Kinder | be9f577 | 2017-08-09 14:43:50 -0700 | [diff] [blame] | 29 | .. below included in doc/introduction/introduction.rst |
| 30 | |
David B. Kinder | be9f577 | 2017-08-09 14:43:50 -0700 | [diff] [blame] | 31 | |
Carles Cufi | ac7753e | 2018-08-02 12:15:07 +0200 | [diff] [blame] | 32 | Getting Started |
| 33 | *************** |
| 34 | |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 35 | Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview, |
| 36 | and the documentation's `Getting Started Guide`_ to start developing. |
Carles Cufi | ac7753e | 2018-08-02 12:15:07 +0200 | [diff] [blame] | 37 | |
Anas Nashif | 32a46cd | 2021-07-03 09:05:06 -0400 | [diff] [blame] | 38 | .. start_include_here |
| 39 | |
David B. Kinder | e7a54dc | 2017-04-29 07:11:05 -0700 | [diff] [blame] | 40 | Community Support |
| 41 | ***************** |
| 42 | |
Carles Cufi | 6310a5d | 2021-09-01 14:33:01 +0200 | [diff] [blame] | 43 | Community support is provided via mailing lists and Discord; see the Resources |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 44 | below for details. |
David B. Kinder | e7a54dc | 2017-04-29 07:11:05 -0700 | [diff] [blame] | 45 | |
David B. Kinder | 3312147 | 2019-09-12 14:32:29 -0700 | [diff] [blame] | 46 | .. _project-resources: |
| 47 | |
David B. Kinder | e7a54dc | 2017-04-29 07:11:05 -0700 | [diff] [blame] | 48 | Resources |
| 49 | ********* |
| 50 | |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 51 | Here's a quick summary of resources to help you find your way around: |
David B. Kinder | e7a54dc | 2017-04-29 07:11:05 -0700 | [diff] [blame] | 52 | |
David B. Kinder | cd6ba94 | 2019-04-24 10:34:16 -0700 | [diff] [blame] | 53 | * **Help**: `Asking for Help Tips`_ |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 54 | * **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 Nashif | 2215d21 | 2020-03-12 15:41:57 -0400 | [diff] [blame] | 58 | * **Releases**: https://github.com/zephyrproject-rtos/zephyr/releases |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 59 | * **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. Kinder | cd6ba94 | 2019-04-24 10:34:16 -0700 | [diff] [blame] | 65 | * **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds |
Anas Nashif | ca10f8b | 2021-11-23 15:19:52 -0500 | [diff] [blame] | 66 | The builds@lists.zephyrproject.org mailing list archives the CI nightly build results. |
Carles Cufi | 6310a5d | 2021-09-01 14:33:01 +0200 | [diff] [blame] | 67 | * **Chat**: Real-time chat happens in Zephyr's Discord Server. Use |
| 68 | this `Discord Invite`_ to register. |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 69 | * **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 Nashif | 8ec7c73 | 2018-12-08 16:28:08 -0500 | [diff] [blame] | 76 | |
Carles Cufi | 6310a5d | 2021-09-01 14:33:01 +0200 | [diff] [blame] | 77 | .. _Discord Invite: https://chat.zephyrproject.org |
David B. Kinder | 168751a | 2019-08-30 14:06:14 -0700 | [diff] [blame] | 78 | .. _supported boards: http://docs.zephyrproject.org/latest/boards/index.html |
Carles Cufi | ac7753e | 2018-08-02 12:15:07 +0200 | [diff] [blame] | 79 | .. _Zephyr Documentation: http://docs.zephyrproject.org |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 80 | .. _Introduction to Zephyr: http://docs.zephyrproject.org/latest/introduction/index.html |
Ivan kyb Kuvaldin | 0cb88e0 | 2019-02-17 00:29:31 +0200 | [diff] [blame] | 81 | .. _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. Kinder | e7a54dc | 2017-04-29 07:11:05 -0700 | [diff] [blame] | 83 | .. _Zephyr GitHub wiki: https://github.com/zephyrproject-rtos/zephyr/wiki |
David B. Kinder | 0d12b74 | 2018-05-09 14:12:06 -0700 | [diff] [blame] | 84 | .. _Zephyr Development mailing list: https://lists.zephyrproject.org/g/devel |
David B. Kinder | a380dce | 2018-04-16 10:04:28 -0700 | [diff] [blame] | 85 | .. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups |
Ivan kyb Kuvaldin | 0cb88e0 | 2019-02-17 00:29:31 +0200 | [diff] [blame] | 86 | .. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html |
Marti Bolivar | 8b147cd | 2019-04-17 12:53:45 -0600 | [diff] [blame] | 87 | .. _Security: http://docs.zephyrproject.org/latest/security/index.html |
Anas Nashif | d9c4165 | 2021-06-16 10:32:56 -0400 | [diff] [blame] | 88 | .. _Asking for Help Tips: https://docs.zephyrproject.org/latest/getting_started/index.html#asking-for-help |