File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
3434to add toolchain bin directory to your PATH. Read esp-open-sdk's README for
3535additional important information on toolchain setup.
3636
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+
3745Add the external dependencies to the MicroPython repository checkout:
3846``` bash
3947$ git submodule update --init
You can’t perform that action at this time.
0 commit comments