summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeon Rozenblum <seon@unexpectedmaker.com>2021-09-20 11:34:52 +1000
committerDamien George <damien@micropython.org>2021-09-22 00:41:02 +1000
commit7bf466a2811fcad6518441c6a2987beb590e3326 (patch)
treea86c905d570a7f7b672ef185c8587281de8628f5
parent71111cffbaef778635e212550ff3f0521c43f592 (diff)
esp32/README: Updated readme with req IDF vers for ESP32-S2, C3 and S3.
-rw-r--r--ports/esp32/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md
index c7d40070d..42cd58817 100644
--- a/ports/esp32/README.md
+++ b/ports/esp32/README.md
@@ -75,6 +75,12 @@ $ source export.sh # (or export.bat on Windows)
The `install.sh` step only needs to be done once. You will need to source
`export.sh` for every new session.
+**Note:** If you are building MicroPython for the ESP32-S2, ESP32-C3 or ESP32-S3,
+please ensure you are using the following required IDF versions:
+- ESP32-S3 currently requires latest `master`, but eventually `v4.4` or later when
+ it's available.
+- ESP32-S2 and ESP32-C3 require `v4.3.1` or later.
+
Building the firmware
---------------------