Skip to content

Commit e193e2a

Browse files
committed
IDF release/v4.4 ee2029c38a
1 parent 205db02 commit e193e2a

File tree

633 files changed

+3858
-2356
lines changed

Some content is hidden

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

633 files changed

+3858
-2356
lines changed

platform.txt

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

tools/platformio-build-esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"UNITY_INCLUDE_CONFIG_H",
324324
"WITH_POSIX",
325325
"_GNU_SOURCE",
326-
("IDF_VER", '\\"v4.4.1-472-gc9140caf8c\\"'),
326+
("IDF_VER", '\\"v4.4.1-581-gee2029c38a\\"'),
327327
"ESP_PLATFORM",
328328
"_POSIX_READER_WRITER_LOCKS",
329329
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32c3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"UNITY_INCLUDE_CONFIG_H",
319319
"WITH_POSIX",
320320
"_GNU_SOURCE",
321-
("IDF_VER", '\\"v4.4.1-472-gc9140caf8c\\"'),
321+
("IDF_VER", '\\"v4.4.1-581-gee2029c38a\\"'),
322322
"ESP_PLATFORM",
323323
"_POSIX_READER_WRITER_LOCKS",
324324
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32s2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"UNITY_INCLUDE_CONFIG_H",
307307
"WITH_POSIX",
308308
"_GNU_SOURCE",
309-
("IDF_VER", '\\"v4.4.1-472-gc9140caf8c\\"'),
309+
("IDF_VER", '\\"v4.4.1-581-gee2029c38a\\"'),
310310
"ESP_PLATFORM",
311311
"_POSIX_READER_WRITER_LOCKS",
312312
"ARDUINO_ARCH_ESP32",

tools/platformio-build-esp32s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"UNITY_INCLUDE_CONFIG_H",
323323
"WITH_POSIX",
324324
"_GNU_SOURCE",
325-
("IDF_VER", '\\"v4.4.1-472-gc9140caf8c\\"'),
325+
("IDF_VER", '\\"v4.4.1-581-gee2029c38a\\"'),
326326
"ESP_PLATFORM",
327327
"_POSIX_READER_WRITER_LOCKS",
328328
"ARDUINO_ARCH_ESP32",

tools/sdk/esp32/dio_qspi/include/sdkconfig.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define CONFIG_ESP_RMAKER_OTA_AUTOFETCH 1
6161
#define CONFIG_ESP_RMAKER_OTA_AUTOFETCH_PERIOD 0
6262
#define CONFIG_ESP_RMAKER_OTA_HTTP_RX_BUFFER_SIZE 1024
63+
#define CONFIG_ESP_RMAKER_OTA_ROLLBACK_WAIT_PERIOD 90
6364
#define CONFIG_ESP_RMAKER_SCHEDULING_MAX_SCHEDULES 10
6465
#define CONFIG_ESP_RMAKER_SCENES_MAX_SCENES 10
6566
#define CONFIG_ENABLE_ARDUINO_DEPENDS 1
@@ -122,7 +123,7 @@
122123
#define CONFIG_BTDM_SCAN_DUPL_TYPE 0
123124
#define CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE 20
124125
#define CONFIG_BTDM_BLE_MESH_SCAN_DUPL_EN 1
125-
#define CONFIG_BTDM_MESH_DUPL_SCAN_CACHE_SIZE 200
126+
#define CONFIG_BTDM_MESH_DUPL_SCAN_CACHE_SIZE 100
126127
#define CONFIG_BTDM_CTRL_FULL_SCAN_SUPPORTED 1
127128
#define CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP 1
128129
#define CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM 100
@@ -747,5 +748,5 @@
747748
#define CONFIG_ULP_COPROC_ENABLED CONFIG_ESP32_ULP_COPROC_ENABLED
748749
#define CONFIG_ULP_COPROC_RESERVE_MEM CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
749750
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
750-
#define CONFIG_ARDUINO_IDF_COMMIT "c9140caf8c"
751+
#define CONFIG_ARDUINO_IDF_COMMIT "ee2029c38a"
751752
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"
-532 Bytes
Binary file not shown.

tools/sdk/esp32/dout_qspi/include/sdkconfig.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define CONFIG_ESP_RMAKER_OTA_AUTOFETCH 1
6161
#define CONFIG_ESP_RMAKER_OTA_AUTOFETCH_PERIOD 0
6262
#define CONFIG_ESP_RMAKER_OTA_HTTP_RX_BUFFER_SIZE 1024
63+
#define CONFIG_ESP_RMAKER_OTA_ROLLBACK_WAIT_PERIOD 90
6364
#define CONFIG_ESP_RMAKER_SCHEDULING_MAX_SCHEDULES 10
6465
#define CONFIG_ESP_RMAKER_SCENES_MAX_SCENES 10
6566
#define CONFIG_ENABLE_ARDUINO_DEPENDS 1
@@ -122,7 +123,7 @@
122123
#define CONFIG_BTDM_SCAN_DUPL_TYPE 0
123124
#define CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE 20
124125
#define CONFIG_BTDM_BLE_MESH_SCAN_DUPL_EN 1
125-
#define CONFIG_BTDM_MESH_DUPL_SCAN_CACHE_SIZE 200
126+
#define CONFIG_BTDM_MESH_DUPL_SCAN_CACHE_SIZE 100
126127
#define CONFIG_BTDM_CTRL_FULL_SCAN_SUPPORTED 1
127128
#define CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP 1
128129
#define CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM 100
@@ -747,5 +748,5 @@
747748
#define CONFIG_ULP_COPROC_ENABLED CONFIG_ESP32_ULP_COPROC_ENABLED
748749
#define CONFIG_ULP_COPROC_RESERVE_MEM CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
749750
#define CONFIG_WARN_WRITE_STRINGS CONFIG_COMPILER_WARN_WRITE_STRINGS
750-
#define CONFIG_ARDUINO_IDF_COMMIT "c9140caf8c"
751+
#define CONFIG_ARDUINO_IDF_COMMIT "ee2029c38a"
751752
#define CONFIG_ARDUINO_IDF_BRANCH "release/v4.4"
-532 Bytes
Binary file not shown.

tools/sdk/esp32/include/app_update/include/esp_ota_ops.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ typedef enum {
327327
/**
328328
* @brief Revokes the old signature digest. To be called in the application after the rollback logic.
329329
*
330-
* Relevant for Secure boot v2 on ESP32-S2 where upto 3 key digests can be stored (Key #N-1, Key #N, Key #N+1).
331-
* When key #N-1 used to sign an app is invalidated, an OTA update is to be sent with an app signed with key #N-1 & Key #N.
332-
* After successfully booting the OTA app should call this function to revoke Key #N-1.
330+
* Relevant for Secure boot v2 on ESP32-S2, ESP32-S3, ESP32-C3 where upto 3 key digests can be stored (Key \#N-1, Key \#N, Key \#N+1).
331+
* When key \#N-1 used to sign an app is invalidated, an OTA update is to be sent with an app signed with key \#N-1 & Key \#N.
332+
* After successfully booting the OTA app should call this function to revoke Key \#N-1.
333333
*
334334
* @param index - The index of the signature block to be revoked
335335
*

0 commit comments

Comments
 (0)