docs: update esp32s2 summary page

- Refer to the toolchain links on IDF Tools page
- Update the wording around v4.1/v4.2 releases
- Remove the section about 3 different versions (of S2-beta)
- Add link to the list of features maintained externally
This commit is contained in:
Ivan Grokhotkov
2020-02-18 12:06:27 +01:00
committed by Angus Gratton
parent cb7f2d737a
commit b497819667
7 changed files with 48 additions and 34 deletions

View File

@@ -960,7 +960,7 @@ Selecting the Target
ESP-IDF supports multiple targets (chips). The identifiers used for each chip are as follows:
* ``esp32`` — for ESP32-D0WD, ESP32-D2WD, ESP32-S0WD (ESP-SOLO), ESP32-U4WD, ESP32-PICO-D4
* ``esp32`` — for ESP32-D0WD, ESP32-D2WD, ESP32-S0WD (ESP-SOLO), ESP32-U4WDH, ESP32-PICO-D4
* ``esp32s2``— for ESP32-S2
To select the target before building the project, use ``idf.py set-target <target>`` command, for example::