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
|
|
|
|
|
|
|
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
|
2016-12-25 23:58:23 +08:00
|
|
|
boards/boards.rst
|
2017-01-14 11:25:09 +08:00
|
|
|
kernel/kernel.rst
|
|
|
|
application/application.rst
|
|
|
|
porting/porting.rst
|
|
|
|
drivers/drivers.rst
|
2017-05-24 13:24:50 +08:00
|
|
|
dts/device_tree.rst
|
2017-01-14 11:25:09 +08:00
|
|
|
subsystems/subsystems.rst
|
|
|
|
api/api.rst
|
2017-01-04 03:38:53 +08:00
|
|
|
samples/samples.rst
|
2017-01-14 11:25:09 +08:00
|
|
|
reference/kconfig/index.rst
|
2017-07-28 08:04:04 +08:00
|
|
|
contribute/contribute.rst
|
2017-01-14 11:25:09 +08:00
|
|
|
release-notes.rst
|
|
|
|
LICENSING.rst
|
2017-02-17 06:55:26 +08:00
|
|
|
glossary.rst
|
2016-02-03 22:37:12 +08:00
|
|
|
|
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
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
|
2015-05-26 01:19:03 +08:00
|
|
|
* :ref:`search`
|
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/
|