mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
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:

committed by
Angus Gratton

parent
cb7f2d737a
commit
b497819667
@@ -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)
|
||||
|
Reference in New Issue
Block a user