muhaidong
e9aefff1ed
fix(wifi): fix ersu compatibility issue
2025-03-19 10:10:17 +08:00
morris
8bb65e6d85
Merge branch 'fix/change_pm_lock_type_v5.3' into 'release/v5.3'
...
fix(pm): use CPU lock in dirvers use axi dma to access psram (v5.3)
See merge request espressif/esp-idf!37713
2025-03-17 11:11:01 +08:00
zhiweijian
8f7ed33e18
fix(ble/controller): reduce controller bin size
2025-03-14 10:53:03 +08:00
Chen Jichang
3590ddc7f6
fix(drivers): use CPU_MAX lock in dirvers use axi dma to access psram
2025-03-13 15:42:30 +08:00
Jiang Jiang Jian
9e2dc78364
Merge branch 'bugfix/wps_reconnect_failure_v5.3' into 'release/v5.3'
...
fix(wpa_suppplicant): Fix for issue in wps reconnection (Backport v5.3)
See merge request espressif/esp-idf!37643
2025-03-12 15:14:26 +08:00
Sarvesh Bodakhe
c80ed51aac
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 15:16:22 +05:30
Aditi
22296cb613
fix(wpa_suppplicant): Add fix for issue in wps reconnection
2025-03-10 15:16:17 +05:30
chenjianhua
49243e1ad8
fix(bt): Update bt lib for ESP32(e250cf1)
...
- Disable debug vendor hci command
2025-03-10 15:28:50 +08:00
gongyantao
c1d5cb63cc
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:28:32 +08:00
Jin Cheng
73508cf7b4
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:28:22 +08:00
Jiang Jiang Jian
4d62ea01b6
Merge branch 'fix/sleep_cpu_mspi_freq_mismatch_issue_p4_v5.3' into 'release/v5.3'
...
mspi: fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4 (v5.3)
See merge request espressif/esp-idf!37584
2025-03-08 18:45:20 +08:00
Jiang Jiang Jian
d5b8419620
Merge branch 'fix/fix_esp32s3_reboot_cache_failure_v5.3' into 'release/v5.3'
...
fix(esp_system): fix possible cache_error by another core accessing flash in esp_restart (v5.3)
See merge request espressif/esp-idf!37585
2025-03-08 15:04:16 +08:00
wuzhenghui
fbda052593
change(esp_hw_support): only do mpll disable in lightsleep process
2025-03-08 14:17:05 +08:00
Armando
51280e0e8a
fix(mspi): fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4
2025-03-08 14:17:02 +08:00
yinqingzhao
79df1a8657
fix(sniffer): fix channel in rx_ctrl is zero when using sniffer
2025-03-07 15:24:49 +08:00
Jiang Jiang Jian
7d8b308352
Merge branch 'bugfix/fix_scan_bitmap_channel_14_fail_issue_v5.3' into 'release/v5.3'
...
fix(wifi): fix scan bitmap channel 14 fail issue
See merge request espressif/esp-idf!37519
2025-03-07 14:25:13 +08:00
wuzhenghui
f99c3c6343
fix(esp_system): fix possible cache_error by another core accessing flash in esp_restart
2025-03-07 11:05:41 +08:00
Jiang Jiang Jian
31d1ceb29b
Merge branch 'bugfix/11kv_config_break_v5.3' into 'release/v5.3'
...
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs (v5.3)
See merge request espressif/esp-idf!37477
2025-03-07 10:56:05 +08:00
muhaidong
d3031add26
fix(wifi): fix scan bitmap channel 14 fail issue
2025-03-05 21:44:36 +08:00
Island
f6997a73ef
Merge branch 'bugfix/fix_link_estab_compile_failure_v5.3' into 'release/v5.3'
...
fix(nimble): Handle probable release breaking change (v5.3)
See merge request espressif/esp-idf!37435
2025-03-05 17:02:28 +08:00
Kapil Gupta
1c5d468279
fix(esp_wifi): Prevent flushing of FT data mistakenly
2025-03-05 12:39:23 +05:30
Kapil Gupta
91622962fc
fix(esp_wifi): Correctly break 11kv config into wnm and rrm configs
2025-03-05 12:39:11 +05:30
Sarvesh Bodakhe
f6cf94660c
fix(wifi): Re-introduce parsing for Enterprise APs during the connecting scan
...
Fixes the regression introduced in d90f31c29e
2025-03-03 14:07:07 +05:30
Rahul Tank
3b85cba90c
fix(nimble): Handle probable release breaking change
...
link_estab event may be handled by customers in application and the previous would break it.
Revert few changes so as to not break the customer's code
2025-03-03 12:37:23 +05:30
Jiang Jiang Jian
7b0c6f45aa
Merge branch 'fix/reduce_rtc_text_size_v5.3' into 'release/v5.3'
...
fix(system): linker script: free unused .rtc.text memory for esp32c3, esp32s2 (v5.3)
See merge request espressif/esp-idf!35367
2025-02-28 14:17:45 +08:00
Jiang Jiang Jian
9e4d18461d
Merge branch 'fix/ssdmmc_send_cmd_set_relative_addr_rca_v5.3' into 'release/v5.3'
...
fix(sdmmc): Retry to get another RCA if the previous response was 0 (v5.3)
See merge request espressif/esp-idf!34345
2025-02-28 13:20:56 +08:00
Jiang Jiang Jian
325b4f433c
Merge branch 'feature/softap_fixes_for_ceritification_v5.3' into 'release/v5.3'
...
WiFi: fixes for issues discovered during SoftAP ceritification
See merge request espressif/esp-idf!36511
2025-02-28 12:40:25 +08:00
Jiang Jiang Jian
9bc2babe54
Merge branch 'feat/support_ble_vendor_hci_event_report_v5.3' into 'release/v5.3'
...
feat(bt/bluedroid): Support BLE vendor hci event reporting (v5.3)
See merge request espressif/esp-idf!37353
2025-02-28 12:02:00 +08:00
Jiang Jiang Jian
eddaf0377b
Merge branch 'feat/add_ble_ctrl_log_module_on_esp32c3_v5.3' into 'release/v5.3'
...
feat(bt): Added BLE log module on ESP32-C3 and ESP32-S3(723439d) (v5.3)
See merge request espressif/esp-idf!37360
2025-02-28 12:01:11 +08:00
Jiang Jiang Jian
4b43d63d73
Merge branch 'bugfix/freertos_wcaps_coproc_v5.3' into 'release/v5.3'
...
fix(freertos): fix a bug in `prvTaskDeleteWithCaps` related to coprocessors (backport v5.3)
See merge request espressif/esp-idf!37154
2025-02-28 11:56:39 +08:00
Jiang Jiang Jian
064f63d2a0
Merge branch 'fix/fix_bad_dslp_param_after_lightsleep_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): Fixed the issue that light sleep destroyed the parameters of subsequent deep sleep (v5.3)
See merge request espressif/esp-idf!37303
2025-02-28 11:36:21 +08:00
Kapil Gupta
5a9b16d754
fix(esp_wifi): Address some review comments
2025-02-28 11:35:22 +08:00
Aditi
30264132b5
fix(wpa_supplicant): Remove the btm_rrm task from supplicant
...
This commit removes btm_rrm_t task and CONFIG_SUPPLICANT_TASK from
wpa_supplicant and make the functions work in wifi task's context.
2025-02-28 11:35:22 +08:00
Aditi
041bc41ccf
fix(wpa_supplicant): Fix for sending alternate ft-auth in roaming
2025-02-28 11:35:22 +08:00
Aditi
4724d7c5e7
fix(wpa_supplicant): Add two separate flags for RRM and WNM
...
Added two separate flags CONFIG_RRM(80211k) and CONFIG_WNM(80211v)
flags under IEEE80211KV support flag.
2025-02-28 11:35:22 +08:00
Aditi
b2abac0a4e
fix(wpa_supplicant): Add some minor fixes in roaming
...
1) Add a fix in roaming example for 11kvr
2) Removed length constraint for neighbor report received.
2025-02-28 11:35:22 +08:00
Aditi
9e168a1480
fix(esp_wifi): Add fix for error handling for FT-Auth
2025-02-28 11:35:22 +08:00
Nachiket Kukade
76235525a6
fix(wpa_supplicant): Fix some coverity issues in wpa_supplicant
...
1. Fix leak in SoftAP while sending SAE Confirm
2. Move NULL check before pointer is getting used
3. Remove some dead code
2025-02-28 11:35:22 +08:00
wangtao@espressif.com
f1f420ad05
fix(wifi): fix build issue when disable wpa3 sae
2025-02-28 11:35:22 +08:00
Shreyas Sheth
e71a1290d6
fix(wifi): Resolve comments for softap fixes
2025-02-28 11:35:22 +08:00
Shreyas Sheth
fedcf1a524
fix(wifi): Resolve comments on feature/softap_fixes_for_ceritification
2025-02-28 11:35:22 +08:00
Shreyas Sheth
bdd9c2a0f1
fix(wifi): Make sure auth is sent after sae process
2025-02-28 11:35:22 +08:00
Shreyas Sheth
d402b239d6
feat(wifi): Add support for transition_disable for softAP
...
Bugfix rsnxe len for assoc req
2025-02-28 11:35:22 +08:00
Jiang Jiang Jian
d05db91535
Merge branch 'feat/add_h2_config_and_maxver_for_v5.3' into 'release/v5.3'
...
feat(soc): add Kconfig rev min option and increase max ver for H2 v1.2 (v5.3)
See merge request espressif/esp-idf!36417
2025-02-28 11:33:21 +08:00
Jiang Jiang Jian
cb8d1796b8
Merge branch 'fix/xtensa_nmi_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): make the NMI interrupts available for the main application (backport v5.3)
See merge request espressif/esp-idf!34268
2025-02-28 11:32:47 +08:00
Jiang Jiang Jian
5f18a9711b
Merge branch 'feature/esp32h2_eco5_ecc_v5.3' into 'release/v5.3'
...
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5 (v5.3)
See merge request espressif/esp-idf!36585
2025-02-28 10:50:18 +08:00
Alexey Lapshin
2ff0343243
fix(system): linker script: free unused .rtc.text memory for esp32c3/esp32s2/esp32s3
2025-02-28 10:45:53 +08:00
Adam Múdry
8de193ff17
fix(sdmmc): Retry to get another RCA if the previous response was 0
2025-02-28 10:43:22 +08:00
Jiang Jiang Jian
8c4d2464d5
Merge branch 'fix/fix_max_idle_priod_issue_v53' into 'release/v5.3'
...
fix(wifi): fix max idle period 1 issue
See merge request espressif/esp-idf!37309
2025-02-28 10:41:03 +08:00
Island
42c78af828
Merge branch 'fix/optimize_ble_example_ci_build_rule_v5.3' into 'release/v5.3'
...
fix(ble): Optimizied the bluetooth build test rules (v5.3)
See merge request espressif/esp-idf!35326
2025-02-28 10:35:45 +08:00