Skip to content

Commit 9abae64

Browse files
committed
Merge branch 'docs/add_esp32c61_docs_support' into 'master'
docs(ESPAT-2420): Added the document support for esp32c61 See merge request application/esp-at!1930
2 parents f29494a + be40241 commit 9abae64

File tree

77 files changed

+916
-456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+916
-456
lines changed

.gitlab/ci/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
parallel:
2323
matrix:
2424
- DOCLANG: ["en", "zh_CN"]
25-
DOCTGT: ["esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32s2"]
25+
DOCTGT: ["esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32s2"]
2626

2727
build_docs_html:
2828
extends:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
- [中文版](./README_CN.md)
77

8-
esp-at project was started and powered by Espressif Systems (@[espressif](https://github.com/espressif/)) as an official project, for the **ESP32-C2**, **ESP32-C3**, **ESP32-C5**, **ESP32-C6**, **ESP32**, and **ESP32-S2** Series SoCs provided for Windows, Linux, and macOS.
8+
esp-at project was started and powered by Espressif Systems (@[espressif](https://github.com/espressif/)) as an official project, for the **ESP32-C2**, **ESP32-C3**, **ESP32-C5**, **ESP32-C6**, **ESP32-C61**, **ESP32**, and **ESP32-S2** Series SoCs provided for Windows, Linux, and macOS.
99
It is now supported and maintained by Espressif esp-at team (@[esp-at](https://github.com/espressif/esp-at)). **Before using the ESP-AT solution, please read the [disclaimer](https://docs.espressif.com/projects/esp-at/en/latest/esp32/disclaimer.html) carefully and comply with its terms and precautions.**
1010

1111
# Introduction
@@ -29,6 +29,7 @@ The following table shows ESP-AT support status of Espressif SoCs.
2929
|ESP32-C6 | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/v3.3.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/v3.4.0.0) | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.0.0.0) | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3030
|ESP32-S2 | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v3.4.0.0) | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3131
|ESP32-C5 | | | | | ![alt text][pre-release] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
32+
|ESP32-C61 | | | | | ![alt text][pre-release] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3233

3334
- ![alt text][released]: Released versions. You can click ![alt text][released] to go to the corresponding release page and download the AT firmware.
3435
- ![alt text][supported]: Supported versions. You can click ![alt text][supported] to go to the corresponding branch and develop your own AT firmware.
@@ -46,8 +47,7 @@ Please choose one of the following options based on your needs:
4647
[no-plan]: https://img.shields.io/badge/-no--plan-808080
4748

4849
**Other series of chips:**
49-
- ESP-AT will support ESP32-C5 series of chips.
50-
- ESP-AT will not support ESP32-S3 and ESP32-H series of chips.
50+
- ESP-AT will not support ESP32-S3 and ESP32-H2 series of chips.
5151

5252
# Support Periods of ESP-AT
5353

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
- [English Version](./README.md)
77

8-
esp-at 作为由 Espressif Systems (@[espressif](https://github.com/espressif/)) 发起和提供技术支持的官方项目,适用于 Windows、Linux、macOS 上的 **ESP32-C2****ESP32-C3****ESP32-C5****ESP32-C6****ESP32****ESP32-S2** 系列芯片。
8+
esp-at 作为由 Espressif Systems (@[espressif](https://github.com/espressif/)) 发起和提供技术支持的官方项目,适用于 Windows、Linux、macOS 上的 **ESP32-C2****ESP32-C3****ESP32-C5****ESP32-C6****ESP32-C61****ESP32****ESP32-S2** 系列芯片。
99
当前该项目由 Espressif esp-at 团队 (@[esp-at](https://github.com/espressif/esp-at)) 负责技术支持和维护。**在使用 ESP-AT 方案前,请仔细阅读 [特别声明](https://docs.espressif.com/projects/esp-at/zh_CN/latest/esp32/disclaimer.html),并遵循其中的各项条款和注意事项。**
1010

1111
# 简介
@@ -29,6 +29,7 @@ esp-at 作为由 Espressif Systems (@[espressif](https://github.com/espressif/))
2929
|ESP32-C6 | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/v3.3.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/v3.4.0.0) | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.0.0.0) | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3030
|ESP32-S2 | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v3.4.0.0) | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v4.1.1.0) | ![alt text][no-plan] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3131
|ESP32-C5 | | | | | ![alt text][pre-release] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
32+
|ESP32-C61 | | | | | ![alt text][pre-release] | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3233

3334
- ![alt text][released]:已发布的版本,您可以点击 ![alt text][released] 前往对应的发布页下载 AT 固件。
3435
- ![alt text][supported]:已支持的版本,您可以点击 ![alt text][supported] 前往对应的分支开发您自己的 AT 固件。
@@ -46,8 +47,7 @@ esp-at 作为由 Espressif Systems (@[espressif](https://github.com/espressif/))
4647
[no-plan]: https://img.shields.io/badge/-无计划-808080
4748

4849
**其它系列芯片:**
49-
- ESP-AT 将计划支持 ESP32-C5 芯片。
50-
- ESP-AT 无计划支持 ESP32-S3、ESP32-H 系列芯片。
50+
- ESP-AT 无计划支持 ESP32-S3、ESP32-H2 系列芯片。
5151

5252
# ESP-AT 版本支持期限
5353

-380 Bytes
Loading
69.4 KB
Loading
48.7 KB
Loading
4.32 KB
Loading

docs/_static/js/at_versions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var DOCUMENTATION_VERSIONS = {
44
},
55
VERSIONS: [
66
// latest
7-
{ name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32s2"] },
7+
{ name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32s2"] },
88

99
// v4.1.0.0
1010
{ name: "release-v4.1.0.0", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3", "esp32c6", "esp32s2" ] },
@@ -51,6 +51,7 @@ var DOCUMENTATION_VERSIONS = {
5151
{ text: "ESP32-C3", value: "esp32c3"},
5252
{ text: "ESP32-C5", value: "esp32c5"},
5353
{ text: "ESP32-C6", value: "esp32c6"},
54+
{ text: "ESP32-C61", value: "esp32c61"},
5455
{ text: "ESP32-S2", value: "esp32s2"},
5556
{ text: "ESP32", value: "esp32"},
5657
{ text: "ESP8266", value: "esp8266"},

docs/conf_common.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151

5252
ESP32C6_DOCS = SPI_DOCS + SDIO_DOCS + BLE_DOCS
5353

54+
ESP32C61_DOCS = SPI_DOCS + SDIO_DOCS + BLE_DOCS
55+
5456
ESP32S2_DOCS = []
5557

5658
# format: {tag needed to include: documents to included}, tags are parsed from sdkconfig and peripheral_caps.h headers
@@ -60,6 +62,7 @@
6062
'esp32c3':ESP32C3_DOCS,
6163
'esp32c5':ESP32C5_DOCS,
6264
'esp32c6':ESP32C6_DOCS,
65+
'esp32c61':ESP32C61_DOCS,
6366
'esp32s2':ESP32S2_DOCS
6467
}
6568

@@ -78,7 +81,7 @@
7881
html_context['github_user'] = 'espressif'
7982
html_context['github_repo'] = 'esp-at'
8083

81-
idf_targets = ['esp32', 'esp32c2', 'esp32c3', 'esp32c5', 'esp32c6', 'esp32s2']
84+
idf_targets = ['esp32', 'esp32c2', 'esp32c3', 'esp32c5', 'esp32c6', 'esp32c61', 'esp32s2']
8285
languages = ['en', 'zh_CN']
8386

8487
google_analytics_id = 'G-R6EJ3YJP4G'

docs/en/AT_Binary_Lists/esp_at_binaries.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ It is recommended to use the lastest version of firmware. Currently, Espressif r
1515

1616
.. only:: esp32 or esp32c2
1717

18-
- If you are unsure which AT firmware your module should use, please read the :doc:`../Compile_and_Develop/esp-at_firmware_differences` document first. This document compares the differences among different {IDF_TARGET_NAME} AT firmwares in terms of supported command sets, hardware configurations, and module compatibility, helping you determine if there is a suitable firmware for your module's hardware configuration.
18+
- If you are unsure which AT firmware your module should use, please read the :doc:`../Compile_and_Develop/esp-at_firmware_differences` document first. It compares the various {IDF_TARGET_NAME} AT firmwares in terms of supported command sets, hardware configurations, and module compatibility, helping you determine which firmware best matches your module's hardware configuration.
1919

20-
.. only:: esp32c3 or esp32c5 or esp32c6 or esp32s2
20+
.. only:: esp32c3 or esp32c5 or esp32c6 or esp32c61 or esp32s2
2121

2222
- If you are unsure whether your module can use the default AT firmware, please read the :doc:`../Compile_and_Develop/esp-at_firmware_differences` document first. This document compares the differences among different {IDF_TARGET_NAME} AT firmwares in terms of supported command sets, hardware configurations, and module compatibility, helping you confirm if your module's hardware configuration is suitable for using the default AT firmware.
2323

@@ -28,7 +28,7 @@ It is recommended to use the lastest version of firmware. Currently, Espressif r
2828
- :ref:`at-py-modify-uart`
2929
- :ref:`at-py-modify-wifi`
3030
- :ref:`at-py-modify-pki`
31-
:esp32 or esp32c2 or esp32c3 or esp32c5 or esp32c6: - :ref:`at-py-modify-gatts`
31+
:esp32 or esp32c2 or esp32c3 or esp32c5 or esp32c6 or esp32c61: - :ref:`at-py-modify-gatts`
3232

3333
Disclaimer
3434
^^^^^^^^^^
@@ -184,7 +184,7 @@ Before using the AT firmware below, please read the :doc:`../disclaimer` careful
184184
ESP32-C5-4MB Series
185185
^^^^^^^^^^^^^^^^^^^
186186

187-
The first version of ESP-AT firmware is planned to be released in October 2025.
187+
The first version of ESP-AT firmware is planned to be released in November 2025.
188188

189189
.. only:: esp32c6
190190

@@ -195,6 +195,13 @@ Before using the AT firmware below, please read the :doc:`../disclaimer` careful
195195
- v4.1.0.0 `ESP32-C6-4MB-AT-V4.1.0.0.zip <https://dl.espressif.com/esp-at/firmwares/esp32c6/ESP32-C6-4MB-AT-V4.1.0.0.zip>`__
196196
- v4.0.0.0 `ESP32-C6-4MB-AT-V4.0.0.0.zip <https://dl.espressif.com/esp-at/firmwares/esp32c6/ESP32-C6-4MB-AT-V4.0.0.0.zip>`__
197197

198+
.. only:: esp32c61
199+
200+
ESP32-C6-4MB Series
201+
^^^^^^^^^^^^^^^^^^^
202+
203+
The first version of ESP-AT firmware is planned to be released in November 2025.
204+
198205
.. only:: esp32s2
199206

200207
ESP32-S2-MINI Series

0 commit comments

Comments
 (0)