Island
6b1d8dbbfb
Merge branch 'change/ble_update_lib_20250217' into 'master'
...
change(ble): [AUTO_MR] 20250217 - Update ESP BLE Controller Lib
Closes BLERP-1562
See merge request espressif/esp-idf!37025
2025-02-19 19:53:24 +08:00
Island
8ad16fd58d
Merge branch 'feat/support_ble_vendor_hci_event_report' into 'master'
...
feat(bt/bluedroid): Support BLE vendor hci event reporting
Closes BLERP-1542
See merge request espressif/esp-idf!36800
2025-02-19 17:18:24 +08:00
Sudeep Mohanty
e01877ff2e
Merge branch 'bug/xtensa_cpu1_sys_lockup' into 'master'
...
fix(panic_handler): Updated panic handler to use RTC WDT
Closes IDFGH-14379, IDFGH-14221, IDFGH-8665, and DOC-10263
See merge request espressif/esp-idf!36652
2025-02-19 17:11:10 +08:00
cjin
3df8f30816
change(ble): update esp32c6 lib to 7ead2d29
2025-02-19 12:07:26 +08:00
cjin
5c3829cebc
change(ble): update esp32c5 lib to 7ead2d29
2025-02-19 12:07:26 +08:00
cjin
93fd1d91cb
change(ble): update esp32h2 lib to 7ead2d29
2025-02-19 12:07:26 +08:00
zwl
01f9245da1
feat(ble): implement ble capture info user handler on ESP32-C5
2025-02-19 12:07:26 +08:00
zwl
180e67b547
feat(ble): implement ble capture info user handler on ESP32-C6 and ESP32-H2
2025-02-19 12:07:26 +08:00
Shen Weilong
c2449607dc
change(ble): Supported cuttable architecture for ble
2025-02-19 12:07:16 +08:00
Shen Weilong
472320a7a3
change(ble): [AUTO_MR] Update lib_esp32c6 to 996fb939
2025-02-19 11:49:22 +08:00
Shen Weilong
f167fa8a6c
change(ble): [AUTO_MR] Update lib_esp32c5 to 996fb939
2025-02-19 11:49:22 +08:00
Shen Weilong
34ae5db60d
change(ble): [AUTO_MR] Update lib_esp32h2 to 996fb939
2025-02-19 11:49:22 +08:00
Island
2c0381d23b
Merge branch 'feat/improve_bt_log_spi_output_interface' into 'master'
...
Feat/improve bt log spi output interface
See merge request espressif/esp-idf!36912
2025-02-19 10:55:25 +08:00
Sudeep Mohanty
b562afa08e
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-02-18 15:40:54 +01:00
Zhou Xiao
e41f619566
feat(ble): support ble log spi out for ESP32-C3 and ESP32-S3
2025-02-18 14:23:17 +08:00
Zhou Xiao
e2fbec5d2e
feat(ble): support ble log spi out for ESP32
2025-02-18 14:23:05 +08:00
Zhou Xiao
608ecf63e2
change(ble): update ble log spi out config for ESP32-H2
2025-02-18 14:22:47 +08:00
Zhou Xiao
e61089e7e0
change(ble): update ble log spi out config for ESP32-C6
2025-02-18 14:22:30 +08:00
Zhou Xiao
58dc93bb99
change(ble): update ble log spi out config for ESP32-C5
2025-02-18 14:22:12 +08:00
Zhou Xiao
e4b698fc32
change(ble): update ble log spi out config for ESP32-C2
2025-02-18 14:21:53 +08:00
Zhou Xiao
2221133ba8
feat(ble): improved ble log spi output interface to support multisource log
2025-02-18 14:21:33 +08:00
chenjianhua
1003ced6e9
feat(bt/bluedroid): Support BLE vendor hci event reporting
2025-02-18 11:32:33 +08:00
chenjianhua
fd4094e502
feat(bt/bluedroid): Support BLE setting vendor event mask
2025-02-18 11:32:21 +08:00
zhiweijian
69acda1785
feat(ble/bluedroid): reduce bluedrois host bin size and disable BLE_HOST_BG_CONNECT_EN
2025-02-17 14:55:55 +08:00
zhiweijian
d2d4d1518d
feat(ble/bluedroid): disable bluedroid host unused functions
2025-02-17 14:51:58 +08:00
zhiweijian
fb08e4eafe
feat(bt/bluedroid): optimize bluedroid menuconfig
2025-02-17 14:51:10 +08:00
zhiweijian
0959beef72
feat(bt/bluedroid): delete unused host congest check
2025-02-17 14:35:46 +08:00
Wang Meng Yang
4f2105d03e
Merge branch 'feat/support_ble_debug_with_gpio' into 'master'
...
Support BLE debug with GPIO on ESP32
Closes BLERP-1519
See merge request espressif/esp-idf!36621
2025-02-17 10:29:46 +08:00
Wang Meng Yang
b51d4d2aed
Merge branch 'feat/support_config_task_size_in_hid_example' into 'master'
...
Support change HID task size by Kconfig in HID example
Closes IDFGH-14561
See merge request espressif/esp-idf!36796
2025-02-17 10:27:30 +08:00
Rahul Tank
35bd4605f8
fix(nimble): Handle not sending disconnect event if connect was not sent
2025-02-15 09:21:41 +05:30
Abhinav Kudnar
5d2000998a
feat(nimble): Add offset in GATT server long read context
2025-02-14 11:20:47 +05:30
Rahul Tank
90bad97f01
Merge branch 'fix/blesync_periodic_adv' into 'master'
...
fix(nimble): Added sync reattempt for periodic advertisement
Closes BLERP-1521
See merge request espressif/esp-idf!36709
2025-02-14 13:45:35 +08:00
Island
5abfc05909
Merge branch 'change/ble_update_lib_20250212' into 'master'
...
change(ble): [AUTO_MR] 20250212 - Update ESP BLE Controller Lib
Closes BLERP-1554, BLERP-1555, BLERP-1556, BLERP-1482, BLERP-1465, BLERP-1550, BLERP-1515, BLERP-1529, BLERP-1452, BLERP-1451, BLERP-1504, BLERP-1517, BLERP-1388, BLERP-1530, BLERP-1516, and BLERP-1512
See merge request espressif/esp-idf!36892
2025-02-14 12:14:31 +08:00
Wang Meng Yang
472792eb8a
Merge branch 'bugfix/sdp_record_check' into 'master'
...
fix(bt): Fixed SDP record integrity check bug
See merge request espressif/esp-idf!36891
2025-02-14 09:10:39 +08:00
zhanghaipeng
0a7888f839
fix(ble): Update bt lib for ESP32(2a2631f)
...
- Support ESP32 BLE GPIO DEBUG
2025-02-13 20:54:04 +08:00
Astha Verma
daf83d975f
fix(nimble): Added sync reattempt for periodic adv
2025-02-13 18:22:59 +05:30
zwl
9b00d2835e
feat(ble): support enhanced controller log capabilities on ESP32-C5
2025-02-13 18:29:41 +08:00
zwl
bbcb4a2e1f
feat(ble): support enhanced controller log capabilities on ESP32-C2
2025-02-13 18:29:41 +08:00
zwl
f598976c6b
feat(ble): support enhanced controller log capabilities on ESP32-C6 and ESP32-H2
2025-02-13 18:29:41 +08:00
zwl
6cb617617d
feat(ble): add channel assessment and enhanced connect function on ESP32-C5
2025-02-13 18:29:41 +08:00
zwl
0ffac92586
feat(ble): add channel assessment and enhanced connect function on ESP32-H2
2025-02-13 18:29:41 +08:00
zwl
821e587fda
feat(ble): add channel assessment and enhanced connect function on ESP32-C6
2025-02-13 18:29:41 +08:00
Zhou Xiao
4579e083ef
change(ble): [AUTO_MR] Update lib_esp32c6 to 1d7eebaf
2025-02-13 18:29:41 +08:00
Zhou Xiao
a1ccdb85da
change(ble): [AUTO_MR] Update lib_esp32c5 to 1d7eebaf
2025-02-13 18:29:41 +08:00
Zhou Xiao
4f0e0f371a
change(ble): [AUTO_MR] Update lib_esp32h2 to 1d7eebaf
2025-02-13 18:29:41 +08:00
Astha Verma
c2483bd1f7
fix(nimble): Enhanced error handling by adding to print core error definitions
2025-02-13 08:54:09 +05:30
Nebojša Cvetković
fed1d41aa7
fix(ble/bluedroid): Don't log error on 16/128-bit UUID mixed descriptors
2025-02-12 14:57:15 +08:00
Nebojsa Cvetkovic
63b2dcc3a7
refactor(ble/bluedroid): Fix typos in gatt_sr.c
2025-02-12 14:57:15 +08:00
Nebojsa Cvetkovic
9b5a52e2f7
fix(ble/bluedroid): Allow 0 length indications
2025-02-12 14:57:15 +08:00
Nebojsa Cvetkovic
a8041a9953
refactor(ble/bluedroid): Fix typos in bta_gatts_act.c
2025-02-12 14:57:15 +08:00