1 parent 932f07c commit 3d0e3a3Copy full SHA for 3d0e3a3
1 file changed
esp8266/README.md
@@ -32,8 +32,16 @@ found at <https://github.com/pfalcon/esp-open-sdk>. Clone this repository and
32
run `make` in its directory to build and install the SDK locally. Make sure
33
to add toolchain bin directory to your PATH.
34
35
+Add the external dependencies to the MicroPython repository checkout:
36
+```bash
37
+$ git submodule update --init
38
+```
39
+See the README in the repository root for more information about external
40
+dependencies.
41
+
42
Then, to build MicroPython for the ESP8266, just run:
43
```bash
44
+$ cd esp8266
45
$ make
46
```
47
This should produce binary images in the `build/` subdirectory. To flash them
0 commit comments