diff options
| author | sommersoft <sommersoft@gmail.com> | 2018-03-30 22:26:21 +0000 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2018-03-30 22:26:21 +0000 |
| commit | a5b60647be4c240adccb99cba50b890f36a36b51 (patch) | |
| tree | 180ab688488c0ab0e28bf0669c6a6c1cf9784fd2 | |
| parent | 7c0be04696c0b1eec6be4d0262630dfd766d0cca (diff) | |
improved arrangement
| -rw-r--r-- | ports/atmel-samd/README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst index 271187b9d..4078e7fe9 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 |
