Skip to content
Snippets Groups Projects
Commit ebf1dc57 authored by dx's avatar dx Committed by q3k
Browse files

README: read mpy-cross and submodules preparation steps

parent c68c5566
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,18 @@ Standard ESP-IDF project machinery present and working. You can run `idf.py` fro
### Building
Prepare build:
```
$ cd micropython/
$ make -C mpy-cross
$ cd ports/esp32
$ make submodules
$ cd ../../../
```
Build normally with idf.py:
```
$ idf.py build
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment