docs: fixed lists and indent for arduino_101
Change-Id: I07ac843c5244c23671e57c019db57e84540677e0
This commit is contained in:
parent
475c550ca3
commit
9f26ac9961
1 changed files with 50 additions and 50 deletions
|
@ -241,8 +241,8 @@ 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
|
||||
checkout copy of Zephyr, and run:
|
||||
#. 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,8 +268,8 @@ processor.
|
|||
Flashing an x86 Kernel
|
||||
======================
|
||||
|
||||
# Make sure the binary image has been built. Change directories to your local
|
||||
checkout copy of Zephyr, and run:
|
||||
#. 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue