Skip to content
Snippets Groups Projects
Commit 02c93a88 authored by q3k's avatar q3k
Browse files

README: use standard git mechanism for submodules

As part of the history rewrite we removed all unused micropython
submodules, so we don't have to use their machinery anymore to only
update submodules that are in use by our port.
parent 97a062c5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ Standard ESP-IDF project machinery present and working. You can run `idf.py` fro
Prepare submodules:
```
$ make -C micropython/ports/esp32 submodules
git submodule update --init --recursive
```
Build normally with idf.py:
......
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