Skip to content

Commit

Permalink
docs: update front page for esp32-c5 and esp32-c61
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindazhxy committed Sep 30, 2024
1 parent 794cf2e commit 3169af7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 30 deletions.
20 changes: 1 addition & 19 deletions docs/docs_not_updated/esp32c5.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
contribute/esp-idf-tests-with-pytest.rst
contribute/contributor-agreement.rst
contribute/documenting-code.rst
contribute/creating-examples.rst
contribute/style-guide.rst
contribute/copyright-guide.rst
contribute/install-pre-commit-hook.rst
contribute/index.rst
api-guides/low-power-mode.rst
api-guides/RF_calibration.rst
api-guides/deep-sleep-stub.rst
Expand All @@ -24,14 +16,6 @@ api-guides/esp-ble-mesh/ble-mesh-architecture.rst
api-guides/esp-ble-mesh/ble-mesh-faq.rst
api-guides/wifi-security.rst
api-guides/openthread.rst
third-party-tools/platformio.rst
third-party-tools/clion.rst
third-party-tools/visualgdb.rst
COPYRIGHT.rst
libraries-and-frameworks/libs-frameworks.rst
libraries-and-frameworks/index.rst
libraries-and-frameworks/cloud-frameworks.rst
versions.rst
api-reference/template.rst
api-reference/storage/vfs.rst
api-reference/storage/spiffs.rst
Expand Down Expand Up @@ -102,8 +86,6 @@ api-reference/bluetooth/classic_bt.rst
api-reference/index.rst
api-reference/protocols/esp_serial_slave_link.rst
api-reference/protocols/esp_crt_bundle.rst
about.rst
resources.rst
get-started/establish-serial-connection.rst
get-started/linux-macos-setup.rst
get-started/linux-macos-start-project.rst
Expand All @@ -113,4 +95,4 @@ get-started/flashing-troubleshooting.rst
get-started/windows-start-project.rst
get-started/index.rst
get-started/windows-setup-update.rst
index.rst
hw-reference/index.rst
12 changes: 1 addition & 11 deletions docs/docs_not_updated/esp32c61.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ api-guides/esp-ble-mesh/ble-mesh-faq.rst
api-guides/wifi-security.rst
api-guides/index.rst
api-guides/openthread.rst
third-party-tools/platformio.rst
third-party-tools/clion.rst
third-party-tools/visualgdb.rst
COPYRIGHT.rst
libraries-and-frameworks/libs-frameworks.rst
libraries-and-frameworks/index.rst
libraries-and-frameworks/cloud-frameworks.rst
versions.rst
api-reference/template.rst
api-reference/storage/vfs.rst
api-reference/storage/spiffs.rst
Expand Down Expand Up @@ -176,8 +168,6 @@ api-reference/protocols/modbus.rst
api-reference/protocols/mdns.rst
api-reference/protocols/index.rst
api-reference/protocols/asio.rst
about.rst
resources.rst
get-started/establish-serial-connection.rst
get-started/linux-macos-setup.rst
get-started/linux-macos-start-project.rst
Expand All @@ -187,4 +177,4 @@ get-started/flashing-troubleshooting.rst
get-started/windows-start-project.rst
get-started/index.rst
get-started/windows-setup-update.rst
index.rst
hw-reference/index.rst
12 changes: 12 additions & 0 deletions docs/en/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,24 @@ About

The {IDF_TARGET_NAME} is a 2.4 GHz Wi-Fi Bluetooth Low Energy combo SoC, which integrates a 32-bit RISC-V RV32IMC single-core processor.

.. only:: esp32c5

This is documentation of `ESP-IDF <https://github.com/espressif/esp-idf>`_, the framework to develop applications for {IDF_TARGET_NAME}.

The {IDF_TARGET_NAME} is a 2.4 & 5 GHz dual-band Wi-Fi, Bluetooth Low Energy, and 802.15.4 Thread/Zigbee combo SoC, which integrates a 32-bit RISC-V RV32IMAC single-core processor.

.. only:: esp32c6

This is documentation of `ESP-IDF <https://github.com/espressif/esp-idf>`_, the framework to develop applications for {IDF_TARGET_NAME}.

The {IDF_TARGET_NAME} is a 2.4 GHz Wi-Fi, Bluetooth Low Energy, and 802.15.4 Thread/Zigbee combo SoC, which integrates a 32-bit RISC-V RV32IMAC single-core processor.

.. only:: esp32c61

This is documentation of `ESP-IDF <https://github.com/espressif/esp-idf>`_, the framework to develop applications for {IDF_TARGET_NAME}.

The {IDF_TARGET_NAME} is a 2.4 GHz Wi-Fi and Bluetooth Low Energy, which integrates a 32-bit RISC-V RV32IMAC single-core processor.

.. only:: esp32h2

This is documentation of `ESP-IDF <https://github.com/espressif/esp-idf>`_, the framework to develop applications for {IDF_TARGET_NAME}.
Expand Down
12 changes: 12 additions & 0 deletions docs/zh_CN/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,24 @@

{IDF_TARGET_NAME} 是一款支持 2.4 GHz Wi-Fi 和低功耗蓝牙的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。

.. only:: esp32c5

本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF <https://github.com/espressif/esp-idf>`_ 的配套文档。

{IDF_TARGET_NAME} 是一款支持 2.4 & 5 GHz 双频 Wi-Fi、低功耗蓝牙和 802.15.4 Thread/Zigbee 的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。

.. only:: esp32c6

本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF <https://github.com/espressif/esp-idf>`_ 的配套文档。

{IDF_TARGET_NAME} 是一款支持 2.4 GHz Wi-Fi, 802.15.4 Thread/Zigbee 和低功耗蓝牙的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。

.. only:: esp32c61

本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF <https://github.com/espressif/esp-idf>`_ 的配套文档。

{IDF_TARGET_NAME} 是一款支持 2.4 GHz Wi-Fi 和低功耗蓝牙的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。

.. only:: esp32h2

本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF <https://github.com/espressif/esp-idf>`_ 的配套文档。
Expand Down

0 comments on commit 3169af7

Please sign in to comment.