Island
2c25cdf1cb
Merge branch 'feature/update_controller_lib_20250310_v5.1' into 'release/v5.1'
...
Feature/update controller lib 20250310 (v5.1)
See merge request espressif/esp-idf!37679
2025-03-13 14:24:46 +08:00
Island
ff51717640
Merge branch 'bugfix/disable_dbg_hci_cmd_on_esp32_v5.1' into 'release/v5.1'
...
Disable debug vendor hci command on ESP32 (v5.1)
See merge request espressif/esp-idf!37627
2025-03-13 10:55:41 +08:00
Shen Weilong
02c08ca49c
feat(ble): tell controller if vhci is enabled for ESP32-C6 and ESP32-H2
2025-03-13 09:04:56 +08:00
Shen Wei Long
09ef128249
feat(ble): tell controller if vhci is enabled for ESP32-C2
...
(cherry picked from commit 892b3a0b0e
)
Co-authored-by: Shen Weilong <shenweilong@espressif.com >
2025-03-13 09:01:34 +08:00
chenjianhua
d0840de93e
fix(bt): Update bt lib for ESP32(e250cf1)
...
- Disable debug vendor hci command
2025-03-10 15:37:34 +08:00
gongyantao
326abfbf18
fix(bt): fixed some issues in bt controller
...
- fixed the issue where the NULL pointer was deferenced in lc_free state
- avoid accessing released ACL resources in SCO logic
2025-03-10 15:37:22 +08:00
Jin Cheng
9372cf169c
fix(bt/controller): fixed some controller bugs on ESP32.
...
1. added a VSC to control whether to initiate lmp_auto_rate
- Closes https://github.com/espressif/esp-idf/issues/15133
2. fixed EA resource cleanup error after SNIFF negotiation failure
- Closes https://github.com/espressif/esp-idf/issues/13605
3. removed an assertion in SCO data TX handler after disconnection
- Closes https://github.com/espressif/esp-idf/issues/15176
2025-03-10 15:37:12 +08:00
Sudeep Mohanty
2bba3944c2
fix(panic_handler): Updated panic handler to use RTC WDT
...
This commit updates the following:
- Updates the panic handler to use only the RTC WDT to reset the system.
- Refactors some of the panic handler code.
- Updates Bluetooth files where in they now feed the WDTs instead of
reconfiguring them.
- Removes some unnecessary configuration of WDTs from various files.
- Added a unit test to verify that the system does not lock up when the
panic handler is stuck.
- Updates the memprot unit tests to work with the refactored panic
handler.
Closes https://github.com/espressif/esp-idf/issues/15166
Closes https://github.com/espressif/esp-idf/issues/15018
Closes https://github.com/espressif/esp-idf/issues/10110
2025-03-06 09:10:09 +01:00
zhanghaipeng
5fc7854542
fix(ble/controller): Fix BLE Kconfig on ESP32 to avoid unexpected behavior
2025-03-03 11:19:07 +08:00
chenjianhua
8b481be911
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(723439d)
...
- Added BLE controller debug log trace
- Added BLE controller log module
2025-02-27 16:10:32 +08:00
Wang Meng Yang
0d0800d9ea
Merge branch 'feat/add_vsc_to_support_test_v5.1' into 'release/v5.1'
...
feat(bt): add vendor hci command and event to support test (v5.1)
See merge request espressif/esp-idf!36568
2025-02-27 14:59:59 +08:00
zhanghaipeng
618923ccbf
fix(ble): Update bt lib for ESP32(2a2631f)
...
- Support ESP32 BLE GPIO DEBUG
2025-02-26 16:19:41 +08:00
Zhao Wei Liang
c16a2b345d
feat(ble): add a debug way to retain scene on ESP32-C6
2025-02-26 15:31:42 +08:00
cjin
2feaf5a89c
change(ble): update esp32c6 lib to 7ead2d29
2025-02-25 18:04:38 +08:00
cjin
1164033475
change(ble): update esp32h2 lib to 7ead2d29
2025-02-25 18:04:38 +08:00
zwl
1195ce2e59
feat(ble): implement ble capture info user handler on ESP32-C6 and ESP32-H2
2025-02-25 18:04:38 +08:00
Shen Weilong
f4a8aaffcb
change(ble): Supported cuttable architecture for ble
2025-02-25 18:04:38 +08:00
zhanghaipeng
e71af692b9
fix(ble): Update bt lib for ESP32(194dd63)
...
- Fix the issue where disconnection events were not reported as a slave.
- Enhance Access Address validation in compatibility mode.
2025-02-23 17:40:50 +08:00
gongyantao
286736469d
feat(bt): add vendor hci command and event to support test
...
- add afh related vendor hci command and event
- add vendor event mask command
2025-02-23 17:40:50 +08:00
linruihao
598eff9d27
feat(bt): add coexist scheme status support for bt page
2025-02-23 17:40:50 +08:00
Island
fe44aa768e
Merge branch 'change/ble_update_lib_20250114_v5.1' into 'release/v5.1'
...
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib (v5.1)
See merge request espressif/esp-idf!36477
2025-02-21 10:47:49 +08:00
Island
06da036d83
Merge branch 'feat/improve_bt_log_spi_output_interface_v5.1' into 'release/v5.1'
...
Feat/improve bt log spi output interface (v5.1)
See merge request espressif/esp-idf!37134
2025-02-21 10:47:42 +08:00
Zhou Xiao
59d0d04311
change(ble): [AUTO_MR] Update lib_esp32c2 to 7b7ee440
2025-02-20 14:35:57 +08:00
Jiang Jiang Jian
e9b7e6c434
Merge branch 'change/ble_update_lib_20250212_v5.1' into 'release/v5.1'
...
change(ble): [AUTO_MR] 20250212 - Update ESP BLE Controller Lib (v5.1)
See merge request espressif/esp-idf!37041
2025-02-20 11:09:15 +08:00
Zhou Xiao
72d8b6d20f
feat(ble): support ble log spi out for ESP32-C3 and ESP32-S3
...
(cherry picked from commit e41f619566
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-19 20:53:44 +08:00
Zhou Xiao
6fe92090ae
feat(ble): support ble log spi out for ESP32
...
(cherry picked from commit e2fbec5d2e
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-19 20:53:41 +08:00
Zhou Xiao
2f37a7e4fd
change(ble): update ble log spi out config for ESP32-H2
...
(cherry picked from commit 608ecf63e2
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-19 20:53:38 +08:00
Zhou Xiao
928f926ba8
change(ble): update ble log spi out config for ESP32-C6
...
(cherry picked from commit e61089e7e0
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-19 20:53:36 +08:00
Zhou Xiao
e2bf0a9772
change(ble): update ble log spi out config for ESP32-C2
...
(cherry picked from commit e4b698fc32
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-19 20:53:33 +08:00
Island
c48f642834
Merge branch 'feat/add_spi_output_v5.1' into 'release/v5.1'
...
Feat/add spi output (v5.1)
See merge request espressif/esp-idf!36953
2025-02-19 10:55:18 +08:00
zwl
14d6c95877
change(ble): [AUTO_MR] Update lib_esp32c6 to 1d7eebaf
2025-02-18 11:01:23 +08:00
zwl
58e851ac0a
change(ble): [AUTO_MR] Update lib_esp32h2 to 1d7eebaf
2025-02-18 11:01:14 +08:00
zwl
a5b29fd0c4
feat(ble): add channel assessment and enhanced connect function on ESP32-C6
2025-02-18 11:01:05 +08:00
Zhou Xiao
f08f52d057
feat(ble): support enhanced controller log capabilities on ESP32-C2
...
(cherry picked from commit bbcb4a2e1f
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-02-18 10:22:55 +08:00
Zhou Xiao
1479cbd40e
feat(ble): support enhanced controller log capabilities on ESP32-C6 and ESP32-H2
...
(cherry picked from commit f598976c6b
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-02-18 10:22:52 +08:00
Zhou Xiao
7b5fa8bdb6
feat(ble): add channel assessment and enhanced connect function on ESP32-H2
...
(cherry picked from commit 0ffac92586
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-02-18 10:22:49 +08:00
Zhou Xiao
b764a4f7c8
feat(ble): support esp ble controller spi output interface for ESP32-H2
...
(cherry picked from commit 9c98c7e040
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-14 11:53:36 +08:00
Zhou Xiao
62dce3f7c7
feat(ble): support esp ble controller spi output interface for ESP32-C6
...
(cherry picked from commit 58b8775f95
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-14 11:53:34 +08:00
Zhou Xiao
5f20fab227
feat(ble): support esp ble controller spi output interface for ESP32-C2
...
(cherry picked from commit 0b57f8ae87
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-02-14 11:53:31 +08:00
xiongweichao
cdf9afbee4
feat(bt): Added API to get/set low power clock source
2025-02-05 09:52:45 +08:00
cjin
3b1ab8a46e
fix(ble): fix conn supervision tmo when coex ESP32C6
2025-01-23 18:05:42 +08:00
cjin
8d2a6a08de
fix(ble): fix conn supervision tmo when coex ESP32H2
2025-01-23 18:05:18 +08:00
Jiang Jiang Jian
40fe9c1d28
Merge branch 'change/ble_update_lib_20250103_v5.1' into 'release/v5.1'
...
change(ble): [AUTO_MR] 20250103 - Update ESP BLE Controller Lib (v5.1)
See merge request espressif/esp-idf!36370
2025-01-23 15:29:26 +08:00
zwl
7ac466957c
feat(ble): support for putting ble code into flash on ESP32-C6
2025-01-16 18:11:16 +08:00
Zhou Xiao
fad3da3d4d
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-H2
...
(cherry picked from commit d2b62f2130
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-01-14 14:53:46 +08:00
Zhou Xiao
3dd9f8bb1f
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C6
...
(cherry picked from commit 8d6ec12838
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-01-14 14:53:42 +08:00
Zhou Xiao
17d01a1818
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C2
...
(cherry picked from commit 6a752eeb89
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-01-14 14:53:40 +08:00
Zhou Xiao
d5b968a77b
feat(ble): support for putting ble code into flash on ESP32-H2
...
(cherry picked from commit 5a9acdc379
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-01-14 14:53:38 +08:00
Zhou Xiao
0802f1d21e
change(ble): Update lib_esp32c2 to 2a00fb0b
...
(cherry picked from commit 7cd3fe6953
)
Co-authored-by: zhouxiao <zhouxiao@espressif.com >
2025-01-14 14:53:36 +08:00
Zhou Xiao
47725bd117
change(ble): Update lib_esp32c6 to 3422b706
...
(cherry picked from commit 4fc95fa91f
)
Co-authored-by: zhouxiao <zhouxiao@espressif.com >
2025-01-14 14:53:34 +08:00