From a5b60647be4c240adccb99cba50b890f36a36b51 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Fri, 30 Mar 2018 22:26:21 +0000 Subject: [PATCH] improved arrangement --- ports/atmel-samd/README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst index 271187b9da..4078e7fe96 100644 --- a/ports/atmel-samd/README.rst +++ b/ports/atmel-samd/README.rst @@ -143,8 +143,7 @@ Building Before building the firmware for a given board, there are two additional steps. These commands should be executed from the root directory of the repository -(``%clone_location%/circuitpython/``). All other commands are run from the -``%clone_location%/circuitpython/ports/atmel-samd/`` directory. +(``~/circuitpython/``). 1. There are various submodules that reside in different repositories. In order to have these submodules locally, you must pull them into your clone, using: @@ -162,14 +161,15 @@ These commands should be executed from the root directory of the repository make -C mpy-cross +Build commands are run from the ``~/circuitpython/ports/atmel-samd`` directory. + To build for the Arduino Zero: .. code-block:: shell make -To build for other boards you must change it by setting ``BOARD``. This command -is executed from the ``~/circuitpython/ports/atmel-samd`` directory. For example: +To build for other boards you must change it by setting ``BOARD``. For example: .. code-block:: shell