mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 07:15:22 +00:00
Supported platforms section (platforms.rst) renamed to "boards.rst" and broke into two tables instead of one (x86 arch and ARM arch). Developer feedback was that navigating for board config options by board architectures should be made easier. Also updated index w/TOC to make supported board details easier to find. Change-Id: Ic014a720fd33ee685bde5809dc5b9e0622f5e989 Signed-off-by: L.S. Cook <leonax.cook@intel.com>
51 lines
627 B
ReStructuredText
51 lines
627 B
ReStructuredText
..
|
|
Zephyr Project documentation master file
|
|
|
|
Getting Started
|
|
###############
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
about_zephyr.rst
|
|
getting_started/getting_started.rst
|
|
kernel/kernel.rst
|
|
|
|
|
|
Developer Guides
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
reference/kbuild/kbuild.rst
|
|
application/application.rst
|
|
api/api.rst
|
|
collaboration/collaboration
|
|
|
|
|
|
Reference Guides
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
reference/kconfig/index.rst
|
|
|
|
|
|
Supported Boards
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
board/board.rst
|
|
|
|
|
|
Indices and tables
|
|
##################
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|