mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 05:35:22 +00:00
contribution guide is now a top level document and other guides are being moved to the wiki. Change-Id: I1e207e18659f3aa98111cfaa1597478ff29eedef Signed-off-by: Anas Nashif <anas.nashif@intel.com>
37 lines
717 B
ReStructuredText
37 lines
717 B
ReStructuredText
..
|
|
Zephyr Project documentation master file
|
|
|
|
Zephyr Project Documentation
|
|
############################
|
|
|
|
Welcome to the Zephyr Project's documentation version |version|!
|
|
|
|
Sections
|
|
********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
about_zephyr.rst
|
|
getting_started/getting_started.rst
|
|
kernel/kernel.rst
|
|
drivers/drivers.rst
|
|
subsystems/subsystems.rst
|
|
contribute/code.rst
|
|
reference/kbuild/kbuild.rst
|
|
application/application.rst
|
|
api/api.rst
|
|
reference/kconfig/index.rst
|
|
board/board.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
|