zephyr/doc/platform/platform.rst

33 lines
1.2 KiB
ReStructuredText
Raw Normal View History

======================
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.