zephyr/doc/platform/platform.rst
Gerardo A. Aceves 2fe611587d Doc: grammar fixes on platform.rst file
Corrected minor grammar issues related to platform config description

Change-Id: I6960366ae088957dbff588adabc01adb15385066
Signed-off-by: Gerardo A. Aceves <gerardo.aceves@intel.com>
2016-02-05 20:24:21 -05:00

43 lines
1.7 KiB
ReStructuredText

.. _platform:
Supported Platforms
###################
The |codename| supports the platform configurations listed in the
table below. An application can use a platform configuration as is,
or it can customize a platform configuration by changing its default
kernel configuration settings.
.. note::
Developers can create new platform configurations
that allow an application to run on other target systems.
+----------------------+-----------------+------------------------+
| Platform | Instruction Set | Supported |
| Configuration | Architecture | Target Systems |
+======================+=================+========================+
| basic_atom | X86 | QEMU 2.1 |
+----------------------+-----------------+------------------------+
| basic_cortex_m3 | ARM v7-M | QEMU 2.1 + patch |
+----------------------+-----------------+------------------------+
| basic_minuteia | X86 | QEMU 2.1 |
+----------------------+-----------------+------------------------+
| fsl_frdm_k64f | ARM v7E-M | Freescale Freedom |
| | | Development Platform |
+----------------------+-----------------+------------------------+
| galileo | X86 | | Galileo |
| | | | Galileo (Gen 2) |
+----------------------+-----------------+------------------------+
The following sections provide details on the respective platforms:
.. toctree::
:maxdepth: 1
basic_atom.rst
basic_cortex_m3.rst
basic_minuteia.rst
fsl_frdm_k64f.rst
galileo.rst