morris
|
c4df42abab
|
Merge branch 'contrib/github_pr_17926_v5.5' into 'release/v5.5'
fix:Report the full buffer length to the UAC stack by setting bytes_r… (GitHub PR) (v5.5)
See merge request espressif/esp-idf!45130
|
2026-01-15 16:13:42 +08:00 |
|
Chen Yudong
|
5ffa9d5dcb
|
fix(example): add nvs_flash to mqtt ssl_ds requirement
|
2026-01-15 12:57:26 +08:00 |
|
kinho
|
2805634660
|
fix:Report the full buffer length to the UAC stack by setting bytes_read in usb_uac_device_input_cb(), so the host correctly detects received audio data instead of seeing zero bytes.
|
2026-01-15 11:49:01 +08:00 |
|
Zhang Wen Xu
|
ee58372ea1
|
Merge branch 'feat/migrate_iperf_cmd_v5.5' into 'release/v5.5'
feat(iperf): migrate iperf to use iperf-cmd component (v5.5)
See merge request espressif/esp-idf!45085
|
2026-01-15 03:28:07 +00:00 |
|
Jin Cheng
|
bdfb0f9e1d
|
fix(bt/bluedroid): add status management for audio sink service channel
|
2026-01-15 09:12:31 +08:00 |
|
Rahul Tank
|
64150ac630
|
Merge branch 'bugfix/ad_type_example_v5.5' into 'release/v5.5'
fix(nimble): Add AD type macros in example (v5.5)
See merge request espressif/esp-idf!44981
|
2026-01-14 12:03:30 +05:30 |
|
Tan Yan Quan
|
cd42265af2
|
fix(openthread): restore LED state indicator for example code
|
2026-01-14 14:13:32 +08:00 |
|
Tan Yan Quan
|
a8ea7f66f8
|
docs(openthread): add iperf usage guide to ot_cli example readme
|
2026-01-14 14:13:32 +08:00 |
|
Tan Yan Quan
|
556a29f9f9
|
feat(openthread/cli-ext): update cli-ext to v2.0.0
|
2026-01-14 14:13:32 +08:00 |
|
Tan Yan Quan
|
f18228020f
|
feat(openthread): migrate iperf to use iperf-cmd component
|
2026-01-14 14:13:32 +08:00 |
|
Rahul Tank
|
54f5822499
|
fix(nimble): Add AD type macros in example
|
2026-01-14 10:52:00 +05:30 |
|
morris
|
003eaf0896
|
Merge branch 'feature/spi_master_support_edma_on_s3_v5.5' into 'release/v5.5'
feat(driver_spi): master driver psram edma support (v5.5)
See merge request espressif/esp-idf!44473
|
2026-01-14 10:46:15 +08:00 |
|
yangfeng
|
5da8d6df53
|
docs(bt): update Classic Bluetooth api reference of A2DP
|
2026-01-12 10:27:21 +08:00 |
|
Island
|
e78cf39c9b
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v3_v5.5' into 'release/v5.5'
fix(ble/bluedroid): Fix type mismatch and length validation in HCI packet parser (v5.5)
See merge request espressif/esp-idf!44667
|
2026-01-08 17:05:48 +08:00 |
|
Jiang Jiang Jian
|
8c96f152dc
|
Merge branch 'bugfix/idfgh-16634_v5.5' into 'release/v5.5'
backport v5.5: remove the configurable constraint for sleep memory usage optimization option
See merge request espressif/esp-idf!43984
|
2026-01-08 13:49:45 +08:00 |
|
Zhang Hai Peng
|
086ebb7ccb
|
feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06fc12973e2a1ec6381c9f78e5da6dbbb)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:30 +08:00 |
|
Zhang Hai Peng
|
1af43047f6
|
docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835cea876f316d73f869e8c49a47e64b64)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:30 +08:00 |
|
Zhang Hai Peng
|
a40ac062f4
|
refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87abb328a8d0a69787e324e69972bca2a)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:30 +08:00 |
|
Zhang Hai Peng
|
622990b70e
|
feat(examples/bluedroid): Add BLE time interval conversion macros for better readability
Add macros to convert time values from milliseconds to BLE interval units:
- ESP_BLE_GAP_ADV_ITVL_MS: Convert advertising interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_ITVL_MS: Convert scan interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_WIN_MS: Convert scan window (0.625ms unit)
- ESP_BLE_GAP_CONN_ITVL_MS: Convert connection interval (1.25ms unit)
- ESP_BLE_GAP_PERIODIC_ADV_ITVL_MS: Convert periodic adv interval (1.25ms unit)
- ESP_BLE_GAP_SUPERVISION_TIMEOUT_MS: Convert supervision timeout (10ms unit)
(cherry picked from commit 7cd2f7b34d925f6b4ebcbecf320c2d5a1b2e7036)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:30 +08:00 |
|
Zhang Hai Peng
|
9ad2dd11ad
|
fix(ble/hci): Fix OOB read in ble_adv_scan_combined example
(cherry picked from commit c76283260003781735618a827418dfed9f481cba)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:30 +08:00 |
|
Zhang Hai Peng
|
a012fee0be
|
fix(ble/bluedroid): Added security check in example Bluedroid_GATT_Server
(cherry picked from commit a36bf7fe14305b643baa4c97306274b592d2329d)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:30 +08:00 |
|
Shu Chen
|
dc7c25f3c9
|
Merge branch 'fix/fix_an_ot_example_v5.5' into 'release/v5.5'
fix(openthread): remove the default netif configuration from the ot_br example (v5.5)
See merge request espressif/esp-idf!44727
|
2026-01-07 08:13:42 +00:00 |
|
morris
|
f4985641d3
|
Merge branch 'bugfix/misconfiguration_sdkconfig_file_not_exist_v5.5' into 'release/v5.5'
add missing sdkconfig files in the driver test (v5.5)
See merge request espressif/esp-idf!44821
|
2026-01-07 14:53:41 +08:00 |
|
Island
|
2a8fd3c4eb
|
Merge branch 'feat/support_bluedroid_host_smp_with_psa_tinycrypt_v5.5' into 'release/v5.5'
Feat/support bluedroid host smp with psa tinycrypt v5.5
See merge request espressif/esp-idf!44787
|
2026-01-07 14:23:54 +08:00 |
|
morris
|
980e8289a1
|
refactor(tests): add missing sdkconfig files in the driver test
|
2026-01-07 10:18:58 +08:00 |
|
Marek Fiala
|
c34a8f9c88
|
change(tools): Updated argument files with quotations in README.md
|
2026-01-06 11:33:08 +01:00 |
|
wanckl
|
32895539f2
|
fix(driver_spi): support un-aligned dma transaction and psram transaction
|
2026-01-06 14:16:20 +08:00 |
|
zhiweijian
|
a48590a9f4
|
fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api
|
2026-01-05 11:23:31 +08:00 |
|
zhiweijian
|
fe7b658652
|
feat(ble/bluedroid): Support bluedroid encrypted advertising data
|
2026-01-05 10:49:16 +08:00 |
|
yangfeng
|
ad4943ee24
|
fix(bt/example): Fixed hf_ag build error
|
2026-01-04 18:57:46 +08:00 |
|
Wang Meng Yang
|
7c18387110
|
Merge branch 'refactor/split_a2dp_sink_v5.5' into 'release/v5.5'
refactor(examples/classic_bt): Split a2dp_sink example(v5.5)
See merge request espressif/esp-idf!44531
|
2026-01-04 11:59:31 +08:00 |
|
Rahul Tank
|
728d58ab1d
|
Merge branch 'fix/ble_issues_29122025_v5.5' into 'release/v5.5'
fix(nimble): Fix nimble issues 29122025 (v5.5)
See merge request espressif/esp-idf!44625
|
2025-12-31 16:21:23 +05:30 |
|
Xu Si Yu
|
c05fc9c5e8
|
fix(openthread): remove the default netif configuration from the ot_br example
|
2025-12-31 17:44:29 +08:00 |
|
Li Shuai
|
52bc4e27fd
|
change(example): change for pre-commit check pass of some Kconfig options are deprecated
|
2025-12-31 15:17:36 +08:00 |
|
Li Shuai
|
c2de93eca9
|
change(example): sleep iram optimization support for esp_timer demo
|
2025-12-31 14:38:54 +08:00 |
|
Zhang Wen Xu
|
913c2b4f10
|
Merge branch 'fix/remove_unused_ulp_for_otdp_v5.5' into 'release/v5.5'
fix(openthread): removed unused ulp configuration(v5.5)
See merge request espressif/esp-idf!44659
|
2025-12-31 01:52:01 +00:00 |
|
yangfeng
|
59cd911a83
|
refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples
|
2025-12-30 16:54:30 +08:00 |
|
yangfeng
|
167f52d1ad
|
docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
|
2025-12-30 16:47:23 +08:00 |
|
yangfeng
|
809327f5fd
|
refactor(examples/classic_bt): Add AVRCP cover art example with LCD display
|
2025-12-30 16:47:23 +08:00 |
|
yangfeng
|
7086632105
|
refactor(examples/classic_bt): Add common code for AVRCP cover art example
|
2025-12-30 16:47:23 +08:00 |
|
yangfeng
|
2136c80f1f
|
refactor: Refactor the example of the coexistence of A2DP sink and GATT service
|
2025-12-30 16:47:23 +08:00 |
|
yangfeng
|
93bb32df75
|
refactor(examples/classic_bt): Refactor A2DP sink and AVRCP examples
- Add avrcp_ct_metadata example
- Add avrcp_absolute_volume example
- Add the example components about common code for a2dp sink and avrcp
|
2025-12-30 16:47:23 +08:00 |
|
Rahul Tank
|
e362f90277
|
feat(nimble): Add support for static passkey
|
2025-12-30 12:53:07 +05:30 |
|
zwx
|
976709a115
|
fix(openthread): removed unused ulp configuration
|
2025-12-30 11:03:23 +08:00 |
|
Chen Yudong
|
d3c350d42d
|
ci: fix sdkconfig.ci.xxx for wifi examples
|
2025-12-30 10:53:20 +08:00 |
|
Chen Yudong
|
dae2b988f4
|
ci: rename wifi_two_dut to two_duts
|
2025-12-30 10:53:16 +08:00 |
|
Jiang Jiang Jian
|
0a10858fd7
|
Merge branch 'feature/extend_h2_conon_num_to_70_v5.5' into 'release/v5.5'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.5)
See merge request espressif/esp-idf!43835
|
2025-12-30 10:31:52 +08:00 |
|
Jiang Jiang Jian
|
9f93e5c7f1
|
Merge branch 'feat/upt_tests_new_runners_v5.5' into 'release/v5.5'
feat(ci): updated Ethernet test to align with new runners (v5.5)
See merge request espressif/esp-idf!43765
|
2025-12-30 10:30:44 +08:00 |
|
Island
|
09693eee8a
|
Merge branch 'fix/ble_mesh_rpr_example_fix_v5.5' into 'release/v5.5'
fix(ble_mesh): add proper memory cleanup in composition data parsing (v5.5)
See merge request espressif/esp-idf!43840
|
2025-12-29 15:37:16 +08:00 |
|
Island
|
1d7830102e
|
Merge branch 'feat/show_how_to_use_smp_in_blufi_example_v5.5' into 'release/v5.5'
feat(ble/blufi): Support setting BLE encryption for blufi (v5.5)
See merge request espressif/esp-idf!44143
|
2025-12-29 12:11:21 +08:00 |
|