xieqinan@espressif.com
dc7bcad056
fix(zigbee): fixed the dirty zigbee backport
2024-12-12 11:52:10 +08:00
Jiang Jiang Jian
bb48bfb0ba
Merge branch 'feature/reason_for_ap_stadisconnected_event_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Add some bugfixes and cleanup in softAP (Backport v5.1)
See merge request espressif/esp-idf!35576
2024-12-12 10:23:30 +08:00
Sarvesh Bodakhe
9584729322
fix(esp_wifi): Add some bugfixes and cleanup in softAP
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-12-11 15:40:04 +05:30
zhanghaipeng
88ccc42dbf
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:52:57 +08:00
Zhang Hai Peng
d9ae4e437e
fix(blufi): Fixed blufi init fail after deinit
...
(cherry picked from commit 7addb57ccd )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-12-09 17:45:23 +08:00
Zhang Hai Peng
b115b78549
fix(ble): Fixed crash in BLE HID host example during logging
...
(cherry picked from commit ab1e3c1ffd )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-12-09 17:14:57 +08:00
Island
f639dcccf2
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.1' into 'release/v5.1'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.1)
See merge request espressif/esp-idf!35016
2024-12-06 15:49:21 +08:00
yiwenxiu
2534aa2f20
feat(openthread): add delay before execute wifi command in openthread ci cases
2024-12-04 17:14:11 +08:00
chenjianhua
abe0d3c1ff
feat(ble/bluedroid): Support setting connection params when creating connection
2024-12-03 18:03:36 +08:00
zhanghaipeng
18d9603e8e
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-12-03 18:03:12 +08:00
zhanghaipeng
ed62f94a53
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-12-03 18:03:12 +08:00
Rahul Tank
77a3025ac1
Merge branch 'bugfix/fix_esp_hid_host_compilation_v5.1' into 'release/v5.1'
...
fix(nimble): Fix compilation issue in esp_hid_host example (v5.1)
See merge request espressif/esp-idf!35310
2024-12-02 20:16:55 +08:00
Rahul Tank
6052f46b06
Merge branch 'bugfix/change_hci_cb_logging_v5.1' into 'release/v5.1'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback (v5.1)
See merge request espressif/esp-idf!35030
2024-12-02 18:22:51 +08:00
Jiang Jiang Jian
0dbc947c2b
Merge branch 'bugfix/fix_wifi_bugs_241126_v5.1' into 'release/v5.1'
...
bugfix: fix some wifi issues 241126 v5.1
See merge request espressif/esp-idf!35224
2024-11-29 20:29:29 +08:00
Rahul Tank
d804ec0b97
fix(nimble): Fix compilation issue in esp_hid_host example
2024-11-29 15:25:41 +05:30
Chen Yudong
09fe746322
ci: increase test_wifi_power_save got ip timeout
2024-11-28 16:44:20 +08:00
Shu Chen
f7765f439f
Merge branch 'fix/enhance_wifi_connection_check_in_ot_ci_case_v5.1' into 'release/v5.1'
...
feat(openthread): enhance wifi connection check in openthread ci cases (Backport v5.1)
See merge request espressif/esp-idf!35160
2024-11-28 10:47:16 +08:00
Alexey Gerenkov
f2a0d61739
Merge branch 'change/sysview_test_config_v5.1' into 'release/v5.1'
...
change(sysview): run heap_log tracing tests on existing cores (v5.1)
See merge request espressif/esp-idf!35198
2024-11-27 18:58:33 +08:00
Island
aacce661f9
Merge branch 'feat/optimize_cble50y24_110_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Added BLE 5.0 throughput examples (v5.1)
See merge request espressif/esp-idf!35007
2024-11-27 15:37:02 +08:00
yiwenxiu
317d4859f8
feat(openthread): enhance wifi connection check in openthread ci cases
2024-11-27 15:31:44 +08:00
Wang Meng Yang
3e1ecc4e8b
Merge branch 'feat/add_profile_state_event_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): added events to indicate the profile states of HFP (v5.1)
See merge request espressif/esp-idf!35151
2024-11-27 14:44:14 +08:00
Chen Jian Hua
3bb9e492fa
feat(bt/bluedroid): Added BLE 5.0 throughput examples
...
(cherry picked from commit 6d3a82eecf )
Co-authored-by: zhangbowen <zhangbowen@espressif.com >
2024-11-27 11:53:54 +08:00
Erhan Kurubas
344ac60cf1
change(sysview): support single/dual core targets in heap_trace_log test
2024-11-26 08:56:59 +01:00
Jin Cheng
61beadb586
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-25 16:23:10 +08:00
yinqingzhao
2a715e4203
feat(twt): twt add parameter to enable keep alive
2024-11-25 15:10:56 +08:00
Jin Cheng
2322404be6
fix(bt/bluedroid): AG should send OK or other error codes to HF client
...
when it is driven by HF to initiate a call.
2024-11-22 17:26:00 +08:00
Xu Si Yu
78a4ea29f3
feat(openthread): update openthread submodule and border router lib
2024-11-21 15:52:45 +08:00
Rahul Tank
ec6002a058
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:42:27 +05:30
yiwenxiu
dc99a90d4c
feat(openthread): flush ipv6 addr in openthread ci cases
2024-11-19 15:44:29 +08:00
Shu Chen
5ed3e67c7c
Merge branch 'fix/find_and_close_service_in_ot_ci_case_v5.1' into 'release/v5.1'
...
fix(ci): optimize an openthread ci case (Backport v5.1)
See merge request espressif/esp-idf!34724
2024-11-14 11:58:58 +08:00
Xu Si Yu
9c4d817726
feat(openthread): support vendor hook for rcp spi
2024-11-07 11:55:56 +08:00
Xu Si Yu
b59b0e0926
feat(openthread): allow enabling trel before getting interface
2024-11-07 11:55:56 +08:00
Xu Si Yu
88077e0b16
feat(openthread): support trel feature
2024-11-07 11:55:56 +08:00
xieqinan@espressif.com
60c50d101b
feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples
...
- Optimize the Zigbee light, switch and gateway examples
- Remove the esp_zigbee_rcp example
2024-11-07 10:45:12 +08:00
Xu Si Yu
14e8d52963
fix(ci): optimize an openthread ci case
2024-11-07 10:38:50 +08:00
Island
dc64b09dc5
Merge branch 'modified_ble_multi_conn_example_readme_v5.1' into 'release/v5.1'
...
update(ble): Modified the ble multi_conn example's readme (v5.1)
See merge request espressif/esp-idf!33991
2024-11-01 12:21:29 +08:00
wangtao@espressif.com
5dd89e7613
fix(wifi): fix esp32c2 tx shake issue
2024-10-29 20:00:39 +08:00
Island
69786f1515
Merge branch 'fix/fix_nimble_gatt_server_example_readme_v5.1' into 'release/v5.1'
...
docs(ble): Added BLE Get Started documentation link to README.md (v5.1)
See merge request espressif/esp-idf!33828
2024-10-29 16:01:55 +08:00
Mahavir Jain
f55d1d196f
Merge branch 'bug/ci_test_https_server_file_serving_v5.1' into 'release/v5.1'
...
fix(protocols): Erased the storage partition for http_server ci test (v5.1)
See merge request espressif/esp-idf!34166
2024-10-28 11:15:28 +08:00
chenjianhua
ef626df142
fix(bt/bluedroid): correct the readme links for BLE periodic examples
2024-10-24 18:04:06 +08:00
chenjianhua
56b76f8b79
refactor(bt/bluedroid): Refactor the print for BLE examples
2024-10-24 18:04:06 +08:00
chenjianhua
24ce9e2384
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
2024-10-24 18:04:06 +08:00
hrushikesh.bhosale
7f4125a242
fix(protocols): Erased the storage partition for http_server ci test
...
Added api to erase storage partition for http_server ci test
2024-10-14 15:53:40 +05:30
Shen Wei Long
adc3bb1cd4
update(ble): Modified the ble multi_conn example's readme
...
(cherry picked from commit 28ffd5fc04 )
Co-authored-by: Shen Weilong <shenweilong@espressif.com >
2024-10-08 13:25:33 +08:00
Kapil Gupta
a6006f5a56
fix(esp_wifi): Added prints in btm roam for error condition
2024-10-07 10:42:32 +05:30
xiongweichao
1b19449dc0
feat(bt/bluedroid): Report sniff interval to application layer
2024-09-27 14:16:16 +08:00
Wei Yu Han
f1f3ed86cc
docs(ble): Added BLE Get Started documentation link to README.md
...
(cherry picked from commit 5f008828d3 )
Co-authored-by: Yuhan Wei <weiyuhan@espressif.com >
2024-09-26 09:38:11 +08:00
Rahul Tank
d0bc721a78
fix(nimble): Fixed deinit sequence in blufi
2024-09-24 12:21:24 +05:30
Jiang Jiang Jian
6983207dd1
Merge branch 'bugfix/check_bootloader_size_with_sign_v5.1' into 'release/v5.1'
...
fix(esptool_py): Check the size of the bootloader + signature block (v5.1)
See merge request espressif/esp-idf!33592
2024-09-21 14:42:48 +08:00
Shu Chen
be1ba2eff8
Merge branch 'backport/openthread_related_feature_v51' into 'release/v5.1'
...
Backport/openthread related feature v51(Backport v5.1)
See merge request espressif/esp-idf!33408
2024-09-20 13:50:35 +08:00