zephyr/doc/platform/platform.rst
Anas Nashif dcf046c72d rename basic_atom with minnowboard
Use a real board name that can run this kernel instead of a generic
name. Basic functionality exits on this board with Zephyr.

Setup of the board is mostly similar to what we have in galileo (EFI
based)

Change-Id: Ic8554f26dcac0dbbbb6d35d863482f6207dc63c5
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:11 -05:00

43 lines
1.7 KiB
ReStructuredText

.. _platform:
Supported Platforms
###################
The Zephyr Kernel 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 |
+======================+=================+========================+
| minnowboard | X86 | Minnowboard Max |
+----------------------+-----------------+------------------------+
| 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
minnowboard.rst
basic_cortex_m3.rst
basic_minuteia.rst
fsl_frdm_k64f.rst
galileo.rst