2015-08-08 06:04:45 +08:00
|
|
|
.. _platform:
|
|
|
|
|
|
|
|
Platform Development Primer
|
|
|
|
###########################
|
2015-06-20 03:48:34 +08:00
|
|
|
|
2015-07-07 22:46:24 +08:00
|
|
|
Zephyr supports the following hardware platforms configurations:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
fsl_frdm_k64f.rst
|
|
|
|
quark.rst
|
|
|
|
|
2015-08-22 01:27:33 +08:00
|
|
|
The following table shows the relationships between platform configuration,
|
|
|
|
hardware platform, and architecture.
|
2015-07-07 22:46:24 +08:00
|
|
|
|
|
|
|
+--------------------------+----------------------------------------+--------------+
|
|
|
|
| Platform Configuration | Hardware Platform | Architecture |
|
|
|
|
+==========================+========================================+==============+
|
2015-08-08 06:04:45 +08:00
|
|
|
| fsl_frdm_k64f | Freescale Freedom Development Platform | ARM v7E-M |
|
2015-07-07 22:46:24 +08:00
|
|
|
+--------------------------+----------------------------------------+--------------+
|
|
|
|
| quark | Galileo | X86 |
|
|
|
|
+--------------------------+----------------------------------------+--------------+
|
|
|
|
| quark | Galileo (Gen 2) | X86 |
|
|
|
|
+--------------------------+----------------------------------------+--------------+
|
2015-06-20 03:48:34 +08:00
|
|
|
|
|
|
|
.. note::
|
2015-08-22 01:27:33 +08:00
|
|
|
Customers can create custom platform configurations for any
|
|
|
|
Zephyr-supported hardware platform.
|