Skip to content
Snippets Groups Projects
Commit 112a3047 authored by dx's avatar dx
Browse files

Simplify submodules stuff in readme

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