Jiang Jiang Jian
22789f45d6
Merge branch 'backport/backport_some_changes_to_v5.0' into 'release/v5.0'
...
fix(wifi): fix some wifi bugs(Backport v5.0)
See merge request espressif/esp-idf!38071
2025-03-28 10:02:22 +08:00
Song Ruo Jing
3e44f63640
fix(ledc): fix race condition in ledc_fade_stop causing assert failure
...
Closes https://github.com/espressif/esp-idf/issues/15580
2025-03-27 20:17:36 +08:00
xiongweichao
481022f028
fix(bt/bluedroid): fix the issue of connection failure when initializing multiple profiles
...
- Due to the number of service security records exceeding the maximum value, the connection failed
2025-03-27 20:05:57 +08:00
yinqingzhao
fe923b3b4b
fix(sniffer): fix channel in rx_ctrl is zero when using sniffer
2025-03-27 17:29:15 +08:00
Island
87a728c41d
Merge branch 'feature/add_vendor_ble_cmd_definitions_5.0' into 'release/v5.0'
...
Feature/add vendor ble cmd definitions (v5.0)
See merge request espressif/esp-idf!37962
2025-03-27 17:14:49 +08:00
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
Xiao Xufeng
c1bd3d2925
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader
...
Closes https://github.com/espressif/esp-idf/issues/11617
2025-03-27 00:23:49 +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
Shen Weilong
1e3a0daddf
feat(bt): fixed some doc error and add ocf parameters description
2025-03-26 13:26:38 +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
Shen Weilong
98acfd514b
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-25 15:24:21 +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
Shen Weilong
8c74230b77
feat(ble/controller): Added memory boundary check for ESP32-C2
2025-03-25 14:38:00 +08:00
zhiweijian
33e15accdd
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3 (03d0f8a6)
...
- Remove unused functions in the controller
2025-03-25 14:38:00 +08:00
baohongde
b03bac9a72
feat(bt): added definitions for BR/EDR hci vendor commands and events
2025-03-25 14:38:00 +08:00
chenjianhua
85a2c95aa7
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-25 14:38:00 +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