Skip to content

Commit

Permalink
Merge branch 'featrue/remove_esp32-S2_preview_v4.2' into 'release/v4.2'
Browse files Browse the repository at this point in the history
docs: ESP-IDF v4.2 fully supports ESP32-S2, remove documentation that describe preview support (v4.2)

See merge request espressif/esp-idf!11467
  • Loading branch information
projectgus committed Dec 4, 2020
2 parents 901dce4 + 1f3d858 commit c40f259
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 87 deletions.
3 changes: 1 addition & 2 deletions docs/conf_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@
'api-reference/peripherals/secure_element.rst',
'hw-reference/esp32/**'] + LEGACY_DOCS

ESP32S2_DOCS = ['esp32s2.rst',
'hw-reference/esp32s2/**',
ESP32S2_DOCS = ['hw-reference/esp32s2/**',
'api-guides/ulps2_instruction_set.rst',
'api-guides/dfu.rst',
'api-reference/peripherals/hmac.rst',
Expand Down
82 changes: 0 additions & 82 deletions docs/en/esp32s2.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ This is the documentation for Espressif IoT Development Framework (`esp-idf <htt
.. toctree::
:hidden:

:esp32s2: ESP32-S2 Preview Support <esp32s2>
Get Started <get-started/index>
API Reference <api-reference/index>
H/W Reference <hw-reference/index>
Expand Down
1 change: 0 additions & 1 deletion docs/zh_CN/esp32s2.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/zh_CN/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ ESP-IDF 是 `ESP32 <https://www.espressif.com/zh-hans/products/hardware/esp32/ov
.. toctree::
:hidden:

:esp32s2: ESP32-S2 预览 <esp32s2>
快速入门 <get-started/index>
API 参考 <api-reference/index>
H/W 参考 <hw-reference/index>
Expand Down

0 comments on commit c40f259

Please sign in to comment.