Skip to content

Commit

Permalink
Merge branch 'feat/update_esp32c2_to_v3.1.0.0' into 'master'
Browse files Browse the repository at this point in the history
feat: Updated esp32-c2 version to v3.1.0.0 and core version to c29f2793

See merge request application/esp-at!1385
  • Loading branch information
xcguang committed Jun 2, 2023
2 parents 97b1fa9 + 81c9720 commit c0391fd
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
- Recommended released version: [v3.0.0.0](https://github.com/espressif/esp-at/releases/tag/v3.0.0.0)
- Recommended released version: [v3.1.0.0](https://github.com/espressif/esp-at/releases/tag/v3.1.0.0)

- ESP32-C3 Series
- **Preferred recommended chip for using ESP-AT on**
Expand Down Expand Up @@ -93,7 +93,7 @@ esp-at 是 MIT 许可证下的免费软件。

- ESP32-C2 系列
- **ESP-AT 首选推荐芯片**
- 推荐使用的发布版本:[v3.0.0.0](https://github.com/espressif/esp-at/releases/tag/v3.0.0.0)
- 推荐使用的发布版本:[v3.1.0.0](https://github.com/espressif/esp-at/releases/tag/v3.1.0.0)

- ESP32-C3 系列
- **ESP-AT 首选推荐芯片**
Expand Down
2 changes: 1 addition & 1 deletion components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ESP32: d1f7b28
ESP32C3: d1f7b28
ESP32C2: d1f7b28
ESP32C2: c29f279
Binary file modified components/at/lib/libesp32c2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c2_at_core_silence.a
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/_static/js/at_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ var DOCUMENTATION_VERSIONS = {
// latest
{ name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32c2", "esp32c3" ] },

// v3.1.0.0
{ name: "release-v3.1.0.0", has_targets: true, supported_targets: [ "esp32c2" ]},

// v3.0.0.0
{ name: "release-v3.0.0.0", has_targets: true, supported_targets: [ "esp32c2" ]},

Expand Down
6 changes: 4 additions & 2 deletions docs/en/AT_Binary_Lists/ESP32-C2_AT_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ It is recommended to use the lastest version of firmware. Currently, Espressif o
ESP32-C2 2MB Series
^^^^^^^^^^^^^^^^^^^

- v3.0.0.0 `ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip>`__ (Recommended)
- v3.1.0.0 `ESP32-C2-2MB_AT_Bin_V3.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-2MB_AT_Bin_V3.1.0.0.zip>`__ (Recommended)
- v3.0.0.0 `ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip>`__

ESP32-C2 4MB Series
^^^^^^^^^^^^^^^^^^^

- v3.0.0.0 `ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip>`__ (Recommended)
- v3.1.0.0 `ESP32-C2-4MB_AT_Bin_V3.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-4MB_AT_Bin_V3.1.0.0.zip>`__ (Recommended)
- v3.0.0.0 `ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip>`__
6 changes: 4 additions & 2 deletions docs/zh_CN/AT_Binary_Lists/ESP32-C2_AT_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
ESP32-C2 2MB 系列
^^^^^^^^^^^^^^^^^^^^^^

- v3.0.0.0 `ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip>`__ (推荐)
- v3.1.0.0 `ESP32-C2-2MB_AT_Bin_V3.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-2MB_AT_Bin_V3.1.0.0.zip>`__ (推荐)
- v3.0.0.0 `ESP32-C2-2MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-2MB_AT_Bin_V3.1.0.0.zip>`__

ESP32-C2 4MB 系列
^^^^^^^^^^^^^^^^^^^^^^

- v3.0.0.0 `ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip>`__ (推荐)
- v3.1.0.0 `ESP32-C2-4MB_AT_Bin_V3.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-4MB_AT_Bin_V3.1.0.0.zip>`__ (推荐)
- v3.0.0.0 `ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C2/ESP32-C2-4MB_AT_Bin_V3.0.0.0.zip>`__
2 changes: 1 addition & 1 deletion module_config/module_esp32c2-2mb/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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="3.0.0"
CONFIG_ESP_AT_FW_VERSION="3.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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="3.0.0"
CONFIG_ESP_AT_FW_VERSION="3.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32c2_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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="3.0.0"
CONFIG_ESP_AT_FW_VERSION="3.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,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="3.0.0"
CONFIG_ESP_AT_FW_VERSION="3.1.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down

0 comments on commit c0391fd

Please sign in to comment.