@@ -28,7 +28,7 @@ manage the ESP32 microcontroller, as well as a way to manage the required
28
28
build environment and toolchains needed to build the firmware.
29
29
30
30
The ESP-IDF changes quickly and MicroPython only supports certain versions.
31
- Currently MicroPython supports v4.0.2, v4.1.1 and v4.2 ,
31
+ Currently MicroPython supports v4.0.2, v4.1.1, v4.2.2, v4.3.2 and v4.4 ,
32
32
although other IDF v4 versions may also work.
33
33
34
34
To install the ESP-IDF the full instructions can be found at the
@@ -50,7 +50,7 @@ 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 ` v4.2 ` or any other supported version.
53
+ You can replace ` v4.0.2 ` with ` v4.2.2 ` or ` v4.4 ` 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
@@ -77,8 +77,7 @@ The `install.sh` step only needs to be done once. You will need to source
77
77
78
78
** Note:** If you are building MicroPython for the ESP32-S2, ESP32-C3 or ESP32-S3,
79
79
please ensure you are using the following required IDF versions:
80
- - ESP32-S3 currently requires latest ` master ` , but eventually ` v4.4 ` or later when
81
- it's available.
80
+ - ESP32-S3 currently requires ` v4.4 ` or later.
82
81
- ESP32-S2 and ESP32-C3 require ` v4.3.1 ` or later.
83
82
84
83
Building the firmware
0 commit comments