File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,19 @@ To check out a copy of the IDF use git clone:
50
50
$ git clone -b v4.0.2 --recursive https://github.com/espressif/esp-idf.git
51
51
```
52
52
53
- You can replace ` v4.0.2 ` with ` v4.1.1 ` or any other supported version.
53
+ You can replace ` v4.0.2 ` with ` v4.1.1 ` or ` v4.2 ` or any other supported version.
54
54
(You don't need a full recursive clone; see the ` ci_esp32_setup ` function in
55
55
` tools/ci.sh ` in this repository for more detailed set-up commands.)
56
56
57
+ If you already have a copy of the IDF then checkout a version compatible with
58
+ MicroPython and update the submodules using:
59
+
60
+ ``` bash
61
+ $ cd esp-idf
62
+ $ git checkout v4.2
63
+ $ git submodule update --init --recursive
64
+ ```
65
+
57
66
After you've cloned and checked out the IDF to the correct version, run the
58
67
` install.sh ` script:
59
68
You can’t perform that action at this time.
0 commit comments