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
|
|
|
|
|
|
|
.. only:: development
|
|
|
|
|
|
|
|
Welcome to the Zephyr Project's documentation. This is the documentation of the
|
|
|
|
master tree under development.
|
|
|
|
|
|
|
|
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
|
|
|
|
2016-08-29 20:46:08 +08:00
|
|
|
`Zephyr 1.1.0`_ | `Zephyr 1.2.0`_ | `Zephyr 1.3.0`_ | `Zephyr 1.4.0`_ | `Zephyr 1.5.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
|
|
|
|
2016-06-30 23:45:21 +08:00
|
|
|
introduction/introducing_zephyr.rst
|
2016-01-29 00:59:49 +08:00
|
|
|
getting_started/getting_started.rst
|
2016-06-30 23:05:12 +08:00
|
|
|
board/board.rst
|
2016-09-03 03:54:16 +08:00
|
|
|
kernel_v2/kernel.rst
|
2016-02-28 05:31:44 +08:00
|
|
|
drivers/drivers.rst
|
2016-04-09 04:30:16 +08:00
|
|
|
subsystems/subsystems.rst
|
2016-02-02 01:28:50 +08:00
|
|
|
api/api.rst
|
2016-05-16 22:33:57 +08:00
|
|
|
application/application.rst
|
2016-06-30 23:05:12 +08:00
|
|
|
contribute/code.rst
|
|
|
|
porting/porting.rst
|
|
|
|
reference/kbuild/kbuild.rst
|
2016-10-08 01:25:00 +08:00
|
|
|
LICENSING.rst
|
2016-02-03 22:37:12 +08:00
|
|
|
|
2016-04-16 00:14:55 +08:00
|
|
|
You can find further information on the `Zephyr Project Wiki`_.
|
|
|
|
|
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
|
|
|
|
|
|
|
.. _Zephyr Project Wiki: https://wiki.zephyrproject.org/view/Main_Page
|
2016-08-02 00:28:47 +08:00
|
|
|
.. _Zephyr 1.5.0: https://www.zephyrproject.org/doc/1.5.0/
|
2016-06-21 18:04:06 +08:00
|
|
|
.. _Zephyr 1.4.0: https://www.zephyrproject.org/doc/1.4.0/
|
2016-05-28 20:22:40 +08:00
|
|
|
.. _Zephyr 1.3.0: https://www.zephyrproject.org/doc/1.3.0/
|
2016-04-21 23:23:57 +08:00
|
|
|
.. _Zephyr 1.2.0: https://www.zephyrproject.org/doc/1.2.0/
|
|
|
|
.. _Zephyr 1.1.0: https://www.zephyrproject.org/doc/1.1.0/
|