harshal.patil
d6c0771d2b
fix(esptool_py): Fix NVS partition being incorrectly marked as encrypted
...
- The CMake function esptool_py_partition_needs_encryption() in the esptool_py
component used to mark NVS partition as encrypted, instead it should have marked
the NVS keys partition as encrypted.
2025-01-30 12:03:36 +05:30
laokaiyao
f61160be73
fix(i2s): fixed incorrect logic in slot reconfig
...
Closes https://github.com/espressif/esp-idf/issues/15256
2025-01-27 14:16:03 +08:00
Jiang Jiang Jian
546a8c8884
Merge branch 'fix/stack_overuse_by_failure_retry_cnt_v5.1' into 'release/v5.1'
...
fix(wifi): Fix stack overflow when failure_retry_cnt is set in station configuration (Backport v5.1)
See merge request espressif/esp-idf!36605
2025-01-24 20:15:41 +08:00
Sarvesh Bodakhe
cabc4eb16b
fix(wifi): Fix stack overflow when failure_retry_cnt is set
...
Fix issue of increased stack usage when failure_retry_cnt is set
and wifi driver internally retries connection attempts.
2025-01-24 14:05:53 +05:30
Jiang Jiang Jian
b25bf99d4f
Merge branch 'feat/spi_std_timing_and_bit_trans_v5.1' into 'release/v5.1'
...
feat(driver_spi): support adjust master rx to standard timing (v5.1)
See merge request espressif/esp-idf!36402
2025-01-24 15:11:09 +08:00
Jiang Jiang Jian
c64891d227
Merge branch 'feature/gcc-fanalyzer_v5.1' into 'release/v5.1'
...
feat(ci): add gnu static analyzer job (v5.1)
See merge request espressif/esp-idf!32984
2025-01-24 15:08:55 +08:00
Aditya Patwardhan
19ad7c72d3
Merge branch 'feature/esp32h2_eco5_ecc_v5.1' into 'release/v5.1'
...
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5 (v5.1)
See merge request espressif/esp-idf!36587
2025-01-24 14:11:29 +08:00
Jiang Jiang Jian
508df006cf
Merge branch 'bugfix/fix_wep_shared_auth_connect_fail_issue_v5.1' into 'release/v5.1'
...
fix(wifi): fix wep shared auth connect fail issue(Backport v5.1)
See merge request espressif/esp-idf!36593
2025-01-24 13:50:59 +08:00
Aditya Patwardhan
390a6a0719
feat(docs): Update minimizing binary size
...
The ESP32-H2 software countermeasure may not be necessary
for ESP32-H2 v1.2 and above, this commit updates
the relevant documentation
2025-01-24 09:13:36 +05:30
laokaiyao
fdd16ba44f
refactor(ecdsa): rely on efuse to get chip revision
2025-01-24 09:13:36 +05:30
Aditya Patwardhan
151b6e9be5
fix(soc): Fixed ECDSA register compatibility
2025-01-24 09:13:35 +05:30
Aditya Patwardhan
09ded7787f
fix(hal): Make the ECDSA countermeasure dynamically applicable
...
This commit makes the ECDSA countermeasure dynamically applicable
across different revisions of the ESP32H2 SoC.
2025-01-24 09:13:24 +05:30
Jiang Jiang Jian
1cb47016d8
Merge branch 'bugfix/postpone_cpu_pll_off_time_in_slp_v5.1' into 'release/v5.1'
...
fix(clk): postpone CPU PLL off time in sleep (v5.1)
See merge request espressif/esp-idf!36308
2025-01-24 11:33:43 +08:00
Alexey Lapshin
488a413cd2
fix(usb): fix warnings found by GNU static analyzer
2025-01-24 11:32:19 +08:00
Alexey Lapshin
7e7bd3f5a5
fix(wpa_supplicant): fix warnings found by GNU static analyzer
2025-01-24 11:32:19 +08:00
Alexey Lapshin
b10938e44b
fix(vfs): fix warnings found by GNU static analyzer
2025-01-24 11:32:19 +08:00
Alexey Lapshin
f8d30bb95f
fix(heap): fix warnings found by GNU static analyzer
2025-01-24 11:32:19 +08:00
Jiang Jiang Jian
2d6c938c98
Merge branch 'bugfix/fix_ble_conn_timeout_when_coex_v5.1' into 'release/v5.1'
...
Bugfix/fix ble conn timeout when coex v5.1
See merge request espressif/esp-idf!36584
2025-01-24 11:19:07 +08:00
Xu Si Yu
39fb22dae0
feat(openthread): add an API to set rcp version string (v5.1)
2025-01-24 10:05:08 +08:00
Mahavir Jain
58e5f48368
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
2025-01-23 22:10:21 +05:30
muhaidong
60778f2a8c
fix(wifi): fix wep shared auth connect fail issue
2025-01-23 19:54:31 +08:00
cjin
3b1ab8a46e
fix(ble): fix conn supervision tmo when coex ESP32C6
2025-01-23 18:05:42 +08:00
cjin
8d2a6a08de
fix(ble): fix conn supervision tmo when coex ESP32H2
2025-01-23 18:05:18 +08:00
Jiang Jiang Jian
c3611f701e
Merge branch 'feat/support_aes_pseudo_round_func_in_esp32h2_eco5_v5.1' into 'release/v5.1'
...
Support AES and XTS-AES's pseudo round function in ESP32H2-ECO5 (v5.1)
See merge request espressif/esp-idf!36468
2025-01-23 17:37:28 +08:00
Jiang Jiang Jian
5fc64fbf0f
Merge branch 'fix/fix_max_idle_priod_issue_v51' into 'release/v5.1'
...
fix(wifi): fix max idle period 1 issue
See merge request espressif/esp-idf!36564
2025-01-23 16:44:58 +08:00
Jiang Jiang Jian
a8c6894a16
Merge branch 'fix/esp_vfs_register_fd_range_warning_message_v5.1' into 'release/v5.1'
...
fix(storage/vfs): incorrect log level in esp_vfs_register_fd_range (v5.1)
See merge request espressif/esp-idf!36321
2025-01-23 15:40:25 +08:00
Jiang Jiang Jian
c48ebdd803
Merge branch 'fix/blufi_example_mem_access_v5.1' into 'release/v5.1'
...
fix(ble/blufi): Fixed blufi example security issue (v5.1)
See merge request espressif/esp-idf!36161
2025-01-23 15:33:10 +08:00
Jiang Jiang Jian
40fe9c1d28
Merge branch 'change/ble_update_lib_20250103_v5.1' into 'release/v5.1'
...
change(ble): [AUTO_MR] 20250103 - Update ESP BLE Controller Lib (v5.1)
See merge request espressif/esp-idf!36370
2025-01-23 15:29:26 +08:00
Jiang Jiang Jian
9a2af9981f
Merge branch 'fix/fix_coex_macro_control_v5.1' into 'release/v5.1'
...
fix(openthread): use the correct macros to control code compilation (v5.1)
See merge request espressif/esp-idf!36458
2025-01-23 15:29:06 +08:00
Jiang Jiang Jian
06efbeef3a
Merge branch 'feat/thread_dns_ext_resolve_v5_1' into 'release/v5.1'
...
feat(openthread): Replace netconn external resolve hook with dns external hook(v5.1)
See merge request espressif/esp-idf!36296
2025-01-23 15:15:24 +08:00
wangtao@espressif.com
b114ae2e47
fix(wifi): fix max idle period 1 issue
2025-01-23 11:23:56 +08:00
zwx
9521fbdfbb
feat(openthread): support hardware reset RCP while processing RCP failure
2025-01-22 17:13:49 +08:00
wanckl
caf0d04a31
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
2025-01-22 11:14:23 +08:00
harshal.patil
b285e2789f
feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled
2025-01-21 13:42:01 +05:30
harshal.patil
a29dadbabc
feat(hal/spi_flash_encrypted): Enable pseudo rounds function during XTS-AES operations
2025-01-17 14:20:05 +05:30
harshal.patil
b9fe639725
feat(hal/aes): Enable pseudo rounds function during AES operations
2025-01-17 14:01:43 +05:30
Jiang Jiang Jian
8034b50d33
Merge branch 'bugfix/sync_buf_crash_v5.1' into 'release/v5.1'
...
fix(bt/controller): fixed missing critical protections on linked-list structure of (e)SCO buffers (v5.1)
See merge request espressif/esp-idf!36343
2025-01-17 11:37:02 +08:00
Jiang Jiang Jian
d0e00fe89a
Merge branch 'refactor/update_lpperi_regs_for_h2_eco5_v5.1' into 'release/v5.1'
...
refactor(lpperi): compatible refactor for H2 ECO5 (v5.1)
See merge request espressif/esp-idf!36339
2025-01-17 10:48:14 +08:00
Jiang Jiang Jian
0192db53df
Merge branch 'fix/set_154_cca_duration_v5.1' into 'release/v5.1'
...
fix(15.4): set 15.4 energy scan duration before cca (v5.1)
See merge request espressif/esp-idf!36427
2025-01-17 10:47:54 +08:00
Jiang Jiang Jian
9052a0ea05
Merge branch 'bugfix/fix_the_wpa3_connect_error_in_mesh_v5.1' into 'release/v5.1'
...
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash (v5.1)
See merge request espressif/esp-idf!36325
2025-01-17 10:46:59 +08:00
Xu Si Yu
6b3f6ef71f
fix(openthread): use the correct macros to control code compilation
2025-01-17 09:49:42 +08:00
zwl
7ac466957c
feat(ble): support for putting ble code into flash on ESP32-C6
2025-01-16 18:11:16 +08:00
Xu Si Yu
300c5c2b43
fix(15.4): set 15.4 energy scan duration before cca
2025-01-16 11:46:01 +08:00
Xiao Xufeng
eda2f3eb03
feat(soc): add Kconfig rev min option and increase max ver for H2 v1.2
2025-01-16 00:19:46 +08:00
laokaiyao
39279e589d
refactor(lpperi): improve compatibility solution
2025-01-15 17:16:19 +08:00
laokaiyao
dce7c47e72
refactor(lpperi): compatible refactor for H2 ECO5
2025-01-15 11:49:42 +08:00
Zhou Xiao
1a0f98b1ec
fix(ble): fixed ld file for c2eco0 and c2eco4
...
(cherry picked from commit 937fe2a6e3102ff9a44da2e2288c7df7588a271c)
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
2025-01-14 17:42:21 +08:00
Zhou Xiao
fad3da3d4d
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-H2
...
(cherry picked from commit d2b62f21301f01f7585100c08551fdaa1b52ef5c)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-01-14 14:53:46 +08:00
Zhou Xiao
3dd9f8bb1f
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C6
...
(cherry picked from commit 8d6ec1283875d0ea1993473d078bbc2dad47be9d)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-01-14 14:53:42 +08:00
Zhou Xiao
17d01a1818
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C2
...
(cherry picked from commit 6a752eeb89a48ee5c1d5e07b8f2ea297ca1c268d)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-01-14 14:53:40 +08:00