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
|
2016-05-04 04:07:50 +08:00
|
|
|
https://www.zephyrproject.org/doc/
|
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
|
|
|
|
|
|
|
Documentation for released versions of Zephyr can be found at
|
2016-05-28 20:22:40 +08:00
|
|
|
``https://www.zephyrproject.org/doc/<version>``. The following documentation
|
2016-06-30 23:45:21 +08:00
|
|
|
versions are available:
|
2016-04-21 23:23:57 +08:00
|
|
|
|
2017-06-14 07:45:36 +08:00
|
|
|
`Zephyr 1.5.0`_ | `Zephyr 1.6.0`_ | `Zephyr 1.7.0`_ | `Zephyr 1.8.0`_
|
2016-04-16 00:14:55 +08:00
|
|
|
|
2017-08-18 11:10:16 +08:00
|
|
|
For more information about previous releases, please consult the published
|
|
|
|
:ref:`zephyr_release_notes`.
|
|
|
|
|
2017-08-19 08:11:15 +08:00
|
|
|
The Zephyr OS is provided under the :download:`Apache 2.0 license<../LICENSE>`.
|
2017-08-18 11:10:16 +08:00
|
|
|
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`.
|
|
|
|
|
2017-08-03 22:15:58 +08:00
|
|
|
Source code for the Zephyr Project is maintained in the
|
|
|
|
`Zephyr Project GitHub repository`_.
|
|
|
|
|
|
|
|
.. _Zephyr Project GitHub repository:
|
|
|
|
https://github.com/zephyrproject-rtos/zephyr
|
|
|
|
|
2016-04-16 00:14:55 +08:00
|
|
|
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 09:00:23 +08:00
|
|
|
contribute/contribute.rst
|
2017-01-14 11:25:09 +08:00
|
|
|
kernel/kernel.rst
|
2017-08-18 11:21:41 +08:00
|
|
|
security/security.rst
|
2017-08-18 10:28:26 +08:00
|
|
|
application/index.rst
|
2017-08-18 10:46:19 +08:00
|
|
|
boards/boards.rst
|
2017-08-18 09:00:23 +08:00
|
|
|
devices/index.rst
|
2017-01-14 11:25:09 +08:00
|
|
|
subsystems/subsystems.rst
|
2016-04-16 00:14:55 +08:00
|
|
|
|
2016-02-06 00:06:00 +08:00
|
|
|
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
|
|
|
|
2017-06-14 07:45:36 +08:00
|
|
|
.. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/
|
2017-02-17 06:55:26 +08:00
|
|
|
.. _Zephyr 1.7.0: https://www.zephyrproject.org/doc/1.7.0/
|
2016-12-04 05:07:31 +08:00
|
|
|
.. _Zephyr 1.6.0: https://www.zephyrproject.org/doc/1.6.0/
|
2016-08-02 00:28:47 +08:00
|
|
|
.. _Zephyr 1.5.0: https://www.zephyrproject.org/doc/1.5.0/
|