summaryrefslogtreecommitdiff
path: root/doc/index.rst
blob: 85fb421ae8352efeddf41738d89fa17674ff753a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
..
    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.1.0`_ | `Zephyr 1.2.0`_ | `Zephyr 1.3.0`_ | `Zephyr 1.4.0`_ | `Zephyr 1.5.0`_ | `Zephyr 1.6.0`_ | `Zephyr 1.7.0`_

Sections
********

.. toctree::
   :maxdepth: 1

   introduction/introducing_zephyr.rst
   getting_started/getting_started.rst
   boards/boards.rst
   kernel/kernel.rst
   application/application.rst
   porting/porting.rst
   drivers/drivers.rst
   subsystems/subsystems.rst
   api/api.rst
   samples/samples.rst
   reference/kconfig/index.rst
   contribute/code.rst
   release-notes.rst
   LICENSING.rst
   glossary.rst

You can find further information on the `Zephyr Project Wiki`_.

Indices and Tables
******************

* :ref:`genindex`

* :ref:`search`

.. _Zephyr Project Wiki: https://wiki.zephyrproject.org/view/Main_Page
.. _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/
.. _Zephyr 1.4.0: https://www.zephyrproject.org/doc/1.4.0/
.. _Zephyr 1.3.0: https://www.zephyrproject.org/doc/1.3.0/
.. _Zephyr 1.2.0: https://www.zephyrproject.org/doc/1.2.0/
.. _Zephyr 1.1.0: https://www.zephyrproject.org/doc/1.1.0/