| .. |
| Zephyr Project documentation master file |
| |
| Zephyr Project Documentation |
| ############################ |
| |
| .. only:: release |
| |
| Welcome to the Zephyr Project's documentation version |version|! |
| |
| Documentation for the development branch of Zephyr can be found at |
| https://www.zephyrproject.org/doc/ |
| |
| .. only:: (development or daily) |
| |
| Welcome to the Zephyr Project's documentation. This is the documentation of the |
| master tree under development (version |version|). |
| |
| Documentation for released versions of Zephyr can be found at |
| ``https://www.zephyrproject.org/doc/<version>``. The following documentation |
| versions are available: |
| |
| `Zephyr 1.5.0`_ | `Zephyr 1.6.0`_ | `Zephyr 1.7.0`_ | `Zephyr 1.8.0`_ |
| |
| For more information about previous releases, please consult the published |
| :ref:`zephyr_release_notes`. |
| |
| The Zephyr OS is provided under the :download:`Apache 2.0 license<../LICENSE>`. |
| The Zephyr OS also imports or reuses packages, scripts, and other files that |
| are not covered by the Apache License. A list of those licenses can be found |
| under :ref:`zephyr_licensing`. |
| |
| Source code for the Zephyr Project is maintained in the |
| `Zephyr Project GitHub repository`_. |
| |
| .. _Zephyr Project GitHub repository: |
| https://github.com/zephyrproject-rtos/zephyr |
| |
| Sections |
| ******** |
| |
| .. toctree:: |
| :maxdepth: 1 |
| |
| introduction/introducing_zephyr.rst |
| getting_started/getting_started.rst |
| contribute/contribute.rst |
| kernel/kernel.rst |
| security/security.rst |
| application/index.rst |
| boards/boards.rst |
| devices/index.rst |
| subsystems/subsystems.rst |
| |
| Indices and Tables |
| ****************** |
| |
| * :ref:`glossary` |
| |
| * :ref:`genindex` |
| |
| .. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/ |
| .. _Zephyr 1.7.0: https://www.zephyrproject.org/doc/1.7.0/ |
| .. _Zephyr 1.6.0: https://www.zephyrproject.org/doc/1.6.0/ |
| .. _Zephyr 1.5.0: https://www.zephyrproject.org/doc/1.5.0/ |