doc: add cross-references to hello_world sample
Change-Id: I23c4d361251251cce8887dd67be2e548f7365491 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
aa58ba2e92
commit
e23099bcc4
9 changed files with 12 additions and 8 deletions
|
@ -195,6 +195,7 @@ board. The adaptor provides:
|
|||
Flashing an application to FRDM-K64F
|
||||
-------------------------------------
|
||||
|
||||
The sample application :ref:`hello_world` is used for this example.
|
||||
Build the Zephyr kernel and application:
|
||||
|
||||
.. code-block:: console
|
||||
|
|
|
@ -137,6 +137,7 @@ board. The adaptor provides:
|
|||
Flashing an application to FRDM-KW41Z
|
||||
-------------------------------------
|
||||
|
||||
The sample application :ref:`hello_world` is used for this example.
|
||||
Build the Zephyr kernel and application:
|
||||
|
||||
.. code-block:: console
|
||||
|
|
|
@ -247,7 +247,7 @@ V2M MPS2 provides:
|
|||
Flashing an application to V2M MPS2
|
||||
-----------------------------------
|
||||
|
||||
The sample application hello_world is being used in this tutorial:
|
||||
The sample application :ref:`hello_world` is being used in this tutorial:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ This interface is supported by the openocd version included in Zephyr SDK.
|
|||
Flashing an application to Nucleo F401RE
|
||||
----------------------------------------
|
||||
|
||||
The sample application hello_world is being used in this tutorial:
|
||||
The sample application :ref:`hello_world` is being used in this tutorial:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
@ -143,7 +143,7 @@ This interface is supported by the openocd version included in Zephyr SDK.
|
|||
Flashing an application to Nucleo F411RE
|
||||
----------------------------------------
|
||||
|
||||
The sample application hello_world is being used in this tutorial:
|
||||
The sample application :ref:`hello_world` is being used in this tutorial:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
@ -231,7 +231,7 @@ to `CMSIS-DAP Website`_.
|
|||
Flashing an application to V2M Beetle
|
||||
-------------------------------------
|
||||
|
||||
The sample application hello_world is being used in this tutorial:
|
||||
The sample application :ref:`hello_world` is being used in this tutorial:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
@ -224,6 +224,7 @@ Flashing the Sensor Subsystem Core
|
|||
When building for the ARC processor, the board type is listed as
|
||||
``arduino_101_sss``.
|
||||
|
||||
The sample application :ref:`hello_world` is used for this tutorial.
|
||||
Change directories to your local checkout copy of Zephyr, and run:
|
||||
|
||||
.. code-block:: console
|
||||
|
|
|
@ -109,7 +109,7 @@ Debugging
|
|||
=========
|
||||
|
||||
To debug an application on the Quark D2000 board, follow these steps. As an
|
||||
example, we are using the hello_world application.
|
||||
example, we are using the :ref:`hello_world` application.
|
||||
|
||||
#. Go to the application's folder:.
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ To build an example application follow these steps:
|
|||
|
||||
$ source zephyr-env.sh
|
||||
|
||||
#. Build the example project, enter:
|
||||
#. Build the :ref:`hello_world` example project, enter:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
@ -93,7 +93,7 @@ To build an example application follow these steps:
|
|||
|
||||
$ make
|
||||
|
||||
The above invocation of make will build the hello_world sample application
|
||||
The above invocation of make will build the :ref:`hello_world` sample application
|
||||
using the default settings defined in the application's Makefile. You can
|
||||
build for a different board by defining the variable BOARD with one of the
|
||||
supported boards, for example:
|
||||
|
@ -159,7 +159,8 @@ follow the steps below to build with any custom or 3rd party cross-compilers:
|
|||
|
||||
$ source zephyr-env.sh
|
||||
|
||||
#. Build the example project and make sure you supply the CROSS_COMPILE on the command line, enter:
|
||||
#. Build the example :ref:`hello_world` project and make sure you supply the
|
||||
CROSS_COMPILE on the command line, enter:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue