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
|
|
|
|
|
2015-08-20 03:35:42 +08:00
|
|
|
basic_cortex_m3.rst
|
2015-07-07 22:46:24 +08:00
|
|
|
fsl_frdm_k64f.rst
|
2015-08-22 02:01:03 +08:00
|
|
|
basic_atom.rst
|
2015-08-22 04:22:28 +08:00
|
|
|
basic_minuteia.rst
|
2015-08-22 05:07:54 +08:00
|
|
|
galileo.rst
|
2015-07-07 22:46:24 +08:00
|
|
|
|
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-20 03:35:42 +08:00
|
|
|
| basic_cortex_m3 | QEMU 2.1 + patch | ARM v7-M |
|
|
|
|
+--------------------------+----------------------------------------+--------------+
|
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
|
|
|
+--------------------------+----------------------------------------+--------------+
|
2015-08-22 02:01:03 +08:00
|
|
|
| basic_atom | QEMU 2.1 | X86 |
|
|
|
|
+--------------------------+----------------------------------------+--------------+
|
2015-08-22 04:22:28 +08:00
|
|
|
| basic_minuteia | QEMU 2.1 | X86 |
|
|
|
|
+--------------------------+----------------------------------------+--------------+
|
2015-08-22 05:07:54 +08:00
|
|
|
| galileo | Galileo | X86 |
|
2015-07-07 22:46:24 +08:00
|
|
|
+--------------------------+----------------------------------------+--------------+
|
2015-08-22 05:07:54 +08:00
|
|
|
| galileo | Galileo (Gen 2) | X86 |
|
2015-07-07 22:46:24 +08:00
|
|
|
+--------------------------+----------------------------------------+--------------+
|
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.
|