Skip to content

Commit 921b955

Browse files
committed
Merge branch 'feat/add_v5.0.0.0_version' into 'master'
feat: Added new v5.0.0.0 version See merge request application/esp-at!1947
2 parents 6da651f + bfc1a78 commit 921b955

26 files changed

+94
-24
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The following table shows ESP-AT support status of Espressif SoCs.
2828
|ESP32-C2 | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v3.3.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/v3.4.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/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) |
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) |
31-
|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) |
31+
|ESP32-C5 | | | | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v5.0.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
32+
|ESP32-C61 | | | | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v5.0.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3333

3434
- ![alt text][released]: Released versions. You can click ![alt text][released] to go to the corresponding release page and download the AT firmware.
3535
- ![alt text][supported]: Supported versions. You can click ![alt text][supported] to go to the corresponding branch and develop your own AT firmware.

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ esp-at 作为由 Espressif Systems (@[espressif](https://github.com/espressif/))
2828
|ESP32-C2 | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v3.3.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/v3.4.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/release/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) |
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) |
31-
|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) |
31+
|ESP32-C5 | | | | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v5.0.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
32+
|ESP32-C61 | | | | | [![alt text][released]](https://github.com/espressif/esp-at/releases/tag/v5.0.0.0) | [![alt text][supported]](https://github.com/espressif/esp-at/tree/master) |
3333

3434
- ![alt text][released]:已发布的版本,您可以点击 ![alt text][released] 前往对应的发布页下载 AT 固件。
3535
- ![alt text][supported]:已支持的版本,您可以点击 ![alt text][supported] 前往对应的分支开发您自己的 AT 固件。

components/at/lib/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ESP32: 3258eee
22
ESP32C3: 3258eee
33
ESP32C2: 3258eee
4-
ESP32C5: f603c6a
4+
ESP32C5: 3aa9659
55
ESP32C6: 3258eee
6-
ESP32C61:f603c6a
6+
ESP32C61:3aa9659
77
ESP32S2: 3258eee
-84 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.
-84 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.

docs/_static/js/at_versions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ var DOCUMENTATION_VERSIONS = {
66
// latest
77
{ name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32s2"] },
88

9+
// v5.0.0.0
10+
{ name: "release-v5.0.0.0", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32s2" ] },
11+
912
// v4.1.0.0
1013
{ name: "release-v4.1.0.0", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3", "esp32c6", "esp32s2" ] },
1114

docs/en/AT_Binary_Lists/esp_at_binaries.rst

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,14 @@ 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 November 2025.
187+
.. hint::
188+
Please contact `Espressif Sales <https://www.espressif.com/en/contact-us/sales-questions>`_ or [email protected] for AT firmware suitable for the {IDF_TARGET_NAME} series chips.
189+
190+
If you contact us via email, please include "Request {IDF_TARGET_NAME} AT Firmware Download Link" in the subject line, and provide the following information in the email body: your company name, the Espressif product you are using, project name, application scenario, project start date, expected mass production date, project status, annual estimated purchase quantity, and the required AT firmware version.
191+
192+
Released version:
193+
194+
- v5.0.0.0 (Recommended)
188195

189196
.. only:: esp32c6
190197

@@ -197,10 +204,17 @@ Before using the AT firmware below, please read the :doc:`../disclaimer` careful
197204

198205
.. only:: esp32c61
199206

200-
ESP32-C6-4MB Series
201-
^^^^^^^^^^^^^^^^^^^
207+
ESP32-C61-4MB Series
208+
^^^^^^^^^^^^^^^^^^^^
209+
210+
.. hint::
211+
Please contact `Espressif Sales <https://www.espressif.com/en/contact-us/sales-questions>`_ or [email protected] for AT firmware suitable for the {IDF_TARGET_NAME} series chips.
212+
213+
If you contact us via email, please include "Request {IDF_TARGET_NAME} AT Firmware Download Link" in the subject line, and provide the following information in the email body: your company name, the Espressif product you are using, project name, application scenario, project start date, expected mass production date, project status, annual estimated purchase quantity, and the required AT firmware version.
214+
215+
Released version:
202216

203-
The first version of ESP-AT firmware is planned to be released in November 2025.
217+
- v5.0.0.0 (Recommended)
204218

205219
.. only:: esp32s2
206220

docs/en/AT_Command_Set/Basic_AT_Commands.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,11 @@ Note
17911791
- Since the RF TX Power is actually divided into several levels, and each level has its own value range, the ``wifi_power`` value queried by the ``esp_wifi_get_max_tx_power`` may differ from the value set by ``esp_wifi_set_max_tx_power`` and is no larger than the set value.
17921792
- It is recommended to set the two parameters <ble_scan_power> and <ble_conn_power> to the same value as the <ble_adv_power> parameter. Otherwise, they will be automatically adjusted to the value of <ble_adv_power>.
17931793

1794+
.. only:: esp32c61
1795+
1796+
.. attention::
1797+
The BLE transmit power must be configured immediately after initialization. If scanning has been enabled even once, any subsequent attempts to set the transmit power will fail.
1798+
17941799
.. _cmd-RFCAL:
17951800

17961801
:ref:`AT <Basic-AT>`: RF Full Calibration

0 commit comments

Comments
 (0)