Shen Weilong
1e3a0daddf
feat(bt): fixed some doc error and add ocf parameters description
2025-03-26 13:26:38 +08:00
Shen Weilong
98acfd514b
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-25 15:24:21 +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
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
Island
096fb7f96e
Merge branch 'feat/optimize_hci_data_recv_process_v5.0' into 'release/v5.0'
...
Feat/optimize hci data recv process (v5.0)
See merge request espressif/esp-idf!37830
2025-03-25 11:04:51 +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
Roland Dobai
83b9a4de2e
Merge branch 'fix/extractall_deprecation_v5.0' into 'release/v5.0'
...
fix(idf_tools): Patch extractall() deprecation warning (v5.0)
See merge request espressif/esp-idf!37887
2025-03-21 02:03:06 +08:00
Roland Dobai
6bbaf8b88d
Merge branch 'fix/install_input_validation_v5.0' into 'release/v5.0'
...
fix(idf_tools): Validate input features (v5.0)
See merge request espressif/esp-idf!37893
2025-03-21 01:58:40 +08:00
Rahul Tank
30ff8658a7
Merge branch 'bugfix/fix_smp_command_allocation_v5.0' into 'release/v5.0'
...
fix(nimble): Fix SMP command allocation (v5.0)
See merge request espressif/esp-idf!37850
2025-03-20 20:32:59 +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
Radim Karniš
52d60d161c
fix(idf_tools): Patch extractall() deprecation warning
2025-03-19 22:07:57 +01:00
Radim Karniš
59ca6c93b4
fix(idf_tools): Validate input features
2025-03-19 22:04:17 +01:00
Rahul Tank
39e996bac0
fix(nimble): Fix SMP command allocation
2025-03-19 20:58:33 +05:30
Rahul Tank
0ba9ba4b78
Merge branch 'feat/implement_vendor_event_mask_vsc_v5.0' into 'release/v5.0'
...
feat(nimble): Add support for Vendor Event mask VSC(v5.0)
See merge request espressif/esp-idf!37733
2025-03-19 20:45:08 +08:00
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
e6c139e56f
Merge branch 'bugfix/fix_event_deinit_sequence_v5.0' into 'release/v5.0'
...
fix(nimble): Fix incorrect event deinit in gatt caching discovery (v5.0)
See merge request espressif/esp-idf!37727
2025-03-15 19:18:26 +08:00
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