2015-05-16 00:38:34 +08:00
|
|
|
..
|
2015-06-14 03:51:09 +08:00
|
|
|
Zephyr Project documentation master file
|
2015-05-16 00:38:34 +08:00
|
|
|
|
2016-02-06 00:06:00 +08:00
|
|
|
Zephyr Project Documentation
|
|
|
|
############################
|
|
|
|
|
2016-04-21 23:23:57 +08:00
|
|
|
.. only:: release
|
|
|
|
|
|
|
|
Welcome to the Zephyr Project's documentation version |version|!
|
|
|
|
|
|
|
|
Documentation for the development branch of Zephyr can be found at
|
2018-09-11 03:26:06 +08:00
|
|
|
https://docs.zephyrproject.org/
|
2016-04-21 23:23:57 +08:00
|
|
|
|
2017-01-04 22:39:45 +08:00
|
|
|
.. only:: (development or daily)
|
2016-04-21 23:23:57 +08:00
|
|
|
|
|
|
|
Welcome to the Zephyr Project's documentation. This is the documentation of the
|
2016-12-24 01:25:06 +08:00
|
|
|
master tree under development (version |version|).
|
2016-04-21 23:23:57 +08:00
|
|
|
|
2018-05-03 05:25:15 +08:00
|
|
|
Documentation for tagged released versions of Zephyr can be found at
|
2018-09-11 03:26:06 +08:00
|
|
|
``https://docs.zephyrproject.org/<version>``. The following documentation
|
2016-06-30 23:45:21 +08:00
|
|
|
versions are available:
|
2016-04-21 23:23:57 +08:00
|
|
|
|
2018-09-07 08:51:52 +08:00
|
|
|
`Zephyr 1.9.2`_ | `Zephyr 1.10.0`_ | `Zephyr 1.11.0`_ |
|
|
|
|
`Zephyr 1.12.0`_ | `Zephyr 1.13.0`_
|
2016-04-16 00:14:55 +08:00
|
|
|
|
2017-12-06 02:49:31 +08:00
|
|
|
For information about the changes and additions for releases, please
|
|
|
|
consult the published :ref:`zephyr_release_notes` documentation.
|
2017-08-18 11:10:16 +08:00
|
|
|
|
2017-08-22 04:46:43 +08:00
|
|
|
The Zephyr OS is provided under the `Apache 2.0 license`_ (as found in
|
|
|
|
the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
|
|
|
|
imports or reuses packages, scripts, and other files that use other
|
|
|
|
licensing, as described in :ref:`Zephyr_Licensing`.
|
2017-08-18 11:10:16 +08:00
|
|
|
|
2017-08-22 04:46:43 +08:00
|
|
|
Source code for the Zephyr Project is maintained in the Zephyr Project's
|
|
|
|
`GitHub repo`_.
|
|
|
|
|
|
|
|
.. _Apache 2.0 license:
|
|
|
|
https://github.com/zephyrproject-rtos/zephyr/blob/master/LICENSE
|
|
|
|
|
|
|
|
.. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr
|
2017-08-03 22:15:58 +08:00
|
|
|
|
|
|
|
|
2018-08-24 02:11:11 +08:00
|
|
|
.. only:: html
|
|
|
|
|
|
|
|
Sections
|
|
|
|
********
|
2015-08-18 05:04:22 +08:00
|
|
|
|
2015-05-14 02:05:30 +08:00
|
|
|
.. toctree::
|
2015-08-29 21:14:50 +08:00
|
|
|
:maxdepth: 1
|
2015-05-14 02:05:30 +08:00
|
|
|
|
2017-01-14 11:25:09 +08:00
|
|
|
introduction/introducing_zephyr.rst
|
|
|
|
getting_started/getting_started.rst
|
2017-08-18 10:28:26 +08:00
|
|
|
application/index.rst
|
2017-08-18 10:46:19 +08:00
|
|
|
boards/boards.rst
|
2018-10-13 04:55:02 +08:00
|
|
|
kernel/kernel.rst
|
2017-08-18 09:00:23 +08:00
|
|
|
devices/index.rst
|
2017-01-14 11:25:09 +08:00
|
|
|
subsystems/subsystems.rst
|
2018-10-13 04:55:02 +08:00
|
|
|
contribute/contribute.rst
|
|
|
|
security/security.rst
|
2016-04-16 00:14:55 +08:00
|
|
|
|
2018-08-24 02:11:11 +08:00
|
|
|
.. only:: html
|
|
|
|
|
|
|
|
Indices and Tables
|
|
|
|
******************
|
2015-05-14 02:05:30 +08:00
|
|
|
|
2017-08-18 10:46:19 +08:00
|
|
|
* :ref:`glossary`
|
2015-05-14 02:05:30 +08:00
|
|
|
|
2017-08-18 10:46:19 +08:00
|
|
|
* :ref:`genindex`
|
2016-04-16 00:14:55 +08:00
|
|
|
|
2018-09-11 03:26:06 +08:00
|
|
|
.. _Zephyr 1.13.0: https://docs.zephyrproject.org/1.13.0/
|
|
|
|
.. _Zephyr 1.12.0: https://docs.zephyrproject.org/1.12.0/
|
|
|
|
.. _Zephyr 1.11.0: https://docs.zephyrproject.org/1.11.0/
|
|
|
|
.. _Zephyr 1.10.0: https://docs.zephyrproject.org/1.10.0/
|
|
|
|
.. _Zephyr 1.9.2: https://docs.zephyrproject.org/1.9.0/
|