mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 09:55:31 +00:00
Fixes up the following minor issues in the various tables in the fsl_frdm_k64f and galileo documentation. 1. Ensures that there is a space between the column '|' and text. 2. Eliminates inconsistent italicizing of table text. 3. Order of the "Interface" table matches "Supported Features" 4. Ensures that items are correctly identified. Fix tables in fsl_frdm_64kf platform documentation Change-Id: I5d9127bdde2f2af285d4344a8def3a81a11deb76 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
39 lines
1.5 KiB
ReStructuredText
39 lines
1.5 KiB
ReStructuredText
.. _platform:
|
|
|
|
Platform Development Primer
|
|
###########################
|
|
|
|
Zephyr supports the following hardware platforms configurations:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
basic_cortex_m3.rst
|
|
fsl_frdm_k64f.rst
|
|
basic_atom.rst
|
|
basic_minuteia.rst
|
|
galileo.rst
|
|
|
|
The following table shows the relationships between platform configuration,
|
|
hardware platform, and architecture.
|
|
|
|
+--------------------------+------------------------+--------------+
|
|
| Platform Configuration | Hardware Platform | Architecture |
|
|
+==========================+========================+==============+
|
|
| basic_cortex_m3 | QEMU 2.1 + patch | ARM v7-M |
|
|
+--------------------------+------------------------+--------------+
|
|
| fsl_frdm_k64f | Freescale Freedom | ARM v7E-M |
|
|
| | Development Platform | ARM v7E-M |
|
|
+--------------------------+------------------------+--------------+
|
|
| basic_atom | QEMU 2.1 | X86 |
|
|
+--------------------------+------------------------+--------------+
|
|
| basic_minuteia | QEMU 2.1 | X86 |
|
|
+--------------------------+------------------------+--------------+
|
|
| galileo | | Galileo | X86 |
|
|
| | | Galileo (Gen 2) | |
|
|
+--------------------------+------------------------+--------------+
|
|
|
|
.. note::
|
|
Customers can create custom platform configurations for any
|
|
Zephyr-supported hardware platform.
|