Rodrigo Caballero | a4a50fa | 2015-05-15 11:38:34 -0500 | [diff] [blame] | 1 | .. |
Kumar Gala | 3c04f0c | 2021-05-28 09:41:38 -0500 | [diff] [blame] | 2 | Zephyr Project documentation main file |
Rodrigo Caballero | a4a50fa | 2015-05-15 11:38:34 -0500 | [diff] [blame] | 3 | |
David B. Kinder | 9d04f03 | 2019-04-10 14:57:51 -0700 | [diff] [blame] | 4 | .. _zephyr-home: |
| 5 | |
Rodrigo Caballero | 26bd7d6 | 2016-02-05 10:06:00 -0600 | [diff] [blame] | 6 | Zephyr Project Documentation |
| 7 | ############################ |
| 8 | |
Anas Nashif | 13ce2d6 | 2016-04-21 11:23:57 -0400 | [diff] [blame] | 9 | .. only:: release |
| 10 | |
David B. Kinder | b379030 | 2019-04-03 15:40:19 -0700 | [diff] [blame] | 11 | Welcome to the Zephyr Project's documentation for version |version|. |
Anas Nashif | 13ce2d6 | 2016-04-21 11:23:57 -0400 | [diff] [blame] | 12 | |
Kumar Gala | 3c04f0c | 2021-05-28 09:41:38 -0500 | [diff] [blame] | 13 | Documentation for the latest (main) development branch of Zephyr |
David B. Kinder | b379030 | 2019-04-03 15:40:19 -0700 | [diff] [blame] | 14 | can be found at https://docs.zephyrproject.org/ |
Anas Nashif | 13ce2d6 | 2016-04-21 11:23:57 -0400 | [diff] [blame] | 15 | |
Anas Nashif | 457ae38 | 2017-01-04 09:39:45 -0500 | [diff] [blame] | 16 | .. only:: (development or daily) |
Anas Nashif | 13ce2d6 | 2016-04-21 11:23:57 -0400 | [diff] [blame] | 17 | |
Anas Nashif | 7818597 | 2020-05-27 12:24:18 -0400 | [diff] [blame] | 18 | **Welcome to the Zephyr Project's documentation |
Kumar Gala | 3c04f0c | 2021-05-28 09:41:38 -0500 | [diff] [blame] | 19 | for the main tree under development** (version |version|). |
David B. Kinder | b379030 | 2019-04-03 15:40:19 -0700 | [diff] [blame] | 20 | |
Anas Nashif | cadd062 | 2021-07-03 11:53:40 -0400 | [diff] [blame] | 21 | Use the version selection menu on the left to view |
| 22 | documentation for a specific version of Zephyr. |
Anas Nashif | 13ce2d6 | 2016-04-21 11:23:57 -0400 | [diff] [blame] | 23 | |
Anas Nashif | cadd062 | 2021-07-03 11:53:40 -0400 | [diff] [blame] | 24 | For information about the changes and additions for releases, please |
| 25 | consult the published :ref:`zephyr_release_notes` documentation. |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 26 | |
Anas Nashif | cadd062 | 2021-07-03 11:53:40 -0400 | [diff] [blame] | 27 | The Zephyr OS is provided under the `Apache 2.0 license`_ (as found in |
| 28 | the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also |
| 29 | imports or reuses packages, scripts, and other files that use other |
| 30 | licensing, as described in :ref:`Zephyr_Licensing`. |
Anas Nashif | 3e4efa0 | 2017-08-17 23:10:16 -0400 | [diff] [blame] | 31 | |
David B. Kinder | a2bb0fa | 2017-08-03 07:15:58 -0700 | [diff] [blame] | 32 | |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 33 | .. raw:: html |
| 34 | |
| 35 | <ul class="grid"> |
| 36 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 37 | <a href="introduction/index.html"> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 38 | <img alt="" src="_static/images/kite.png"/> |
| 39 | <h2>Introduction</h2> |
| 40 | </a> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 41 | <p>Introducing the Zephyr Project: overview, architecture, features, and licensing</p> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 42 | </li> |
| 43 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 44 | <a href="getting_started/index.html"> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 45 | <span class="grid-icon fa fa-map-signs"></span> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 46 | <h2>Getting Started Guide</h2> |
| 47 | </a> |
| 48 | <p>Follow this guide to set up a Zephyr development environment on your |
| 49 | system, and then build and run a sample application.</p> |
| 50 | </li> |
| 51 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 52 | <a href="contribute/index.html"> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 53 | <span class="grid-icon fa fa-github"></span> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 54 | <h2>Contribution Guidelines</h2> |
| 55 | </a> |
| 56 | <p>As an open-source project, we welcome and encourage the community |
| 57 | to submit patches directly to the project.</p> |
| 58 | </li> |
| 59 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 60 | <a href="samples/index.html"> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 61 | <span class="grid-icon fa fa-cogs"></span> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 62 | <h2>Samples and Demos</h2> |
| 63 | </a> |
| 64 | <p>A list of samples and demos that can run on a variety of boards supported |
| 65 | by Zephyr</p> |
| 66 | </li> |
| 67 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 68 | <a href="reference/index.html"> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 69 | <span class="grid-icon fa fa-sign-in"></span> |
Anas Nashif | 4d93a97 | 2019-02-01 07:08:06 -0500 | [diff] [blame] | 70 | <h2>API Reference</h2> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 71 | </a> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 72 | <p>API Documentation, Zephyr configuration, and subsystem Reference</p> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 73 | </li> |
| 74 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 75 | <a href="security/index.html"> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 76 | <span class="grid-icon fa fa-lock"></span> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 77 | <h2>Security</h2> |
| 78 | </a> |
| 79 | <p>Requirements, processes, and developer guidelines for ensuring security is addressed within the Zephyr project.</p> |
| 80 | </li> |
| 81 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 82 | <a href="boards/index.html"> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 83 | <span class="grid-icon fa fa-object-group"></span> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 84 | <h2>Supported Boards</h2> |
| 85 | </a> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 86 | <p>List of supported boards and platforms.</p> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 87 | </li> |
| 88 | <li class="grid-item"> |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 89 | <a href="guides/index.html"> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 90 | <span class="grid-icon fa fa-puzzle-piece"></span> |
Anas Nashif | 4d93a97 | 2019-02-01 07:08:06 -0500 | [diff] [blame] | 91 | <h2>User and Developer Guides</h2> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 92 | </a> |
David B. Kinder | 7744101 | 2019-02-05 10:42:09 -0800 | [diff] [blame] | 93 | <p>User and Developer Guides, including tools and tips</p> |
Anas Nashif | 63bdb80 | 2019-01-06 22:56:29 -0500 | [diff] [blame] | 94 | </li> |
| 95 | </ul> |
| 96 | |
Anas Nashif | cadd062 | 2021-07-03 11:53:40 -0400 | [diff] [blame] | 97 | Sections |
| 98 | ******** |
Rodrigo Caballero | 5753b6e | 2015-08-17 16:04:22 -0500 | [diff] [blame] | 99 | |
Anas Nashif | 06d380c | 2015-05-13 14:05:30 -0400 | [diff] [blame] | 100 | .. toctree:: |
Anas Nashif | 3f5eb3b | 2015-08-29 09:14:50 -0400 | [diff] [blame] | 101 | :maxdepth: 1 |
Gerard Marull-Paretas | 89aa9c8 | 2021-03-12 14:35:28 +0100 | [diff] [blame] | 102 | :caption: Contents |
Anas Nashif | 06d380c | 2015-05-13 14:05:30 -0400 | [diff] [blame] | 103 | |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 104 | introduction/index.rst |
| 105 | getting_started/index.rst |
Anas Nashif | 276c589 | 2019-01-05 10:23:34 -0500 | [diff] [blame] | 106 | contribute/index.rst |
Anas Nashif | 960de8c | 2019-01-08 10:29:13 -0500 | [diff] [blame] | 107 | development_process/index.rst |
Anas Nashif | 5342bc6 | 2021-05-06 09:48:14 -0400 | [diff] [blame] | 108 | guides/build/index.rst |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 109 | application/index.rst |
Anas Nashif | d6f72a6 | 2019-02-02 11:06:11 -0500 | [diff] [blame] | 110 | reference/index.rst |
| 111 | guides/index.rst |
Anas Nashif | 2b9458c | 2019-02-03 17:29:46 -0500 | [diff] [blame] | 112 | security/index.rst |
| 113 | samples/index.rst |
| 114 | boards/index.rst |
| 115 | releases/index.rst |
Rodrigo Caballero | b6e41a7 | 2016-04-15 11:14:55 -0500 | [diff] [blame] | 116 | |
Anas Nashif | cadd062 | 2021-07-03 11:53:40 -0400 | [diff] [blame] | 117 | Indices and Tables |
| 118 | ****************** |
Daniel Leung | 9945e7f | 2018-08-23 11:11:11 -0700 | [diff] [blame] | 119 | |
Anas Nashif | cadd062 | 2021-07-03 11:53:40 -0400 | [diff] [blame] | 120 | * :ref:`glossary` |
| 121 | * :ref:`genindex` |
Anas Nashif | 9960dac | 2021-07-01 11:27:57 -0400 | [diff] [blame] | 122 | |
| 123 | .. _Apache 2.0 license: |
| 124 | https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE |
| 125 | |
| 126 | .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr |