doc: arduino_due: fixed alignment of code sections
Change-Id: Ia7eec225f00ecbcde3c77509d90bba06865b7720 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ddcc350a8b
commit
4262850059
1 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ To build the bossa tool, follow these steps:
|
||||||
|
|
||||||
#. Checkout the bossa tool's code from the repository.
|
#. Checkout the bossa tool's code from the repository.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ git clone https://github.com/shumatech/BOSSA.git
|
$ git clone https://github.com/shumatech/BOSSA.git
|
||||||
$ cd BOSSA
|
$ cd BOSSA
|
||||||
|
@ -149,13 +149,13 @@ To build the bossa tool, follow these steps:
|
||||||
#. Checkout the arduino branch. The code on the master branch does not
|
#. Checkout the arduino branch. The code on the master branch does not
|
||||||
work with Arduino Due.
|
work with Arduino Due.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ git checkout arduino
|
$ git checkout arduino
|
||||||
|
|
||||||
#. Build the command line version of the bossa tool.
|
#. Build the command line version of the bossa tool.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ make bin/bossac
|
$ make bin/bossac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue