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>
34 lines
1.2 KiB
ReStructuredText
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.
|
|
|
|
|
|
|