diff --git a/docs/docs_not_updated/esp32c5.txt b/docs/docs_not_updated/esp32c5.txt index 0fdd62245d..78e9f9ee89 100644 --- a/docs/docs_not_updated/esp32c5.txt +++ b/docs/docs_not_updated/esp32c5.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/docs/docs_not_updated/esp32c61.txt b/docs/docs_not_updated/esp32c61.txt index 9f53a7c932..444a1b4d36 100644 --- a/docs/docs_not_updated/esp32c61.txt +++ b/docs/docs_not_updated/esp32c61.txt @@ -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 @@ -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 @@ -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 diff --git a/docs/en/about.rst b/docs/en/about.rst index 8179b8f2ca..b51032cb09 100644 --- a/docs/en/about.rst +++ b/docs/en/about.rst @@ -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 `_, 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 `_, 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 `_, 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 `_, the framework to develop applications for {IDF_TARGET_NAME}. diff --git a/docs/zh_CN/about.rst b/docs/zh_CN/about.rst index e9b8aa3a37..80d668ed13 100644 --- a/docs/zh_CN/about.rst +++ b/docs/zh_CN/about.rst @@ -30,12 +30,24 @@ {IDF_TARGET_NAME} 是一款支持 2.4 GHz Wi-Fi 和低功耗蓝牙的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。 +.. only:: esp32c5 + + 本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `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 `_ 的配套文档。 {IDF_TARGET_NAME} 是一款支持 2.4 GHz Wi-Fi, 802.15.4 Thread/Zigbee 和低功耗蓝牙的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。 +.. only:: esp32c61 + + 本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF `_ 的配套文档。 + + {IDF_TARGET_NAME} 是一款支持 2.4 GHz Wi-Fi 和低功耗蓝牙的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。 + .. only:: esp32h2 本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF `_ 的配套文档。