Zhou Xiao
f334b6ad33
feat(ble): add flash only param config api on ESP32-H2
...
(cherry picked from commit 4c8258ca38
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-07-30 13:13:52 +08:00
Zhou Xiao
be810b8d09
feat(ble): enable broker initialization on ESP32-H2
...
(cherry picked from commit 64f216ae5a
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-07-09 13:14:01 +08:00
Zhou Xiao
5893323abc
feat(ble): support memory allocation check debug feature on ESP32-H2
...
(cherry picked from commit 265a8746dc
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-07-09 13:13:59 +08:00
cjin
6ffcd57e53
feat(ble): add sm count reserve cnt setting on ESP32-H2
2025-06-26 15:00:32 +08:00
Zhao Wei Liang
d450242aac
fix(ble): change the default ble cca thresh on ESP32-H2
...
(cherry picked from commit a2fab0ad60
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-06-09 11:03:55 +08:00
Zhao Wei Liang
337057d90d
fix(ble): fixed an occasional assertion issue during sync on ESP32-C6
...
(cherry picked from commit 3c8ba488e0
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:03:48 +08:00
Zhou Xiao
27b333e736
fix(ble): added missed printf for ll log interface
2025-05-19 20:36:22 +08:00
Zhao Wei Liang
975c08b6cc
feat(ble): support creating connections during scanning process on ESP32-H2
...
(cherry picked from commit 207d85a5f7
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 12:03:46 +08:00
Jin Chen
8ca72da03f
feat(ble): support ble sleep using 136 kHz RC on ESP32-H2
...
(cherry picked from commit 6c8ee69151
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-04-22 19:05:30 +08:00
Zhou Xiao
d5a73a15a2
feat(ble): support configurable rxbuf opt feat on ESP32-H2
...
(cherry picked from commit 4937d3c883
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-04-17 10:54:12 +08:00
Island
a40b0e241a
Merge branch 'feature/add_vendor_ble_cmd_definitions_5.2' into 'release/v5.2'
...
Feature/add vendor ble cmd definitions (v5.2)
See merge request espressif/esp-idf!37960
2025-03-27 17:15:23 +08:00
Geng Yuchao
9cf96adb40
feat(ble):Add Kconfig support for direction finding feature
2025-03-26 16:32:20 +08:00
Shen Weilong
de07298213
feat(ble/controller): Added memory boundary check for ESP32-C6 and ESP32-H2
2025-03-25 16:11:17 +08:00
Zhao Wei Liang
aa4ca80115
feat(ble): change whitelist max size to 31 on ESP32-C6
...
(cherry picked from commit 2b435687b0
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-03-24 17:11:39 +08:00
Zhao Wei Liang
471cc7a882
fix(ble): fixed hci driver stack protection fault issue on ESP32-C6
...
(cherry picked from commit ec4a1324f5
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-03-24 17:11:39 +08:00
Zhou Xiao
3435951afc
feat(ble): support ble log simple output via SPI interface for ESP32-H2
...
(cherry picked from commit e99b3c6f6a
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-03-24 10:58:27 +08:00
Shen Weilong
a784e0dba2
feat(ble): tell controller if vhci is enabled for ESP32-C6 and ESP32-H2
2025-03-13 09:13:43 +08:00
Marius Vikhammer
a0ba8c9e1d
Merge branch 'bug/xtensa_cpu1_sys_lockup_v5.2' into 'release/v5.2'
...
fix(panic_handler): Updated panic handler to use RTC WDT (v5.2)
See merge request espressif/esp-idf!37121
2025-03-12 09:58:59 +08:00
Sudeep Mohanty
ed720503fb
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:06:53 +01:00
Zhao Wei Liang
3283d9e55c
feat(ble): add a debug way to retain scene on ESP32-C6
2025-03-06 14:47:31 +08:00
zwl
b1a4aeb539
feat(ble): implement ble capture info user handler on ESP32-C6 and ESP32-H2
2025-03-06 14:38:11 +08:00
Shen Weilong
238c71b3da
change(ble): Supported cuttable architecture for ble
2025-03-06 14:38:11 +08:00
Zhou Xiao
be79a549c4
change(ble): update ble log spi out config for ESP32-H2
2025-03-03 16:36:40 +08:00
Zhou Xiao
3102c4c94e
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-03-03 16:36:40 +08:00
Zhou Xiao
0977431d68
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-03-03 16:36:40 +08:00
Zhou Xiao
30a06078c8
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-03-03 16:36:39 +08:00
Zhou Xiao
304c40c89a
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:54:08 +08:00
Zhou Xiao
5095bba000
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:54:01 +08:00
Zhao Wei Liang
226d8d7c75
feat(ble): Support get ble controller free heap size on ESP32-H2
...
(cherry picked from commit 12f226be7d
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-12-24 15:21:19 +08:00
Zhao Wei Liang
df3b401129
fix(ble): fixed the connect issue when rx error aa on ESP32-H2
...
(cherry picked from commit 093b65e27c
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-11-27 16:03:39 +08:00
cjin
4250272790
fix(ble): do not assert if ble sleep init failed
2024-10-25 10:52:51 +08:00
cjin
41502dbf64
feat(ble): add internal api to change ble slow clock source
2024-08-27 12:47:22 +08:00
cjin
466d42359c
fix(ble): remove ble wakeup before entering light sleep
2024-08-27 10:27:11 +08:00
zwl
93de12ee69
fix(ble): fixed ble controller issues on ESP32-H2
2024-08-26 19:41:48 +08:00
wuzhenghui
69baf86cf4
change(esp_hw_support): collect retention link priority definition
2024-08-26 11:40:07 +08:00
Shen Weilong
1c0a4dbfa3
feat(ble): Print out the BT mac when the controller is initialized
2024-08-09 20:53:12 +08:00
zwl
719c0b7709
fix: fixed occasional wdt issue in multi-connection scenarios on ESP32H2
2024-07-31 14:38:46 +08:00
zwl
56984e4eac
fix(ble): fixed wdt issue when print key controller info on ESP32-C6 and ESP32-H2
2024-07-29 11:56:17 +08:00
zwl
229f8ede97
feat(bluetooth/controller): support switching log output mode on ESP32-C6 and ESP32-H2
2024-07-29 11:56:17 +08:00
zwl
0898c1a5a8
feat(bluetooth/controller): storage ble controller log to flash on ESP32C6 and ESP32H2
2024-07-29 11:56:16 +08:00
zwl
582e9f8a67
feat(bluetooth/controller): support default tx power configurable on ESP32C6 and ESP32H2
2024-07-18 10:47:20 +08:00
zwl
56e9890ba0
feat(bluetooth/controller): adopting new HCI layer code and support UHCI on ESP32-C6 and ESP32-H2
2024-07-16 13:20:53 +08:00
zwl
c4a22160c7
feat(bluetooth/controller): adjust bt/porting code structure and delete redundant code
2024-06-24 10:11:52 +08:00
zwl
fc8a569027
feat(bluetooth/controller): update controller api name on ESP32-C6 and ESP32-H2
2024-06-17 16:43:25 +08:00
Rahul Tank
12d81c1cf1
fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used
2024-05-06 15:19:40 +05:30
Wang Mengyang
bb6cf16177
change(bt): Rename linker script file names and symbol names
...
1. rename linker files
2. support memory release in case that ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY is enabled
3. improve the implementation of memory release
2024-04-24 17:24:02 +08:00
Wang Mengyang
a06844d9b1
fix(bt): Fix missing linker symbol when ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY enabled
...
1. Closes https://github.com/espressif/esp-idf/issues/10427
2. add two linker script to unify linker script symbols for BT libraries
3. The memory release functions have also been simplified
2024-04-24 17:24:02 +08:00
Li Shuai
9f52809629
change(bt): use new retention api to implement BT mac and bb retention
2024-04-22 12:49:33 +08:00
cjin
510ae698e2
feat(ble): add cca related config in c6, h2 and c2
2024-04-02 12:16:56 +08:00
cjin
27d360127d
change(ble): support ble light sleep using ext 32k xtal on C2
2024-04-02 12:16:56 +08:00