Skip to content

Commit

Permalink
esp32/README: Updated readme with req IDF vers for ESP32-S2, C3 and S3.
Browse files Browse the repository at this point in the history
  • Loading branch information
UnexpectedMaker authored and dpgeorge committed Sep 21, 2021
1 parent 71111cf commit 7bf466a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ports/esp32/README.md
Expand Up @@ -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
---------------------

Expand Down

0 comments on commit 7bf466a

Please sign in to comment.