zephyr/doc/platform/platform.rst
Carol Lee 9f8ce095b8 Quark Platform Configuration documentation
Adds new Quark platform configuration documentation to support the Galileo board.

Change-Id: I00ccc01ee75dbd54721d2d36583e9c7626e237d8
Signed-off-by: Carol Lee <carol.lee@windriver.com>
2016-02-05 20:14:33 -05:00

33 lines
1.2 KiB
ReStructuredText

======================
Platform Documentation
======================
Zephyr supports the following hardware platforms configurations:
.. toctree::
:maxdepth: 1
fsl_frdm_k64f.rst
quark.rst
The following table shows the relationships between architecture, hardware platform,
and platform configuration.
+--------------------------+----------------------------------------+--------------+
| Platform Configuration | Hardware Platform | Architecture |
+==========================+========================================+==============+
|fsl_frdm_k64f | Freescale Freedom Development Platform | ARM v7E-M |
+--------------------------+----------------------------------------+--------------+
| quark | Galileo | X86 |
+--------------------------+----------------------------------------+--------------+
| quark | Galileo (Gen 2) | X86 |
+--------------------------+----------------------------------------+--------------+
.. note::
Customers can create custom platform configurations for any Zephyr-supported hardware
platform.