diff --git a/README.md b/README.md index f6bb5745..47c02561 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The AT command firmware allows for rapid integration by providing: - ESP32-C2 Series - **Preferred recommended chip for using ESP-AT on** - - The first version of ESP-AT firmware (v3.0.0.0) is planned to be released in November. + - Recommended released version: [v3.0.0.0](https://github.com/espressif/esp-at/releases/tag/v3.0.0.0) - ESP32-C3 Series - **Preferred recommended chip for using ESP-AT on** @@ -93,7 +93,7 @@ esp-at 是 MIT 许可证下的免费软件。 - ESP32-C2 系列 - **ESP-AT 首选推荐芯片** - - 计划在 11 月发布首版 ESP-AT 固件(v3.0.0.0)。 + - 推荐使用的发布版本:[v3.0.0.0](https://github.com/espressif/esp-at/releases/tag/v3.0.0.0) - ESP32-C3 系列 - **ESP-AT 首选推荐芯片** diff --git a/components/at/lib/VERSION b/components/at/lib/VERSION index 35ea344f..ee669305 100644 --- a/components/at/lib/VERSION +++ b/components/at/lib/VERSION @@ -1,3 +1,3 @@ -ESP32: dee4c0c -ESP32C3: dee4c0c -ESP32C2: dee4c0c +ESP32: 478a3d0 +ESP32C3: 478a3d0 +ESP32C2: 478a3d0 diff --git a/components/at/lib/libesp32_at_core.a b/components/at/lib/libesp32_at_core.a index 3d85c11b..7e87d6c5 100755 Binary files a/components/at/lib/libesp32_at_core.a and b/components/at/lib/libesp32_at_core.a differ diff --git a/components/at/lib/libesp32_at_core_silence.a b/components/at/lib/libesp32_at_core_silence.a index f5bb7a26..6c3c456e 100755 Binary files a/components/at/lib/libesp32_at_core_silence.a and b/components/at/lib/libesp32_at_core_silence.a differ diff --git a/components/at/lib/libesp32c2_at_core.a b/components/at/lib/libesp32c2_at_core.a index 0b3f84c6..00bde36a 100755 Binary files a/components/at/lib/libesp32c2_at_core.a and b/components/at/lib/libesp32c2_at_core.a differ diff --git a/components/at/lib/libesp32c2_at_core_silence.a b/components/at/lib/libesp32c2_at_core_silence.a index 2bb35c92..81da4ac1 100755 Binary files a/components/at/lib/libesp32c2_at_core_silence.a and b/components/at/lib/libesp32c2_at_core_silence.a differ diff --git a/components/at/lib/libesp32c3_at_core.a b/components/at/lib/libesp32c3_at_core.a index 86d261bc..85ea8864 100755 Binary files a/components/at/lib/libesp32c3_at_core.a and b/components/at/lib/libesp32c3_at_core.a differ diff --git a/components/at/lib/libesp32c3_at_core_silence.a b/components/at/lib/libesp32c3_at_core_silence.a index bbd25835..034834ea 100755 Binary files a/components/at/lib/libesp32c3_at_core_silence.a and b/components/at/lib/libesp32c3_at_core_silence.a differ diff --git a/docs/_static/js/at_versions.js b/docs/_static/js/at_versions.js index 1cc3948b..39bca677 100644 --- a/docs/_static/js/at_versions.js +++ b/docs/_static/js/at_versions.js @@ -6,6 +6,9 @@ var DOCUMENTATION_VERSIONS = { // latest { name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3" ] }, + // v3.0.0.0 + { name: "release-v3.0.0.0", has_targets: true, supported_targets: [ "esp32c2" ]}, + // v2.4.0.0 { name: "release-v2.4.0.0", has_targets: true, supported_targets: [ "esp32", "esp32c3" ]}, diff --git a/docs/en/AT_Binary_Lists/ESP32-C2_AT_binaries.rst b/docs/en/AT_Binary_Lists/ESP32-C2_AT_binaries.rst index a0b21d9d..a61c8dfe 100644 --- a/docs/en/AT_Binary_Lists/ESP32-C2_AT_binaries.rst +++ b/docs/en/AT_Binary_Lists/ESP32-C2_AT_binaries.rst @@ -3,4 +3,17 @@ Released Firmware :link_to_translation:`zh_CN:[中文]` -- The first version of ESP-AT firmware (v3.0.0.0) is planned to be released in November 2022. +It is recommended to use the lastest version of firmware. Currently, Espressif only releases AT firmware for the following {IDF_TARGET_NAME} series of modules. + +.. note:: + If there is no released firmware for your module, you can either use the firmware for the module that has the same hardware configuration as yours (see :doc:`../Compile_and_Develop/esp-at_firmware_differences` for which module has the same configuration), or create a factory parameter bin for your module (see :doc:`../Compile_and_Develop/How_to_create_factory_parameter_bin` for details). + +ESP32-C2 2MB Series +^^^^^^^^^^^^^^^^^^^ + +- v3.0.0.0 `ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip `__ (Recommended) + +ESP32-C2 4MB Series +^^^^^^^^^^^^^^^^^^^ + +- v3.0.0.0 `ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip `__ (Recommended) diff --git a/docs/zh_CN/AT_Binary_Lists/ESP32-C2_AT_binaries.rst b/docs/zh_CN/AT_Binary_Lists/ESP32-C2_AT_binaries.rst index 2a365bda..2a66c926 100644 --- a/docs/zh_CN/AT_Binary_Lists/ESP32-C2_AT_binaries.rst +++ b/docs/zh_CN/AT_Binary_Lists/ESP32-C2_AT_binaries.rst @@ -3,4 +3,17 @@ :link_to_translation:`en:[English]` -- 计划在 2022 年 11 月发布首版 ESP-AT 固件(v3.0.0.0)。 +推荐下载最新版本的固件。目前,乐鑫只发布了以下 {IDF_TARGET_NAME} 系列模组的 AT 固件。 + +.. note:: + 如果您的模组没有发布的固件,可以使用相同硬件配置的模组的固件(点击 :doc:`../Compile_and_Develop/esp-at_firmware_differences` 查看与您的模组硬件配置相同的固件),或者为您的模组创建出厂参数二进制文件(:doc:`../Compile_and_Develop/How_to_create_factory_parameter_bin`)。 + +ESP32-C2 2MB 系列 +^^^^^^^^^^^^^^^^^^^^^^ + +- v3.0.0.0 `ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip `__ (推荐) + +ESP32-C2 4MB 系列 +^^^^^^^^^^^^^^^^^^^^^^ + +- v3.0.0.0 `ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip `__ (推荐) diff --git a/module_config/module_esp32c2-2mb/sdkconfig.defaults b/module_config/module_esp32c2-2mb/sdkconfig.defaults index 0a4558b2..de0f0669 100644 --- a/module_config/module_esp32c2-2mb/sdkconfig.defaults +++ b/module_config/module_esp32c2-2mb/sdkconfig.defaults @@ -131,7 +131,7 @@ CONFIG_AT_OTA_SERVER_PORT=80 CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_SOCKET_MAX_CONN_NUM=5 -CONFIG_ESP_AT_FW_VERSION="2.5.0" +CONFIG_ESP_AT_FW_VERSION="3.0.0" # Wear Levelling CONFIG_WL_SECTOR_SIZE_512=y diff --git a/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults b/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults index 767a9d03..a8cca059 100644 --- a/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults +++ b/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults @@ -134,7 +134,7 @@ CONFIG_AT_OTA_SERVER_PORT=80 CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_SOCKET_MAX_CONN_NUM=5 -CONFIG_ESP_AT_FW_VERSION="2.5.0" +CONFIG_ESP_AT_FW_VERSION="3.0.0" # Wear Levelling CONFIG_WL_SECTOR_SIZE_512=y diff --git a/module_config/module_esp32c2_default/sdkconfig.defaults b/module_config/module_esp32c2_default/sdkconfig.defaults index 103c9b44..078e7241 100644 --- a/module_config/module_esp32c2_default/sdkconfig.defaults +++ b/module_config/module_esp32c2_default/sdkconfig.defaults @@ -128,7 +128,7 @@ CONFIG_AT_OTA_SERVER_PORT=80 CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_SOCKET_MAX_CONN_NUM=5 -CONFIG_ESP_AT_FW_VERSION="2.5.0" +CONFIG_ESP_AT_FW_VERSION="3.0.0" # Wear Levelling CONFIG_WL_SECTOR_SIZE_512=y diff --git a/module_config/module_esp32c2_default/sdkconfig_silence.defaults b/module_config/module_esp32c2_default/sdkconfig_silence.defaults index 1d0ed0c0..43a3aa98 100644 --- a/module_config/module_esp32c2_default/sdkconfig_silence.defaults +++ b/module_config/module_esp32c2_default/sdkconfig_silence.defaults @@ -132,7 +132,7 @@ CONFIG_AT_OTA_SERVER_PORT=80 CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7" CONFIG_AT_SOCKET_MAX_CONN_NUM=5 -CONFIG_ESP_AT_FW_VERSION="2.5.0" +CONFIG_ESP_AT_FW_VERSION="3.0.0" # Wear Levelling CONFIG_WL_SECTOR_SIZE_512=y