Skip to content

Commit e5d2fae

Browse files
authored
Merge pull request #1261 from jepler/esp8266-prebuilt-sdk
esp8266/README: comment on the specific binary SDK used
2 parents 8d58093 + 012cc46 commit e5d2fae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ports/esp8266/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ run `make` in its directory to build and install the SDK locally. Make sure
3434
to add toolchain bin directory to your PATH. Read esp-open-sdk's README for
3535
additional 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+
3745
Add the external dependencies to the MicroPython repository checkout:
3846
```bash
3947
$ git submodule update --init

0 commit comments

Comments
 (0)