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

@@ -154,9 +154,10 @@ def update_exclude_patterns(tags):
exclude_patterns.append(e)
if "esp32s2" not in tags:
# Exclude ESP32-only document pages so they aren't found in the initial search for .rst files
# Exclude ESP32-S2-only document pages so they aren't found in the initial search for .rst files
# note: in toctrees, these also need to be marked with a :esp32: filter
for e in ['hw-reference/esp32s2/**',
for e in ['esp32s2.rst',
'hw-reference/esp32s2/**',
'api-guides/ulps2_instruction_set.rst',
'api-reference/peripherals/temp_sensor.rst']:
exclude_patterns.append(e)