We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa491b4 commit 3f82fe8Copy full SHA for 3f82fe8
ports/atmel-samd/README.rst
@@ -141,6 +141,17 @@ The compiler can be changed using the ``CROSS_COMPILE`` variable when invoking
141
Building
142
--------
143
144
+Before building the firmware for a given board the MicroPython cross-compiler
145
+must be built; it will be used to pre-compile some of the built-in scripts to
146
+bytecode. The cross-compiler is built and run on the host machine, using:
147
+
148
+.. code-block:: shell
149
150
+ make -C mpy-cross
151
152
+This command should be executed from the root directory of this repository.
153
+All other commands below should be executed from the ports/atmel-samd/ directory.
154
155
To build for the Arduino Zero:
156
157
.. code-block:: shell
0 commit comments