File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ run `make` in its directory to build and install the SDK locally. Make sure
34
34
to add toolchain bin directory to your PATH. Read esp-open-sdk's README for
35
35
additional important information on toolchain setup.
36
36
37
+ Travis builds, including releases are actually built using a specific
38
+ esp-open-sdk binary. The location of the binary can be seen in the
39
+ ` .travis.yml ` in the top-level directory of CircuitPython. This may be ahead
40
+ of or behind the pfalcon repository, depending on the specific needs of
41
+ CircuitPython. If your local system is binary-compatible with Travis
42
+ (most Ubuntu and Debian based systems are), you can download the binary and
43
+ skip building it locally.
44
+
37
45
Add the external dependencies to the MicroPython repository checkout:
38
46
``` bash
39
47
$ git submodule update --init
You can’t perform that action at this time.
0 commit comments