Shen Weilong
e35dbbbee0
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-24 20:28:22 +08:00
Shen Wei Long
da1372d691
feat(ble/controller): Deleted useless functions for ESP32-C2
2025-03-24 20:28:22 +08:00
Shen Wei Long
6d9c2b9c0f
feat(ble/controller): Deleted useless functions for ESP32-C6/C61/H2/C5
2025-03-21 19:56:59 +08:00
zhiweijian
119048bb75
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3 (d74042a8)
...
- Remove unused functions in the controller
2025-03-21 19:44:30 +08:00
baohongde
57bcbbb449
feat(bt): added definitions for BR/EDR hci vendor commands and events
2025-03-21 19:32:22 +08:00
chenjianhua
bc38724221
fix(bt): Update bt lib for ESP32(dc1cd581)
...
- Remove unused functions in the controller
- Add an SDK config for the minimum size of encryption key
2025-03-21 19:29:32 +08:00
Jiang Jiang Jian
8b80e26f4d
Merge branch 'bugfix/11r_compile_error_v5.4' into 'release/v5.4'
...
fix(wifi): Fixed compilation error when 11KV is disabled and 11R is enabled (v5.4)
See merge request espressif/esp-idf!37865
2025-03-21 17:38:45 +08:00
Jiang Jiang Jian
74eadefb1a
Merge branch 'bugfix/fix_github_cert_verification_simpleota_v5.4' into 'release/v5.4'
...
fix: failing Github certificate verification (v5.4)
See merge request espressif/esp-idf!37824
2025-03-21 16:55:17 +08:00
Jiang Jiang Jian
b1d0ffba15
Merge branch 'feat/add_protocomm_sec_patch_config_v5.4' into 'release/v5.4'
...
feat(protocomm): add (hidden) config option to indicate security patch feature (v5.4)
See merge request espressif/esp-idf!37790
2025-03-21 16:54:50 +08:00
Kapil Gupta
a2d0171a17
ci(wifi): Add builds for FT, RRM and WNM configs
2025-03-19 12:43:30 +05:30
Kapil Gupta
24fed6d3c2
fix(wifi): Fixed compilation error when 11R is enabled without 11KV
2025-03-19 12:43:20 +05:30
Ashish Sharma
a83a0ab02b
fix(component/mbedtls): Adds github root cert to cmn_crt_authorities.csv
2025-03-18 14:36:18 +08:00
Mahavir Jain
291a008840
feat(protocomm): add (hidden) config option to indicate security patch feature
2025-03-17 13:30:45 +05:30
Island
5cbd2a3877
Merge branch 'bugfix/reduce_controller_bin_size_v5.4' into 'release/v5.4'
...
fix(ble/controller): reduce controller bin size (backport v5.4)
See merge request espressif/esp-idf!37754
2025-03-14 19:26:56 +08:00
zhiweijian
c26ce742cf
fix(ble/controller): reduce controller bin size
2025-03-14 11:10:20 +08:00
morris
9b493740ab
Merge branch 'fix/change_pm_lock_type_v5.4' into 'release/v5.4'
...
fix(pm): use CPU lock in dirvers use axi dma to access psram (v5.4)
See merge request espressif/esp-idf!37712
2025-03-13 13:51:08 +08:00
Chen Jichang
3d55047a09
fix(drivers): use CPU_MAX lock in dirvers use axi dma to access psram
2025-03-13 11:20:27 +08:00
Island
061ba0c99e
Merge branch 'bugfix/disable_dbg_hci_cmd_on_esp32_v5.4' into 'release/v5.4'
...
Disable debug vendor hci command on ESP32 (v5.4)
See merge request espressif/esp-idf!37630
2025-03-11 11:10:51 +08:00
Jiang Jiang Jian
7c0e10ba41
Merge branch 'bugfix/fix_some_wifi_bugs_202502_v5.4' into 'release/v5.4'
...
fix(sniffer): fix channel in rx_ctrl is zero when using sniffer(Backport v5.4)
See merge request espressif/esp-idf!37568
2025-03-11 10:41:30 +08:00
Jiang Jiang Jian
4f39b2476e
Merge branch 'bugfix/wps_reconnect_failure_v5.4' into 'release/v5.4'
...
fix(wpa_suppplicant): Fix for issue in wps reconnection (Backport v5.4)
See merge request espressif/esp-idf!37641
2025-03-11 10:40:45 +08:00
Jiang Jiang Jian
f8843158b2
Merge branch 'bugfix/provisioning_sec2_aes_iv_usage_v5.4' into 'release/v5.4'
...
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme (v5.4)
See merge request espressif/esp-idf!37613
2025-03-11 10:40:27 +08:00
Jiang Jiang Jian
8e031cf8c3
Merge branch 'fix/fix_esp32s3_reboot_cache_failure_v5.4' into 'release/v5.4'
...
fix(esp_system): fix possible cache_error by another core accessing flash in esp_restart (v5.4)
See merge request espressif/esp-idf!37586
2025-03-10 21:04:24 +08:00
Sarvesh Bodakhe
f86473e255
fix(wifi): Resolved WPS connectivity issue with pre-connected stations
...
This fixes the issue where station was not able connect using WPS if it was
already in connected state.
wifi_wps_scan_done() issues an esp_wifi_disconnect() before
calling esp_wifi_connect() to associate with the newly discovered AP. This
behavior incorrectly triggered a failure event (WIFI_EVENT_STA_WPS_ER_FAILED)
even though the disconnection was part of the normal WPS flow. This commit
prevents sending the false failure event, ensuring expected WPS behavior.
2025-03-10 14:58:12 +05:30
Aditi
24f00874af
fix(wpa_suppplicant): Add fix for issue in wps reconnection
2025-03-10 14:58:06 +05:30
chenjianhua
6bad67bf3c
fix(bt): Update bt lib for ESP32(e250cf1)
...
- Disable debug vendor hci command
2025-03-10 15:23:42 +08:00
gongyantao
8eab42d7e1
fix(bt): fixed some issues in bt controller
...
- fixed the issue where the NULL pointer was deferenced in lc_free state
- avoid accessing released ACL resources in SCO logic
2025-03-10 15:23:33 +08:00
Jin Cheng
9d59600746
fix(bt/controller): fixed some controller bugs on ESP32.
...
1. added a VSC to control whether to initiate lmp_auto_rate
- Closes https://github.com/espressif/esp-idf/issues/15133
2. fixed EA resource cleanup error after SNIFF negotiation failure
- Closes https://github.com/espressif/esp-idf/issues/13605
3. removed an assertion in SCO data TX handler after disconnection
- Closes https://github.com/espressif/esp-idf/issues/15176
2025-03-10 15:23:17 +08:00
shenmengjing
aa60465e13
docs(provisioning): Sync CN translation and EN source
2025-03-10 09:29:47 +05:30
Mahavir Jain
2469db58a9
fix(esp_local_ctrl): update for changes in protocomm security2 scheme
2025-03-10 09:29:44 +05:30
Mahavir Jain
109532bbf9
fix(docs): update for changes in provisioning security2 scheme
2025-03-10 09:29:42 +05:30
Mahavir Jain
6d749486b9
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme
...
Using same IV in AES-GCM across multiple invocation of
encryption/decryption operations can pose a security risk. It can help
to reveal co-relation between different plaintexts.
This commit introduces a change to use part of IV as a monotonic
counter, which must be incremented after every AES-GCM invocation
on both the client and the device side.
Concept of patch version for a security scheme has been introduced here
which can help to differentiate a protocol behavior for the provisioning
entity. The security patch version will be available in the JSON
response for `proto-ver` endpoint request with the field
`sec_patch_ver`.
Please refer to documentation for more details on the changes required
on the provisioning entity side (e.g., PhoneApps).
2025-03-10 09:29:39 +05:30
Mahavir Jain
2fa5c7d9eb
fix(protocomm): memory leak issue for session command0 failure case
2025-03-10 09:29:35 +05:30
wuzhenghui
6de3fde3c2
fix(esp_system): fix possible cache_error by another core accessing flash in esp_restart
2025-03-10 11:40:10 +08:00
yinqingzhao
e72c3b4ee4
fix(sniffer): fix channel in rx_ctrl is zero when using sniffer
2025-03-10 11:39:33 +08:00
Jiang Jiang Jian
9fcb33d3ac
Merge branch 'bugfix/c5_libphy_20250124_v5.4' into 'release/v5.4'
...
change(ble): update c5 beta5 lib phy to phy_version: 1 103, 48ac5755, Feb 22 2025 (v5.4)
See merge request espressif/esp-idf!37514
2025-03-10 11:38:57 +08:00
Jiang Jiang Jian
e1b32b4363
Merge branch 'fix/sleep_cpu_mspi_freq_mismatch_issue_p4_v5.4' into 'release/v5.4'
...
mspi: fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4 (v5.4)
See merge request espressif/esp-idf!37583
2025-03-10 11:27:44 +08:00
wuzhenghui
7f88cf3ee9
change(esp_hw_support): only do mpll disable in lightsleep process
2025-03-08 14:06:12 +08:00
Armando
419e8b2e20
fix(mspi): fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4
2025-03-08 14:06:09 +08:00
Jiang Jiang Jian
3f69abdb7e
Merge branch 'bugfix/11kv_config_break_v5.4' into 'release/v5.4'
...
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs (v5.4)
See merge request espressif/esp-idf!37478
2025-03-07 10:55:28 +08:00
Jiang Jiang Jian
b0306575a8
Merge branch 'fix/fix_ot_uart_init_bug_v5.4' into 'release/v5.4'
...
fix(openthread): fix a bug of openthread uart init port (v5.4)
See merge request espressif/esp-idf!37322
2025-03-06 14:44:11 +08:00
Jiang Jiang Jian
3144cef12e
Merge branch 'fix/secure_boot_verfication_failure_sig_block_key_digest_mismatch_combo_v5.4' into 'release/v5.4'
...
fix(bootloader_support): Fix SB verification failure when application is not signed with the boot loader's first key (v5.4)
See merge request espressif/esp-idf!37497
2025-03-06 10:36:01 +08:00
Jiang Jiang Jian
2ed77df856
Merge branch 'fix/fix_bad_dslp_param_after_lightsleep_v5.4' into 'release/v5.4'
...
fix(esp_hw_support): Fixed the issue that light sleep destroyed the parameters of subsequent deep sleep (v5.4)
See merge request espressif/esp-idf!37302
2025-03-06 10:35:11 +08:00
Zhou Xiao
78f615f979
change(ble): update c5 beta5 lib phy to phy_version: 1 103, 48ac5755, Feb 22 2025
2025-03-05 19:55:42 +08:00
Kapil Gupta
793fe61c81
fix(esp_wifi): Prevent flushing of FT data mistakenly
2025-03-05 12:41:10 +05:30
Kapil Gupta
2ed843bdd2
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-03-05 12:40:54 +05:30
harshal.patil
0076bb0289
fix(secure_boot): Fix SB verification failure when sig block and key digest mismatch
...
- Secure boot V2 verification failed when multiple keys are used to sign the bootloader
and the application is signed with a key other than the first key that is used to
sign the bootloader.
- The issue was introduced as a regression from the commit `ff16ce43`.
2025-03-05 11:26:33 +05:30
Jiang Jiang Jian
5afa94872b
Merge branch 'fix/sdmmc_concurrency_slot_count_doesnt_work_v5.4' into 'release/v5.4'
...
fix(sdmmc): SDMMC concurrency change active slot only after the slot is initialized (v5.4)
See merge request espressif/esp-idf!36653
2025-03-05 10:38:08 +08:00
Jiang Jiang Jian
d4aa25a38e
Merge branch 'docs/fix_some_coexist_doc_issue_v5.4' into 'release/v5.4'
...
docs(coex): update rf coexistence documents (v5.4)
See merge request espressif/esp-idf!37344
2025-03-03 11:39:01 +08:00
Jiang Jiang Jian
57d976b7f3
Merge branch 'feat/add_h2_config_and_maxver_for_v5.4' into 'release/v5.4'
...
feat(soc): add Kconfig rev min option and increase max ver for H2 v1.2 (v5.4)
See merge request espressif/esp-idf!36416
2025-03-03 11:38:41 +08:00
Jiang Jiang Jian
154b7548cb
Merge branch 'docs/wifi_wpa3_ent_migration_guide_backport_v5.4' into 'release/v5.4'
...
docs: Add migration guide for WPA3-Enterprise authentication modes for v5.4 (Backport v5.4)
See merge request espressif/esp-idf!37189
2025-03-03 11:36:51 +08:00