Skip to content

Commit

Permalink
Merge branch 'feature/updadate_at_core' into 'master'
Browse files Browse the repository at this point in the history
feat(core): Updated esp32 and esp32s2 verision to v3.4.0.0

See merge request application/esp-at!1569
  • Loading branch information
xcguang committed Jun 7, 2024
2 parents 93c14a8 + 5a64419 commit 70ff588
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESP32: be2bd9b
ESP32: c31b833
ESP32C3: be2bd9b
ESP32C2: be2bd9b
ESP32C6: be2bd9b
ESP32S2: be2bd9b
ESP32S2: c31b833
Binary file modified components/at/lib/libesp32_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32s2_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32s2_at_core_silence.a
Binary file not shown.
2 changes: 1 addition & 1 deletion module_config/module_esp32-d2wd/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-d2wd/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-sdio/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-sdio/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32s2_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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="v3.4.0.0-dev"
CONFIG_ESP_AT_FW_VERSION="v3.4.0.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down

0 comments on commit 70ff588

Please sign in to comment.