zephyr/doc/platform/platform.rst
Anas Nashif 0b18055b4c rename fsl_frdm_k64f -> frdm_k64f
Shorten the name and remove the vendor prefix. No need to add
vendor to board names.

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

49 lines
2.0 KiB
ReStructuredText

.. _board:
Supported Boards
###################
The Zephyr Kernel supports the board configurations listed in the
table below. An application can use a board configuration as is,
or it can customize a board configuration by changing its default
kernel configuration settings.
.. note::
Developers can create new board configurations
that allow an application to run on other target systems.
+----------------------+-----------------+------------------------+
| Platform | Instruction Set | Supported |
| Configuration | Architecture | Target Systems |
+======================+=================+========================+
| minnowboard | X86 | Minnowboard Max |
+----------------------+-----------------+------------------------+
| qemu_cortex_m3 | ARM v7-M | QEMU 2.1 + patch |
+----------------------+-----------------+------------------------+
| qemu_x86 | X86 | QEMU 2.1 |
+----------------------+-----------------+------------------------+
| quark_d2000_crb | X86 | Quark D2000 Boards |
+----------------------+-----------------+------------------------+
| quark_se_ctb | X86 | Quark SE Boards |
+----------------------+-----------------+------------------------+
| arduino_101 | X86 | Arduino 101 Board |
+----------------------+-----------------+------------------------+
| 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
qemu_cortex_m3.rst
basic_minuteia.rst
frdm_k64f.rst
galileo.rst