Astha Verma
c8d452638c
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:31:45 +05:30
Rahul Tank
749d70e159
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 16:04:25 +05:30
Shu Chen
2c786a4b04
Merge branch 'feature/add_rx_buff_statistic_v5.3' into 'release/v5.3'
...
feat(802.15.4): IEEE802.15.4 add rx buffer statistic (v5.3)
See merge request espressif/esp-idf!35640
2024-12-19 16:21:25 +08:00
Shu Chen
1dcb5a0c5d
Merge branch 'feature/change_ot_ci_cases_wlan_to_ethernet_v5.3' into 'release/v5.3'
...
feat(openthread): change wlan to ethernet (Backport v5.3)
See merge request espressif/esp-idf!35741
2024-12-18 19:21:00 +08:00
yiwenxiu
1f5b298c20
feat(openthread): change wlan to ethernet
2024-12-18 10:08:07 +08:00
zhanghaipeng
a50df596ef
docs(ble/bluedroid): Optimize BLE example documentation
2024-12-17 11:16:16 +08:00
Tan Yan Quan
53b3a212a7
feat(802.15.4): add some documentation for txrx statistics and debug record
2024-12-16 10:46:25 +08:00
Tan Yan Quan
6b50795455
feat(802.15.4): IEEE802.15.4 add documentation and refactor component structure
2024-12-16 10:46:25 +08:00
Tan Yan Quan
c667d67248
feat(802.15.4): IEEE802.15.4 add some minor edits for readability
2024-12-16 10:46:25 +08:00
Tan Yan Quan
979e1d86cb
feat(802.15.4): IEEE802.15.4 add rx buffer statistic
2024-12-16 10:46:25 +08:00
Island
0b7cbb40ca
Merge branch 'bugfix/fix_hid_crash_v5.3' into 'release/v5.3'
...
fix(ble): Fix crash issue during logging (v5.3)
See merge request espressif/esp-idf!35510
2024-12-12 09:06:15 +08:00
David Cermak
56fb9199f3
fix(common_connect): Fix example's stdin/out to setup UART interrupt once
...
Function example_configure_stdin_stdout() was used for simple UART I/O
operation in CI to enter test env configuration (wifi ssid, IPs, etc).
It could be called multiple times, but didn't handle the situation where
we install UART interrupt from multiple source (e.g. in ICMP tests,
where we first need to enter wifi credentials of test AP and then we
start ping-cmd console to handle ping commands)
2024-12-11 09:50:59 +01:00
David Cermak
9b129db0cb
fix(lwip): Fix IP6 raw socket checksum in IPv6-only configuration
2024-12-11 09:50:58 +01:00
Harshit Malpani
b577f659cd
fix: Fixed build errors with TLS 1.3 only configuration
2024-12-10 13:07:44 +08:00
zhanghaipeng
6718fc73b1
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:55:37 +08:00
Zhang Hai Peng
a91f9b2395
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:30 +08:00
Zhang Hai Peng
338b3744e6
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:15:08 +08:00
Jiang Jiang Jian
075e6d8cad
Merge branch 'fix/update_ping_cmd_version_v5.3' into 'release/v5.3'
...
update: Update ping-cmd component to v1.0.0 (v5.3)
See merge request espressif/esp-idf!35013
2024-12-09 15:41:19 +08:00
Jiang Jiang Jian
e3940cb354
Merge branch 'feat/add_profile_state_event_v5.3' into 'release/v5.3'
...
feat(bt/bluedroid): added events to indicate the profile states of HFP (v5.3)
See merge request espressif/esp-idf!35149
2024-12-09 15:39:57 +08:00
morris
85ce7c15ce
Merge branch 'feat/mipi_dsi_underrun_error_v5.3' into 'release/v5.3'
...
feat(mipi_dsi): enable underrun error interrupt (v5.3)
See merge request espressif/esp-idf!34981
2024-12-09 10:14:12 +08:00
Shu Chen
e3ad294826
Merge branch 'fix/add_delay_before_command_in_ot_ci_case_v5.3' into 'release/v5.3'
...
feat(openthread): add delay before execute wifi command in openthread ci cases (Backport v5.3)
See merge request espressif/esp-idf!35421
2024-12-09 09:40:05 +08:00
Abhinav Kudnar
03655d6d67
feat(nimble): Added PAwR support for nimble with IDF examples
2024-12-06 21:09:04 +05:30
Sumeet Singh
5d8f076745
fix(nimble): fix and enable connection subrating
2024-12-06 21:08:47 +05:30
Sumeet Singh
9f1c2cad6e
fix(nimble): Fixed encrypted advertisement data example
2024-12-06 21:08:46 +05:30
Sumeet Singh
62265b90c0
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-12-06 21:08:46 +05:30
Rahul Tank
63ca3b296d
Merge branch 'bugfix/change_hci_cb_logging_v5.3' into 'release/v5.3'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback (v5.3)
See merge request espressif/esp-idf!35028
2024-12-06 23:32:37 +08:00
Island
0a49e286df
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.3' into 'release/v5.3'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.3)
See merge request espressif/esp-idf!35018
2024-12-06 22:40:54 +08:00
Roland Dobai
0a62a9078c
Merge branch 'change/sysview_test_config_v5.3' into 'release/v5.3'
...
change(sysview): run heap_log tracing tests on existing cores (v5.3)
See merge request espressif/esp-idf!35196
2024-12-06 19:56:48 +08:00
yiwenxiu
0e2c916ec5
feat(openthread): add delay before execute wifi command in openthread ci cases
2024-12-06 18:27:10 +08:00
morris
d93ebf3e9c
feat(mipi_dsi): enable underrun error interrupt
2024-12-06 17:00:05 +08:00
Rahul Tank
40ce8d7f97
Merge branch 'bugfix/fix_esp_hid_host_compilation_v5.3' into 'release/v5.3'
...
fix(nimble): Fix compilation issue in esp_hid_host example (v5.3)
See merge request espressif/esp-idf!35308
2024-12-06 16:32:33 +08:00
chenjianhua
561307a6bf
feat(ble/bluedroid): Support setting connection params when creating connection
2024-12-06 15:51:33 +08:00
zhanghaipeng
3a85b1b6ce
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-12-06 15:50:50 +08:00
Shu Chen
91fc7e9484
Merge branch 'fix/enhance_wifi_connection_check_in_ot_ci_case_v5.3' into 'release/v5.3'
...
feat(openthread): enhance wifi connection check in openthread ci cases (Backport v5.3)
See merge request espressif/esp-idf!35163
2024-12-06 15:50:45 +08:00
zhanghaipeng
2904494228
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-12-06 15:50:43 +08:00
Shu Chen
6bedf6cdad
Merge branch 'fix/add_network_reconnectin_in_ot_ci_case_v5.3' into 'release/v5.3'
...
feat(openthread): flush ipv6 addr in openthread ci cases(Backport v5.3)
See merge request espressif/esp-idf!34674
2024-12-06 15:50:13 +08:00
morris
59a7d3782c
Merge branch 'change/p4_sd_runner_no_use_usj_v5.3' into 'release/v5.3'
...
ci(sd): use uart0 as usj always serial noise on ci on p4 (v5.3)
See merge request espressif/esp-idf!35193
2024-12-06 15:41:27 +08:00
Island
52066e6f46
Merge branch 'feat/optimize_cble50y24_110_v5.3' into 'release/v5.3'
...
feat(bt/bluedroid): Added BLE 5.0 throughput examples (v5.3)
See merge request espressif/esp-idf!35009
2024-12-06 15:32:50 +08:00
Wang Meng Yang
633dbb38cd
Merge branch 'bugfix/lmp_trans_collision_v5.3' into 'release/v5.3'
...
fix(bt/controller): Fixed some controller bugs on ESP32 (v5.3)
See merge request espressif/esp-idf!34945
2024-12-06 15:30:21 +08:00
Chen Yudong
00cd226fd4
ci: increase test_wifi_power_save got ip timeout
2024-12-02 14:57:39 +08:00
Rahul Tank
bdafa320c3
fix(nimble): Fix compilation issue in esp_hid_host example
2024-11-29 15:23:27 +05:30
yiwenxiu
d78f993d01
feat(openthread): enhance wifi connection check in openthread ci cases
2024-11-27 15:47:12 +08:00
Chen Jian Hua
6e6c97fde4
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:14:33 +08:00
Armando
60720adb03
ci(sd): use uart0 as usj always serial noise on ci on p4
2024-11-26 17:43:27 +08:00
Erhan Kurubas
235168e558
change(sysview): support single/dual core targets in heap_trace_log test
2024-11-26 08:49:46 +01:00
Jin Cheng
c1324755aa
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-25 16:51:04 +08:00
Jin Cheng
c160316961
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:27:40 +08:00
Rahul Tank
a76ecf7384
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:40:46 +05:30
yiwenxiu
e56baaed71
feat(openthread): flush ipv6 addr in openthread ci cases
2024-11-19 15:47:59 +08:00
Chen Yudong
e7b6e57134
change: Update ping-cmd component to v1.0.0
2024-11-19 11:38:24 +08:00