Rahul Tank
e6955dee22
Merge branch 'fix/clear_gatt_svc_len_v5.1' into 'release/v5.1'
...
fix(nimble): Clear GATT service entries counter upon GATT deinit (v5.1)
See merge request espressif/esp-idf!40549
2025-07-25 16:43:46 +05:30
Tan Yan Quan
5dd8e990b9
fix(ieee802154): set rx_when_idle to false when Rx stop
2025-07-25 17:22:59 +08:00
Tan Yan Quan
e82ed87ede
fix(ieee802154): initialize nvs before enable ieee802154
2025-07-25 17:22:59 +08:00
Mahavir Jain
0eaf976032
Merge branch 'bugfix/fix_memory_leak_on_http_header_fetch_failure_v5.1' into 'release/v5.1'
...
fix(esp_http_client): free header in case of ESP_ERR_HTTP_FETCH_HEADER (v5.1)
See merge request espressif/esp-idf!40667
2025-07-25 09:31:41 +05:30
Rahul Tank
8888f03a34
Merge branch 'bugfix/retry_packet_alloc_v5.1' into 'release/v5.1'
...
fix(nimble): Add packet allocation retry for limited iteration (v5.1)
See merge request espressif/esp-idf!40687
2025-07-24 10:14:54 +05:30
Zhi Wei Jian
ae77a9a37c
fix(rf/example): Fixed phy test example crash
...
(cherry picked from commit e2e5d4915b )
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2025-07-23 11:23:12 +08:00
Jiang Jiang Jian
238266db4d
Merge branch 'bugfix/fix_some_wifi_bugs_250716_v5.1' into 'release/v5.1'
...
Bugfix/fix some wifi bugs 250716 v5.1
See merge request espressif/esp-idf!40627
2025-07-22 17:56:41 +08:00
Ashish Sharma
781dea973f
fix(esp_http_client): fix memory leak in current_header_value buffer
...
Fixed memory leak in esp_http_client_cleanup() where current_header_value
buffer was not being freed when ESP_ERR_HTTP_FETCH_HEADER is returned
during header parsing failures.
2025-07-21 15:42:12 +08:00
Jiang Jiang Jian
00dd08c9bc
Merge branch 'fix/disconnect_sta_in_wps_start_v5.1' into 'release/v5.1'
...
fix(wifi): Disconnect station from previous AP in wps_start instead of wps_enable (Backport v5.1)
See merge request espressif/esp-idf!40646
2025-07-21 14:22:14 +08:00
nilesh.kale
6c290c09f3
feat: enabled ECDSA-P192 support for ESP32H2
2025-07-18 14:50:55 +05:30
Rahul Tank
6502b66afb
fix(nimble): Add packet allocation retry for limited iteration
2025-07-18 11:02:17 +05:30
Sarvesh Bodakhe
b580db8059
fix(wifi): Disconnect station in wps_start instead of wps_enable
...
Modifies changes from bfb000b23c
2025-07-17 13:42:47 +05:30
Rahul Tank
4729db64ec
fix(nimble): Enhanced HCI logging by adding timestamp information
2025-07-17 10:20:24 +05:30
Rahul Tank
274c58c2ad
Merge branch 'bugfix/make_blufi_adv_custom_v5.1' into 'release/v5.1'
...
feat(nimble): Add a way to make blufi advertising customizable (v5.1)
See merge request espressif/esp-idf!40533
2025-07-17 10:13:34 +05:30
liuning
5e011dc827
fix(wifi): fix cant sleep if connection breaks during sending probe
2025-07-17 10:40:25 +08:00
sibeibei
34c922cf59
fix(wifi): rx bcn failed when sta off channel under modem state
2025-07-16 21:47:39 +08:00
Li Shuai
18c7cce0a7
fix(esp_hw_support): fix modem wakeup req always high caused by pmu min slp cycle update
2025-07-16 21:41:04 +08:00
Li Shuai
b01313f4d3
change(esp_hw_support): add interface to calculate slow clock period by clock frequency
2025-07-16 21:41:02 +08:00
sibeibei
ef8b1ab5c5
fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist
2025-07-16 21:35:37 +08:00
wangtao@espressif.com
4a71980fc7
fix(wifi): add check for esp_wifi_set_config
2025-07-16 21:35:37 +08:00
Jiang Jiang Jian
452e609dcc
Merge branch 'fix/fix_esp32_core1_access_rtc_fast_in_sleep_code_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): fix esp32 APP_CPU accessing RTCFAST memory in sleep code (v5.1)
See merge request espressif/esp-idf!40560
2025-07-16 10:33:56 +08:00
Euripedes Rocha
cec16771bc
fix(mqtt): Adds sdkconfig to use test broker
...
Changes the configuration to make test to use internal broker on CI
runs.
2025-07-15 08:48:36 +02:00
zhangyanjiao
a7fd7033b5
fix(wifi): fix duplicated offchan error, add coex wifi event imm
2025-07-14 19:47:28 +08:00
Mahavir Jain
211668cc65
Merge branch 'bugfix/fix_ds_peripheral_rsa_ctx_stack_init' into 'release/v5.1'
...
fix(esp_tls): Allocate DS peripheral RSA ALT context on heap for safe usage
See merge request espressif/esp-idf!40436
2025-07-14 15:09:16 +05:30
Jiang Jiang Jian
114c7fc2a5
Merge branch 'feat/socket_count_checks_v5.1' into 'release/v5.1'
...
feat(network/lwip): Add checks for maximum socket count (v5.1)
See merge request espressif/esp-idf!38868
2025-07-14 15:44:04 +08:00
Jiang Jiang Jian
2998f8546b
Merge branch 'contrib/github_pr_15057_v5.1' into 'release/v5.1'
...
feat(dhcps): Support for multiple DNS servers (GitHub PR) (v5.1)
See merge request espressif/esp-idf!39270
2025-07-14 14:46:19 +08:00
Jiang Jiang Jian
1cc32e7b26
Merge branch 'fix/sdmmc_write_sectors_dma_always_send_cmd13_v5.1' into 'release/v5.1'
...
fix(sdmmc): sdmmc_write_sectors_dma always check card status after write (v5.1)
See merge request espressif/esp-idf!34343
2025-07-14 14:45:03 +08:00
wuzhenghui
f66a38a6a2
fix(esp_hw_support): fix esp32 APP_CPU accessing RTCFAST memory in sleep code
2025-07-14 14:09:50 +08:00
Sumeet Singh
5d8d62e19a
fix(nimble): Clear GATT service entries counter upon GATT deinit (v5.1)
2025-07-11 18:09:12 +05:30
Rahul Tank
80813126e3
fix(nimble): Add a way to make blufi advertising customizable
...
Based on changes in https://github.com/espressif/esp-idf/pull/8958
2025-07-11 15:31:44 +05:30
Ashish Sharma
e609b6fb10
fix(esp_tls): init DS peripheral RSA ALT context on heap
2025-07-11 15:12:41 +08:00
Jiang Jiang Jian
e3a508cded
Merge branch 'bugfix/scan_stop_when_conenct_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Fix locking in incorrect state when stop_scan is called after connect
See merge request espressif/esp-idf!39484
2025-07-11 14:29:41 +08:00
Island
88a0a7b4ac
Merge branch 'change/ble_update_lib_20250709_v5.1' into 'release/v5.1'
...
change(ble): [AUTO_MR] 20250709 - Update ESP BLE Controller Lib (v5.1)
See merge request espressif/esp-idf!40467
2025-07-11 10:46:07 +08:00
Alexey Gerenkov
f8dc3fc52d
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250707_v5.1' into 'release/v5.1'
...
feat(tools): update openocd version to v0.12.0-esp32-20250707 (v5.1)
See merge request espressif/esp-idf!40463
2025-07-10 19:37:30 +08:00
Island
fefa675213
Merge branch 'feat/ble_log_spi_out_dev_phase_4_v5.1' into 'release/v5.1'
...
BLE Log SPI Out Dev Phase 4 (v5.1)
See merge request espressif/esp-idf!40422
2025-07-10 18:53:00 +08:00
Jiang Jiang Jian
12e51f524d
Merge branch 'bugfix/wps_pbc_overlap_uuid_v5.1' into 'release/v5.1'
...
fix(wpa_supplicant): Ensure pbc_overlap event is posted correctly (Backport v5.1)
See merge request espressif/esp-idf!39083
2025-07-09 18:26:22 +08:00
Shreyas Sheth
bcde651df7
fix(esp_wifi): Fix locking in incorrect state when stop_scan is called after connect
2025-07-09 15:19:18 +05:30
Jiang Jiang Jian
ecaac7617f
Merge branch 'fix/retry_cnt_issue_for_non_pmf_sta_v5.1' into 'release/v5.1'
...
fix(failure_retry_cnt): Prevent NON-PMF STA retries if esp_wifi_disconnect() before handshake (Backport v5.1)
See merge request espressif/esp-idf!39547
2025-07-09 16:02:13 +08:00
Erhan Kurubas
6b0b52ce1e
change(sysview): set default core name as core0
2025-07-09 15:01:30 +08:00
Erhan Kurubas
843c737164
feat(sysview): update to version 3.56
2025-07-09 15:01:30 +08:00
Wang Meng Yang
662fba0879
Merge branch 'bugfix/bt_sleep_log_consistent_v5.1' into 'release/v5.1'
...
fix(ble): keep the log of the bluetooth sleep clock source consistent(v5.1)
See merge request espressif/esp-idf!40359
2025-07-09 13:46:41 +08:00
Zhou Xiao
40a333b58f
fix(ble): updated rom linker script for ESP32-C2
...
(cherry picked from commit f1838aeec1 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-07-09 13:13:40 +08:00
Zhou Xiao
0077cba84d
feat(ble): enable broker initialization on ESP32-C6
...
(cherry picked from commit 3d93ce37da )
Co-authored-by: cjin <jinchen@espressif.com >
2025-07-09 13:13:37 +08:00
Zhou Xiao
910dee18f2
feat(ble): enable broker initialization on ESP32-H2
...
(cherry picked from commit 64f216ae5a )
Co-authored-by: cjin <jinchen@espressif.com >
2025-07-09 13:13:34 +08:00
Zhou Xiao
7c247b7aed
feat(ble): support memory allocation check debug feature on ESP32-H2
...
(cherry picked from commit 265a8746dc )
Co-authored-by: cjin <jinchen@espressif.com >
2025-07-09 13:13:32 +08:00
Zhou Xiao
3e9279ce82
feat(ble): support memory allocation check debug feature on ESP32-C6
...
(cherry picked from commit 027766e0c2 )
Co-authored-by: cjin <jinchen@espressif.com >
2025-07-09 13:13:29 +08:00
Zhou Xiao
643bcf2f3b
feat(ble): support memory allocation check debug feature on ESP32-C2
...
(cherry picked from commit 7ef90d4113 )
Co-authored-by: cjin <jinchen@espressif.com >
2025-07-09 13:13:27 +08:00
Zhou Xiao
89da7335a9
change(ble): [AUTO_MR] Update lib_esp32c2 to c7732d48
...
(cherry picked from commit 3d45e8578e )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-07-09 13:13:24 +08:00
Zhou Xiao
2339901607
change(ble): [AUTO_MR] Update lib_esp32c6 to ca6c20bc
...
(cherry picked from commit 1e236a1feb )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-07-09 13:13:22 +08:00
Zhou Xiao
071b489c5d
change(ble): [AUTO_MR] Update lib_esp32h2 to ca6c20bc
...
(cherry picked from commit 6a650312d4 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-07-09 13:13:19 +08:00