Skip to content

Commit 3169af7

Browse files
committed
docs: update front page for esp32-c5 and esp32-c61
1 parent 794cf2e commit 3169af7

File tree

4 files changed

+26
-30
lines changed

4 files changed

+26
-30
lines changed

docs/docs_not_updated/esp32c5.txt

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
contribute/esp-idf-tests-with-pytest.rst
2-
contribute/contributor-agreement.rst
3-
contribute/documenting-code.rst
4-
contribute/creating-examples.rst
5-
contribute/style-guide.rst
6-
contribute/copyright-guide.rst
7-
contribute/install-pre-commit-hook.rst
8-
contribute/index.rst
91
api-guides/low-power-mode.rst
102
api-guides/RF_calibration.rst
113
api-guides/deep-sleep-stub.rst
@@ -24,14 +16,6 @@ api-guides/esp-ble-mesh/ble-mesh-architecture.rst
2416
api-guides/esp-ble-mesh/ble-mesh-faq.rst
2517
api-guides/wifi-security.rst
2618
api-guides/openthread.rst
27-
third-party-tools/platformio.rst
28-
third-party-tools/clion.rst
29-
third-party-tools/visualgdb.rst
30-
COPYRIGHT.rst
31-
libraries-and-frameworks/libs-frameworks.rst
32-
libraries-and-frameworks/index.rst
33-
libraries-and-frameworks/cloud-frameworks.rst
34-
versions.rst
3519
api-reference/template.rst
3620
api-reference/storage/vfs.rst
3721
api-reference/storage/spiffs.rst
@@ -102,8 +86,6 @@ api-reference/bluetooth/classic_bt.rst
10286
api-reference/index.rst
10387
api-reference/protocols/esp_serial_slave_link.rst
10488
api-reference/protocols/esp_crt_bundle.rst
105-
about.rst
106-
resources.rst
10789
get-started/establish-serial-connection.rst
10890
get-started/linux-macos-setup.rst
10991
get-started/linux-macos-start-project.rst
@@ -113,4 +95,4 @@ get-started/flashing-troubleshooting.rst
11395
get-started/windows-start-project.rst
11496
get-started/index.rst
11597
get-started/windows-setup-update.rst
116-
index.rst
98+
hw-reference/index.rst

docs/docs_not_updated/esp32c61.txt

+1-11
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ api-guides/esp-ble-mesh/ble-mesh-faq.rst
2828
api-guides/wifi-security.rst
2929
api-guides/index.rst
3030
api-guides/openthread.rst
31-
third-party-tools/platformio.rst
32-
third-party-tools/clion.rst
33-
third-party-tools/visualgdb.rst
34-
COPYRIGHT.rst
35-
libraries-and-frameworks/libs-frameworks.rst
36-
libraries-and-frameworks/index.rst
37-
libraries-and-frameworks/cloud-frameworks.rst
38-
versions.rst
3931
api-reference/template.rst
4032
api-reference/storage/vfs.rst
4133
api-reference/storage/spiffs.rst
@@ -176,8 +168,6 @@ api-reference/protocols/modbus.rst
176168
api-reference/protocols/mdns.rst
177169
api-reference/protocols/index.rst
178170
api-reference/protocols/asio.rst
179-
about.rst
180-
resources.rst
181171
get-started/establish-serial-connection.rst
182172
get-started/linux-macos-setup.rst
183173
get-started/linux-macos-start-project.rst
@@ -187,4 +177,4 @@ get-started/flashing-troubleshooting.rst
187177
get-started/windows-start-project.rst
188178
get-started/index.rst
189179
get-started/windows-setup-update.rst
190-
index.rst
180+
hw-reference/index.rst

docs/en/about.rst

+12
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,24 @@ About
3030

3131
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.
3232

33+
.. only:: esp32c5
34+
35+
This is documentation of `ESP-IDF <https://github.com/espressif/esp-idf>`_, the framework to develop applications for {IDF_TARGET_NAME}.
36+
37+
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.
38+
3339
.. only:: esp32c6
3440

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

3743
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.
3844

45+
.. only:: esp32c61
46+
47+
This is documentation of `ESP-IDF <https://github.com/espressif/esp-idf>`_, the framework to develop applications for {IDF_TARGET_NAME}.
48+
49+
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.
50+
3951
.. only:: esp32h2
4052

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

docs/zh_CN/about.rst

+12
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,24 @@
3030

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

33+
.. only:: esp32c5
34+
35+
本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF <https://github.com/espressif/esp-idf>`_ 的配套文档。
36+
37+
{IDF_TARGET_NAME} 是一款支持 2.4 & 5 GHz 双频 Wi-Fi、低功耗蓝牙和 802.15.4 Thread/Zigbee 的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。
38+
3339
.. only:: esp32c6
3440

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

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

45+
.. only:: esp32c61
46+
47+
本指南为 {IDF_TARGET_NAME} 官方应用开发框架 `ESP-IDF <https://github.com/espressif/esp-idf>`_ 的配套文档。
48+
49+
{IDF_TARGET_NAME} 是一款支持 2.4 GHz Wi-Fi 和低功耗蓝牙的芯片,搭载 RISC-V RV32IMAC 32 位单核处理器。
50+
3951
.. only:: esp32h2
4052

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

0 commit comments

Comments
 (0)