zephyr/doc/platform/platform.rst
Rodrigo Caballero 4e472fa2fe Doc: Add the Platform Development Primer to the structure.
The content of the files was left unchanged except for labels for
cros-referncing, the main title of the part and the tabs on the tables
which were changed to spaces. That last change ensures the integrity of
the tables independently of editor. The structure of the content files
will be revised at a later time.

Change-Id: I90477966fb3f4727d61e859d77682b529c83337d
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
2016-02-05 20:15:19 -05:00

34 lines
1.2 KiB
ReStructuredText

.. _platform:
Platform Development Primer
###########################
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.