docs: fixed lists and indent for arduino_101

Change-Id: I07ac843c5244c23671e57c019db57e84540677e0
This commit is contained in:
Anas Nashif 2016-02-13 11:12:56 -05:00 committed by Gerrit Code Review
commit 9f26ac9961

View file

@ -241,7 +241,7 @@ zflash to flash the :file:`quark_se_rom.bin` to the board.
Flashing an ARC Kernel
======================
# Make sure the binary image has been built. Change directories to your local
#. Make sure the binary image has been built. Change directories to your local
checkout copy of Zephyr, and run:
.. code-block:: console
@ -250,7 +250,7 @@ checkout copy of Zephyr, and run:
$ cd $ZEPHYR_BASE/samples/hello_world/nanokernel
$ make pristine && make BOARD=arduino_101_sss ARCH=arc
# Once the image has been built, flash it with:
#. Once the image has been built, flash it with:
.. code-block:: console
@ -268,7 +268,7 @@ processor.
Flashing an x86 Kernel
======================
# Make sure the binary image has been built. Change directories to your local
#. Make sure the binary image has been built. Change directories to your local
checkout copy of Zephyr, and run:
.. code-block:: console
@ -277,7 +277,7 @@ checkout copy of Zephyr, and run:
$ cd $ZEPHYR_BASE/samples/hello_world/nanokernel
$ make pristine && make BOARD=arduino_101 ARCH=x86
# Once the image has been built, flash it with:
#. Once the image has been built, flash it with:
.. code-block:: console
@ -307,7 +307,7 @@ for ARCH=x86 if you wish to debug on the x86 core.
force the ARC processor to halt on bootstrap, giving the debugger a chance
at connecting and controlling the hardware.
This can be done by editing the
This can be done by editing the file
:file:`samples/hello_world/nanokernel/prj.conf` to include:
.. code-block:: console