Armando
974ecd2eae
fix(psram): fixed esp32p pico-v3 psram init not ignored issue
...
Closes https://github.com/espressif/esp-idf/issues/14970
2024-12-03 15:25:17 +08:00
Rahul Tank
0b4e4f6ea3
Merge branch 'bugfix/change_hci_cb_logging_v5.2' into 'release/v5.2'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback (v5.2)
See merge request espressif/esp-idf!35029
2024-12-02 18:22:33 +08:00
Island
f53cf30666
Merge branch 'fix/ble_mesh_heartbeat_bug_v5.2' into 'release/v5.2'
...
fix(ble_mesh): fixed heartbeat issue (v5.2)
See merge request espressif/esp-idf!34964
2024-12-02 11:29:49 +08:00
Wang Meng Yang
b2219fbdea
Merge branch 'bugfix/sdp_get_uuid_error_v5.2' into 'release/v5.2'
...
fix(bt/bluedroid): fixed issues introduced by byte alignment(v5.2)
See merge request espressif/esp-idf!35252
2024-12-02 08:44:48 +08:00
Wang Meng Yang
420bf72242
Merge branch 'fix/duplicated_enc_restart_request_when_change_key_type_v5.2' into 'release/v5.2'
...
fix(bt): fixed some issues in esp32 bt controller(backport v5.2)
See merge request espressif/esp-idf!35296
2024-11-29 20:03:28 +08:00
Aditya Patwardhan
b369dfe29d
Merge branch 'bugfix/fix_build_failure_with_tls1_3_only_v5.2' into 'release/v5.2'
...
fix: Fixed build errors with TLS 1.3 only configuration (v5.2)
See merge request espressif/esp-idf!35261
2024-11-29 16:07:19 +08:00
gongyantao
aba91a5d2b
fix(bt): fixed some issues in esp32 bt controller
...
1: fix duplicated lc_enc_restart_req when new lk type is semi-permanent
key
2: reset PreventEncEvt flag at the end of restart encryption procedure
2024-11-29 14:11:17 +08:00
Marius Vikhammer
c209dbefe1
Merge branch 'fix/memprot-config-used-in-memory-layouts_v5.2' into 'release/v5.2'
...
fix(heap): Fix wrong config to enable MALLOC_CAP_EXEC in memory_layout.c (backport v5.2)
See merge request espressif/esp-idf!35217
2024-11-29 12:54:56 +08:00
Rahul Tank
dda2ba1f3b
Merge branch 'bugfix/resolve_watchdog_crash_v5.2' into 'release/v5.2'
...
fix(nimble): Resolved watchdog due to memory exceed prints (v5.2)
See merge request espressif/esp-idf!35210
2024-11-28 14:59:01 +08:00
Harshit Malpani
8d0c4ee711
fix(wpa_supplicant): Fix build errors for exclusive TLSv1.3 mbedtls config
...
Co-authored-by: Sarvesh Bodakhe <sarvesh.bodakhe@espressif.com >
2024-11-28 09:52:01 +05:30
Harshit Malpani
5a0324ad89
fix: Fixed build errors with TLS 1.3 only configuration
2024-11-28 09:49:03 +05:30
Island
cc237b5d4c
Merge branch 'bugfix/add_aa_check_on_esp32c2_and_esp32c6_v5.2' into 'release/v5.2'
...
Bugfix/add aa check on esp32c2 and esp32c6 (v5.2)
See merge request espressif/esp-idf!35232
2024-11-28 11:02:42 +08:00
xiongweichao
84f95469eb
fix(bt/bluedroid): fixed issues introduced by byte alignment
...
- esp_bt_uuid_t is byte aligned, tBT_UUID is 4-byte aligned.
2024-11-28 10:32:51 +08:00
Alexey Gerenkov
d4f1920476
Merge branch 'change/sysview_test_config_v5.2' into 'release/v5.2'
...
change(sysview): run heap_log tracing tests on existing cores (v5.2)
See merge request espressif/esp-idf!35197
2024-11-27 19:00:15 +08:00
Abhinav Kudnar
8d8da1d7ed
fix(nimble): Resolved watchdog due to memory exceed prints
2024-11-27 18:04:01 +08:00
Shu Chen
7f6cb15581
Merge branch 'backport/openthread_related_feature_v52_20241125' into 'release/v5.2'
...
Backport openthread related features to 5.2
See merge request espressif/esp-idf!35173
2024-11-27 16:38:22 +08:00
zwl
07181e5cc1
fix(ble): fixed the connect issue when rx error aa on ESP32-C6
2024-11-27 16:22:43 +08:00
Zhao Wei Liang
df3b401129
fix(ble): fixed the connect issue when rx error aa on ESP32-H2
...
(cherry picked from commit 093b65e27c )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-11-27 16:03:39 +08:00
Island
50f50903f2
Merge branch 'bugfix/fix_bleqabr24_1646_v5.2' into 'release/v5.2'
...
Fixed BLE creating connection when the connection already exists on ESP32 (v5.2)
See merge request espressif/esp-idf!35045
2024-11-27 15:44:36 +08:00
Shyamal Khachane
325ce1f8f9
fix(esp_wifi): Populate appropriate reason codes when softAP sends deauthentication
...
Populate appropriate reason for sending deauthentication when softAP receives
invalid RSN IE from association request
2024-11-26 23:37:35 +05:30
Sarvesh Bodakhe
fca3fab225
fix(wifi): Fix wrong wifi reason codes reported on station and softAP
...
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-11-26 23:36:54 +05:30
Sarvesh Bodakhe
0bc704bb62
fix(wpa_supplicant): Fix debug print in wps_start_msg_timer()
2024-11-26 23:36:54 +05:30
Sarvesh Bodakhe
79f13ab9d8
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-11-26 23:36:52 +05:30
Guillaume Souchere
a5eb9f34e1
fix(heap): Fix wrong config to enable MALLOC_CAP_EXEC in memory_layout.c
...
In esp32c2 and esp32c61 memory_layout.c files, the config used to allow
MALLOC_CAP_EXEC was CONFIG_ESP_SYSTEM_MEMPROT_FEATURE when
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT should be used.
Closes https://github.com/espressif/esp-idf/issues/14836
2024-11-26 12:41:16 +01:00
Erhan Kurubas
6f82c51403
fix(sysview): add prefix to the module desc to avoid stuck in Segger SystemView app
...
Closes https://github.com/espressif/esp-idf/issues/10483
2024-11-26 11:02:31 +01:00
morris
aa07a85df2
Merge branch 'fix/suspend_ci_v5.2' into 'release/v5.2'
...
test(spi_flash): Fix some failing test related to spi flash (backport v5.2)
See merge request espressif/esp-idf!35156
2024-11-26 15:38:47 +08:00
chenjianhua
18920261c8
fix(bt): Update bt lib for ESP32(c3082c4)
...
- Fixed BLE creating connection when the connection already exists
2024-11-26 15:30:56 +08:00
Wang Meng Yang
5107c17e3d
Merge branch 'feat/add_profile_state_event_v5.2' into 'release/v5.2'
...
feat(bt/bluedroid): added events to indicate the profile states of HFP (v5.2)
See merge request espressif/esp-idf!35150
2024-11-26 15:01:58 +08:00
Wang Meng Yang
2facc4d374
Merge branch 'bugfix/disconn_sdp_upon_wrong_data_v5.2' into 'release/v5.2'
...
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response (v5.2)
See merge request espressif/esp-idf!35145
2024-11-26 14:59:56 +08:00
Jiang Jiang Jian
9a9a813774
Merge branch 'bugfix/fix_wifi_bugs_241122_v5.2' into 'release/v5.2'
...
bugfix: fix some wifi bugs 241122 v5.2
See merge request espressif/esp-idf!35130
2024-11-26 14:50:29 +08:00
Island
6e07162da2
Merge branch 'bugfix/fix_c2_light_sleep_coex_v5.2' into 'release/v5.2'
...
fix(ble): fix ble light sleep error on esp32c2 (v5.2)
See merge request espressif/esp-idf!35054
2024-11-26 11:10:11 +08:00
muhaidong
a733df7d70
fix external coex build fail issue
2024-11-25 20:20:15 +08:00
Xu Si Yu
c0c8335994
feat(openthread): adjusted the default macro configurations of openthread
2024-11-25 14:32:27 +08:00
C.S.M
c1288de7a1
test(spi_flash): Fix some failing test related to spi flash
2024-11-25 14:22:04 +08:00
Xu Si Yu
3466f70e99
feat(openthread): support using custom header file
2024-11-25 12:34:00 +08:00
Jin Cheng
c38203e56e
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-25 10:22:55 +08:00
Jin Cheng
b3f7427b1c
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
2024-11-25 10:20:04 +08:00
sibeibei
2719ebce3f
fix(wifi): fix some wifi issues 241031
...
1. fix cant sleep if reconnect to connected ap
2. clear pmk in internal reconnection
3. update connect status for init-->auth
2024-11-22 16:51:12 +08:00
wangtao@espressif.com
8626e5f400
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-11-22 16:49:41 +08:00
Jin Cheng
22074ee144
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed wrong logic in handling sniff transaction collision at slave
side
- Fixed the issue ACL is stopped too early before eSCO
2024-11-22 12:25:00 +08:00
Jin Chen
61b29d8550
fix(ble): change ld for ble scan coex issue
...
(cherry picked from commit dd499d7b2e )
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-22 10:42:44 +08:00
Jin Chen
3186c881c0
fix(ble): fix ble light sleep error on esp32c2
...
(cherry picked from commit 23f7e33a97 )
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-22 10:42:44 +08:00
Mahavir Jain
316d63fef2
Merge branch 'bugfix/update_condition_to_verify_http_version_v5.2' into 'release/v5.2'
...
fix(esp_http_server): updated condition to verify http version (v5.2)
See merge request espressif/esp-idf!34636
2024-11-21 18:12:30 +08:00
Jiang Jiang Jian
be05f8d4bd
Merge branch 'backport/openthread_related_feature_v52_20241112' into 'release/v5.2'
...
Backport openthread related features to 5.2
See merge request espressif/esp-idf!34837
2024-11-21 17:32:55 +08:00
nilesh.kale
cc73468f31
fix(esp_http_client): Fix ota failure with openssl server
...
If the TLS server (e.g., openssl) closes connection with encrypted close-notify alert
then `errno` is not explicitly set on the socket by LwIP stack.
For this scenario, we must rely only on `ERR_TCP_TRANSPORT_CONNECTION_CLOSED_BY_FIN`
return value as the connection close case and do the graceful connection closure.
Closes https://github.com/espressif/esp-idf/issues/14724
2024-11-21 12:36:27 +05:30
Jiang Jiang Jian
f42bc63e20
Merge branch 'bugfix/fix_some_wifi_bugs_1030_v5.2' into 'release/v5.2'
...
Bugfix/fix some wifi bugs 1030 v5.2(Backport v5.2)
See merge request espressif/esp-idf!34707
2024-11-21 14:08:51 +08:00
Jiang Jiang Jian
34625d3711
Merge branch 'fix/fix_top_domain_pd_v5.2' into 'release/v5.2'
...
fix(esp_pm): move clock module out of TOP_DOMAIN_PERIPHERALS_BM (v5.2)
See merge request espressif/esp-idf!34882
2024-11-20 19:54:15 +08:00
Jiang Jiang Jian
1fc1cc44c8
Merge branch 'fix/fix_modem_module_clock_missing_after_ota_v5.2' into 'release/v5.2'
...
fix(esp_system): deselect all modem modules lp clock source selection before clk initialization (v5.2)
See merge request espressif/esp-idf!34925
2024-11-20 19:51:37 +08:00
yinqingzhao
40aac77060
fix(wifi): fix some wifi bugs
2024-11-20 19:17:40 +08:00
yinqingzhao
8f324ba6ba
feat(twt): twt add parameter to enable keep alive
2024-11-20 19:08:56 +08:00