Island
71365083e6
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.2)
See merge request espressif/esp-idf!35017
2024-12-06 15:49:16 +08:00
yiwenxiu
902bef7ec5
feat(openthread): add delay before execute wifi command in openthread ci cases
2024-12-04 17:12:49 +08:00
chenjianhua
35d7c5a4ab
feat(ble/bluedroid): Support setting connection params when creating connection
2024-12-03 18:02:37 +08:00
zhanghaipeng
68991d317c
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-12-03 18:01:04 +08:00
zhanghaipeng
984c023ef4
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-12-03 18:01:04 +08:00
Rahul Tank
1c4a3106dc
Merge branch 'bugfix/fix_esp_hid_host_compilation_v5.2' into 'release/v5.2'
...
fix(nimble): Fix compilation issue in esp_hid_host example (v5.2)
See merge request espressif/esp-idf!35309
2024-12-02 20:17:21 +08:00
Rahul Tank
0b4e4f6ea3
Merge branch 'bugfix/change_hci_cb_logging_v5.2' into 'release/v5.2'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback (v5.2)
See merge request espressif/esp-idf!35029
2024-12-02 18:22:33 +08:00
Rahul Tank
f8ed8d8e25
fix(nimble): Fix compilation issue in esp_hid_host example
2024-11-29 15:24:12 +05:30
Aditya Patwardhan
b369dfe29d
Merge branch 'bugfix/fix_build_failure_with_tls1_3_only_v5.2' into 'release/v5.2'
...
fix: Fixed build errors with TLS 1.3 only configuration (v5.2)
See merge request espressif/esp-idf!35261
2024-11-29 16:07:19 +08:00
Harshit Malpani
5a0324ad89
fix: Fixed build errors with TLS 1.3 only configuration
2024-11-28 09:49:03 +05:30
Shu Chen
2a9a1f9100
Merge branch 'fix/enhance_wifi_connection_check_in_ot_ci_case_v5.2' into 'release/v5.2'
...
feat(openthread): enhance wifi connection check in openthread ci cases (Backport v5.2)
See merge request espressif/esp-idf!35161
2024-11-28 10:47:00 +08:00
Alexey Gerenkov
d4f1920476
Merge branch 'change/sysview_test_config_v5.2' into 'release/v5.2'
...
change(sysview): run heap_log tracing tests on existing cores (v5.2)
See merge request espressif/esp-idf!35197
2024-11-27 19:00:15 +08:00
yiwenxiu
c3ddeabf35
feat(openthread): enhance wifi connection check in openthread ci cases
2024-11-27 15:45:48 +08:00
Chen Jian Hua
28e1524c7e
feat(bt/bluedroid): Added BLE 5.0 throughput examples
...
(cherry picked from commit 6d3a82eecfc0d86d699ccb7cc499f27863ab5616)
Co-authored-by: zhangbowen <zhangbowen@espressif.com>
2024-11-27 11:50:39 +08:00
Erhan Kurubas
d73b92f61c
change(sysview): support single/dual core targets in heap_trace_log test
2024-11-26 08:50:02 +01:00
Wang Meng Yang
5107c17e3d
Merge branch 'feat/add_profile_state_event_v5.2' into 'release/v5.2'
...
feat(bt/bluedroid): added events to indicate the profile states of HFP (v5.2)
See merge request espressif/esp-idf!35150
2024-11-26 15:01:58 +08:00
Jiang Jiang Jian
9a9a813774
Merge branch 'bugfix/fix_wifi_bugs_241122_v5.2' into 'release/v5.2'
...
bugfix: fix some wifi bugs 241122 v5.2
See merge request espressif/esp-idf!35130
2024-11-26 14:50:29 +08:00
Chen Yudong
e89948ddbe
ci: increase test_wifi_power_save got ip timeout
2024-11-25 20:48:03 +08:00
Jin Cheng
c38203e56e
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-25 10:22:55 +08:00
Jin Cheng
9f809e11de
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 12:25:00 +08:00
Jiang Jiang Jian
be05f8d4bd
Merge branch 'backport/openthread_related_feature_v52_20241112' into 'release/v5.2'
...
Backport openthread related features to 5.2
See merge request espressif/esp-idf!34837
2024-11-21 17:32:55 +08:00
yinqingzhao
8f324ba6ba
feat(twt): twt add parameter to enable keep alive
2024-11-20 19:08:56 +08:00
Xu Si Yu
06f469f3ff
feat(openthread): update openthread submodule and border router lib
2024-11-20 17:36:10 +08:00
morris
1a49691899
Merge branch 'feature/usb_host_hub_support_collective_backport_p3_v5.2' into 'release/v5.2'
...
feat(usb_host): Hub Support Collective backport part 3/3 (v5.2)
See merge request espressif/esp-idf!33283
2024-11-20 10:40:09 +08:00
Rahul Tank
c2a34adc0f
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:41:21 +05:30
yiwenxiu
b9bc6d9290
feat(openthread): flush ipv6 addr in openthread ci cases
2024-11-19 15:46:38 +08:00
Shu Chen
d866ac65cc
Merge branch 'fix/find_and_close_service_in_ot_ci_case_v5.2' into 'release/v5.2'
...
fix(ci): optimize an openthread ci case (Backport v5.2)
See merge request espressif/esp-idf!34725
2024-11-14 11:59:15 +08:00
xieqinan@espressif.com
70c0c5b2e1
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:43:57 +08:00
Xu Si Yu
34a8c96120
fix(ci): optimize an openthread ci case
2024-11-07 10:41:57 +08:00
wangtao@espressif.com
9742b92a14
fix(wifi): fix esp32c2 tx shake issue
2024-10-29 19:55:52 +08:00
Jiang Jiang Jian
cdd9996fa3
Merge branch 'bugfix/ftm_apsta_bw_issue_v5.2' into 'release/v5.2'
...
fix(esp_wifi): Fix FTM issues in AP-STA mode (Backport v5.2)
See merge request espressif/esp-idf!33701
2024-10-28 17:20:19 +08:00
Shu Chen
9ce3654357
Merge branch 'backport/openthread_154_related_feature_v52' into 'release/v5.2'
...
Backport some openthread and IEEE802154 related feature(Backport v5.2)
See merge request espressif/esp-idf!34273
2024-10-28 12:13:26 +08:00
Island
13ad213984
Merge branch 'refactor/ble_example_print_on_bluedroid_v5.2' into 'release/v5.2'
...
refactor(bt/bluedroid): Refactor the print for BLE examples (v5.2)
See merge request espressif/esp-idf!34309
2024-10-28 10:52:47 +08:00
Nachiket Kukade
643a1c2204
fix(esp_wifi): Fix FTM issues in AP-STA mode
...
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
while in-AP is in 40MHz
2024-10-27 19:26:46 +05:30
Jiang Jiang Jian
4f3981a6e7
Merge branch 'bugfix/support_cert_test_v5.2' into 'release/v5.2'
...
fix(phy): Add cert_test support for ESP32, ESP32-C2, ESP32-C6, ESP32-H2 and ESP32-S2(Backport v5.2)
See merge request espressif/esp-idf!34205
2024-10-25 17:58:33 +08:00
Xu Si Yu
e4afe18a61
feat(openthread): allow enabling trel before getting interface
2024-10-24 18:30:44 +08:00
Xu Si Yu
9e3b0fc076
feat(openthread): support trel feature
2024-10-24 18:30:44 +08:00
Xu Si Yu
ca9caf1fee
feat(openthread): support vendor hook for rcp spi
2024-10-24 18:30:44 +08:00
Xu Si Yu
d3e0764232
feat(openthread): update extension commands component for examples
2024-10-24 18:30:44 +08:00
chenjianhua
216cf605d3
fix(bt/bluedroid): correct the readme links for BLE periodic examples
2024-10-24 18:04:02 +08:00
chenjianhua
2c2253b7d3
refactor(bt/bluedroid): Refactor the print for BLE examples
2024-10-24 18:04:02 +08:00
chenjianhua
8c6c9b7f0c
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
2024-10-24 18:04:02 +08:00
Roman Leonov
4ceb7ccb80
fix(usb_host_lib): Returned task suspend
2024-10-18 10:46:53 +02:00
Roman Leonov
d83c477422
refactor(usb_host/examples): Enabled external Hub support feature
2024-10-18 10:46:53 +02:00
Peter Marcisovsky
8046784118
feat(usb/host): Modifiy usb_host_lib example
2024-10-18 10:46:53 +02:00
Jiang Jiang Jian
05aa79077d
Merge branch 'mqtt_custom_outbox_ci_v5.2' into 'release/v5.2'
...
Set partition to large for c6 on custom outbox example (v5.2)
See merge request espressif/esp-idf!34171
2024-10-17 10:50:08 +08:00
Jiang Jiang Jian
900cb976f9
Merge branch 'backport/add_thread_curl_https_ci_case_v5.2' into 'release/v5.2'
...
feat(openthread): add thread curl https ci case (Backport v5.2)
See merge request espressif/esp-idf!33588
2024-10-17 10:48:54 +08:00
Jiang Jiang Jian
257f0316d6
Merge branch 'fix/sysview_example_tests_v5.2' into 'release/v5.2'
...
test(sysview): fix gdb no response error in sysview_heap_log tests (v5.2)
See merge request espressif/esp-idf!33458
2024-10-17 10:47:47 +08:00
muhaidong
1a1e17a3df
fix(phy): update cert_test docs
2024-10-15 15:57:41 +08:00
Mu Hai Dong
18b47c4143
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Jiang Jiang Jian <jack@espressif.com>
2024-10-15 15:24:05 +08:00