Jiang Jiang Jian
b39b0cc47f
Merge branch 'bugfix/fix_scan_info_error_in_lr_only_mode_v5.0' into 'release/v5.0'
...
fix(wifi): Fixed the scan information error in LR only mode (v5.0)
See merge request espressif/esp-idf!37904
2025-03-27 14:27:22 +08:00
morris
ac8137d181
Merge branch 'fix/i2s_iram_safe_issue_while_use_psram_v5.0' into 'release/v5.0'
...
fix(i2s): fixed failure when dma is iram_safe but i2s not (v5.0)
See merge request espressif/esp-idf!38007
2025-03-27 14:18:44 +08:00
morris
10130e92d7
Merge branch 'contrib/github_pr_15484_v5.0' into 'release/v5.0'
...
fix(twai): fixed twai assert fail during recover (GitHub PR) (v5.0)
See merge request espressif/esp-idf!37996
2025-03-27 13:45:35 +08:00
diplfranzhoepfinger
d1b03d36ba
fix(twai): fixed twai assert fail when recover
...
driver try start new frame in ISR however already bus off
Closes https://github.com/espressif/esp-idf/issues/9697
2025-03-27 11:24:07 +08:00
zhangyanjiao
02cebb0975
fix(wifi): Added timer to send wake null after STA received assoc response
2025-03-27 10:48:02 +08:00
zhangyanjiao
f41ea3257d
fix(wifi): Fixed the scan information error in LR only mode
2025-03-27 10:43:10 +08:00
zhangyanjiao
7157645d65
docs(wifi): update the description for esp_mesh_send() return value
...
Closes https://github.com/espressif/esp-idf/issues/14440
2025-03-27 10:43:10 +08:00
Jiang Jiang Jian
29797ad298
Merge branch 'bugfix/pmf_enabled_sae_query_v5.0' into 'release/v5.0'
...
fix(wifi): SA Query responses not transmitted (Backport v5.0)
See merge request espressif/esp-idf!38009
2025-03-26 21:28:24 +08:00
akshat
e458f633d7
fix(wifi): Fix occasional dropping of SA Query responses by SoftAP
2025-03-25 13:00:20 +05:30
laokaiyao
02799dbee2
fix(i2s): add check for i2s DMA buffer array allocation
...
Closes https://github.com/espressif/esp-idf/issues/15607
2025-03-25 15:28:55 +08:00
laokaiyao
1b7004fdeb
fix(i2s): fixed mismatch of the i2s and gdma iram-safe config
...
Closes https://github.com/espressif/esp-idf/issues/15533
2025-03-25 15:21:53 +08:00
Abhinav Kudnar
c9b4a39dea
fix(nimble): Exposed the ble_gap_wl_tx_add API to add a device in whitelist
2025-03-25 11:45:15 +05:30
Aditya Patwardhan
7ff465074f
Merge branch 'bugfix/provisioning_sec2_aes_iv_usage_v5.0' into 'release/v5.0'
...
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme (v5.0)
See merge request espressif/esp-idf!37666
2025-03-25 13:57:29 +08:00
Zhao Wei Liang
72f23505ed
feat(ble): optimize reconfig hci uart pin code
2025-03-24 17:28:41 +08:00
Zhao Wei Liang
9c64256462
feat(ble): change nimble whitelist max size to 31
...
(cherry picked from commit 93357e8613 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-03-24 17:28:41 +08:00
Zhao Wei Liang
a9d9e092d2
feat(ble): change whitelist max size to 31 on ESP32-C2
...
(cherry picked from commit 578f2358c6 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-03-24 17:28:41 +08:00
Zhao Wei Liang
ea3f6d7329
fix(ble): fixed hci driver stack protection fault issue on ESP32-C2
...
(cherry picked from commit afd44d14b9 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-03-24 17:28:41 +08:00
Zhao Wei Liang
922db69683
fix(ble): fixed hci assertion issue when uart interference occurs
...
(cherry picked from commit 84f0b39e4d )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-03-24 17:28:41 +08:00
morris
da555cce40
Merge branch 'bugfix/usj_wrong_return_value_v5.0' into 'release/v5.0'
...
fix(usb_serial_jtag): wrong return value in usb_serial_jtag_write_bytes (v5.0)
See merge request espressif/esp-idf!37973
2025-03-24 16:06:16 +08:00
Jiang Jiang Jian
1920192291
Merge branch 'bugfix/wps_reconnect_failure_v5.0' into 'release/v5.0'
...
fix(wpa_suppplicant): Fix for issue in wps reconnection (Backport v5.0)
See merge request espressif/esp-idf!37646
2025-03-24 15:01:27 +08:00
Wang Meng Yang
6683d50054
Merge branch 'bugfix/fix_esp32_bt_disable_crash_v5.0' into 'release/v5.0'
...
fix(bt): Fix controller disable cause iwdt timeout on esp32 (v5.0)
See merge request espressif/esp-idf!37776
2025-03-24 14:29:47 +08:00
Wang Meng Yang
63b16bcdda
Merge branch 'bugfix/err_disc_state_changed_evt_v5.0' into 'release/v5.0'
...
fix(bt/bluedroid): fixed other events being reported when disconnected(v5.0)
See merge request espressif/esp-idf!37940
2025-03-24 14:10:16 +08:00
Island
e29cfa8952
Merge branch 'change/ble_update_lib_20250313_v5.0' into 'release/v5.0'
...
change(ble): [AUTO_MR] 20250313 - Update ESP BLE Controller Lib (v5.0)
See merge request espressif/esp-idf!37818
2025-03-24 12:53:40 +08:00
morris
1f86a3e289
fix(usb_serial_jtag): wrong return value in usb_serial_jtag_write_bytes
...
Closes https://github.com/espressif/esp-idf/issues/15620
2025-03-24 11:47:44 +08:00
Mahavir Jain
9d73231cf9
Merge branch 'refactor/protocomm_public_hdr_v5.0' into 'release/v5.0'
...
refactor(protocomm): Make the protocomm `proto-c` headers public (v5.0)
See merge request espressif/esp-idf!37786
2025-03-21 12:02:15 +08:00
xiongweichao
a227b6ad44
fix(bt/bluedroid): fixed other events being reported when disconnected
...
- Since no initial value is assigned, the variable evt is a random value,
causing the ESP_BT_GAP_DISC_STATE_CHANGED_EVT event to be reported when
the connection is disconnected.
2025-03-21 11:24:18 +08:00
morris
4d78c54a95
Merge branch 'feat/unilc_psram_s3_v5.0' into 'release/v5.0'
...
psram: supported UnilC octal psram on s3 (v5.0)
See merge request espressif/esp-idf!37858
2025-03-21 10:06:37 +08:00
Geng Yuchao
32e72c42e8
fix(ble): Add link requires esp_phy for ble.
2025-03-20 09:48:47 +08:00
Zhou Xiao
9ac3dcf07d
feat(ble): support ble log simple output via SPI interface
2025-03-20 09:48:35 +08:00
Rahul Tank
39e996bac0
fix(nimble): Fix SMP command allocation
2025-03-19 20:58:33 +05:30
Laukik Hase
2c0fcb7a1f
refactor(protocomm): Make the protocomm proto-c headers public
2025-03-19 16:29:21 +05:30
armando
ed545ba844
feat(psram): supported new octal psram on s3
2025-03-19 10:26:47 +08:00
Zhou Xiao
a72a99dae5
fix(ble): fix ble log init failure mem leak for ESP32
...
(cherry picked from commit bb9dc5a927 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-03-18 12:53:43 +08:00
Zhou Xiao
f3b25c4b34
fix(ble): fix ble log init failure mem leak for ESP32-C3
...
(cherry picked from commit 9ff9fb0661 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-03-18 12:53:41 +08:00
Zhou Xiao
d21703765b
feat(ble): add enhanced connect function on ESP32-C2
...
(cherry picked from commit 71cea01694 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-03-18 12:53:39 +08:00
Zhou Xiao
b424d7bcb6
feat(ble): support ble log simple output via SPI interface for ESP32-C2
...
(cherry picked from commit df829ac919 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-03-18 12:53:37 +08:00
Zhou Xiao
32c92aed88
change(ble): [AUTO_MR] Update lib_esp32c2 to 5d9a6661
...
(cherry picked from commit f198302067 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-03-18 12:53:34 +08:00
Mahavir Jain
4909d72f9e
feat(protocomm): add (hidden) config option to indicate security patch feature
2025-03-17 13:37:22 +05:30
Shreeyash
c05421bd88
feat(nimble): support vendor event mask set and vendor HCI event on nimble host
2025-03-15 16:56:13 +05:30
Rahul Tank
5676daedfb
fix(nimble): Fix incorrect event deinit in gatt caching discovery
2025-03-14 19:18:24 +05:30
linruihao
af82753edd
fix(bt): Fix controller disable cause iwdt timeout on esp32
2025-03-14 17:53:24 +08:00
Island
3d2ad66e4c
Merge branch 'feature/move_tinycrypt_to_bt_common_v5.0' into 'release/v5.0'
...
Feature/move tinycrypt to bt common (v5.0)
See merge request espressif/esp-idf!37578
2025-03-14 15:41:56 +08:00
morris
7a59dfe095
Merge branch 'bugfix/sdmmc_high_prio_timeout_v5.0' into 'release/v5.0'
...
fix(sdmmc): move DMA descriptor refilling into the ISR (v5.0)
See merge request espressif/esp-idf!37691
2025-03-14 11:48:52 +08:00
Island
651fa8fd41
Merge branch 'bugfix/reduce_controller_bin_size_v5.0' into 'release/v5.0'
...
fix(ble/controller): reduce controller bin size (backport v5.0)
See merge request espressif/esp-idf!37745
2025-03-14 10:59:56 +08:00
Island
62e181e185
Merge branch 'fix/feed_wdts_during_ble_log_dump_c2_v5.0' into 'release/v5.0'
...
fix(ble): add feed wdts during ble log dump for ESP32-C2 (v5.0)
See merge request espressif/esp-idf!37716
2025-03-13 19:34:15 +08:00
zhiweijian
997d96157e
fix(ble/controller): reduce controller bin size
2025-03-13 17:42:36 +08:00
Shen Weilong
32370b047e
feat(bt): support hardware ecc acceleration for bt tinycrypt
2025-03-13 17:35:20 +08:00
Island
95cafb5a32
Merge branch 'bugfix/fix_some_ble_bugs_250220_esp32c3_v5.0' into 'release/v5.0'
...
Fixed some BLE bugs 250220 on esp32c3(b34b7d6) (v5.0)
See merge request espressif/esp-idf!37697
2025-03-13 17:34:20 +08:00
Island
b230faf2e1
Merge branch 'feature/update_controller_lib_20250310_v5.0' into 'release/v5.0'
...
Feature/update controller lib 20250310 (v5.0)
See merge request espressif/esp-idf!37678
2025-03-13 14:24:28 +08:00
Zhou Xiao
35f1090636
fix(ble): add feed wdts during ble log dump for ESP32-C2
...
(cherry picked from commit e2e8e7dce1 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-03-13 12:53:30 +08:00