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:
David B. Kinder 2017-02-03 13:55:03 -08:00 committed by Anas Nashif
commit e23099bcc4
9 changed files with 12 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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:.

View file

@ -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