arduino 101: fix defconfig/hello world path

Change-Id: I3c74be4171a5abfe03d9f4bdb53419741572b63d
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-01 23:10:14 -05:00
commit 6816942f6b

View file

@ -15,8 +15,8 @@ flash an ARC and an X86 image to use both. Developers can use the
**arduino_101** and **arduino_101_sss** board configurations to build a Zephyr **arduino_101** and **arduino_101_sss** board configurations to build a Zephyr
Kernel that can be flashed and run on the Arduino 101 platform. The default Kernel that can be flashed and run on the Arduino 101 platform. The default
configuration for Arduino 101 boards can be found in configuration for Arduino 101 boards can be found in
:file:`boards/arduino_101_defconfig` for the X86 and :file:`boards/arduino_101/arduino_101_defconfig` for the X86 and
:file:`boards/arduino_101_sss_defconfig` for the ARC. :file:`boards/arduino_101/arduino_101_sss_defconfig` for the ARC.
Board Layout Board Layout
************ ************
@ -283,7 +283,7 @@ for ARCH=x86 if you wish to debug on the x86 core.
at connecting and controlling the hardware. at connecting and controlling the hardware.
This can be done by editing the This can be done by editing the
:file:`samples/nanokernel/app/hello_world/prj_x86.conf` to include: :file:`samples/nanokernel/apps/hello_world/prj.conf` to include:
.. code-block:: console .. code-block:: console