laokaiyao
|
7c694de81c
|
feat(i2s): support to get more channel info
|
2026-01-15 15:32:36 +08:00 |
|
Zhang Wen Xu
|
f40ec1c990
|
Merge branch 'feat/migrate_iperf_cmd_v5.4' into 'release/v5.4'
feat(iperf): migrate iperf to use iperf-cmd component (v5.4)
See merge request espressif/esp-idf!45086
|
2026-01-15 03:27:13 +00:00 |
|
Jin Cheng
|
cef2470455
|
fix(bt/bluedroid): add status management for audio sink service channel
|
2026-01-15 09:13:38 +08:00 |
|
Tan Yan Quan
|
efeac167c1
|
fix(openthread): restore LED state indicator for example code
|
2026-01-14 14:13:45 +08:00 |
|
Tan Yan Quan
|
3d0301968f
|
docs(openthread): add iperf usage guide to ot_cli example readme
|
2026-01-14 14:13:45 +08:00 |
|
Tan Yan Quan
|
d98b68758d
|
feat(openthread/cli-ext): update cli-ext to v2.0.0
|
2026-01-14 14:13:45 +08:00 |
|
Tan Yan Quan
|
97787f4f29
|
feat(openthread): migrate iperf to use iperf-cmd component
|
2026-01-14 14:13:45 +08:00 |
|
Rahul Tank
|
c195fd11de
|
fix(nimble): Add AD type macros in example
|
2026-01-14 10:53:25 +05:30 |
|
Zhang Hai Peng
|
c3d5c161ca
|
feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-09 14:11:17 +08:00 |
|
zhanghaipeng
|
29c6755b46
|
fix(ble/hci): Fix OOB read in ble_adv_scan_combined example
|
2026-01-09 14:11:17 +08:00 |
|
Zhang Hai Peng
|
a599bc9a02
|
docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-09 14:11:17 +08:00 |
|
Zhang Hai Peng
|
c69a9f9d19
|
refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-09 14:10:59 +08:00 |
|
Zhang Hai Peng
|
d1bf2668c1
|
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 7cd2f7b34d)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-09 14:09:16 +08:00 |
|
Zhang Hai Peng
|
aa70c1d27c
|
fix(ble/bluedroid): Added security check in example Bluedroid_GATT_Server
(cherry picked from commit a36bf7fe14)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-09 14:09:16 +08:00 |
|
morris
|
0770e7c90e
|
Merge branch 'feat/isp_crop_driver_v5.4' into 'release/v5.4'
feat(isp): support Crop driver on p4 rev3 (v5.4)
See merge request espressif/esp-idf!43457
|
2026-01-09 10:42:01 +08:00 |
|
Marek Fiala
|
ad3f29a103
|
change(tools): Updated argument files with quotations in README.md
|
2026-01-07 13:12:11 +01:00 |
|
Shu Chen
|
3e5711c8fb
|
Merge branch 'fix/fix_an_ot_example_v5.4' into 'release/v5.4'
fix(openthread): remove the default netif configuration from the ot_br example (v5.4)
See merge request espressif/esp-idf!44728
|
2026-01-07 08:13:35 +00:00 |
|
Chen Chen
|
467eddae9f
|
feat(isp): support Crop driver on p4 rev3
Add support for crop driver on p4eco5 and update example in
`isp/multi_pipelines`
|
2026-01-07 14:44:37 +08:00 |
|
zhiweijian
|
80b6fceac5
|
fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api
|
2026-01-06 21:08:30 +08:00 |
|
zhiweijian
|
61162a7887
|
feat(ble/bluedroid): Support bluedroid encrypted advertising data
|
2026-01-06 20:43:20 +08:00 |
|
Xu Si Yu
|
5ce85b2a9a
|
fix(openthread): remove the default netif configuration from the ot_br example
|
2025-12-31 17:44:34 +08:00 |
|
zwx
|
6ef64a0771
|
fix(openthread): removed unused ulp configuration
|
2025-12-30 11:01:30 +08:00 |
|
yangfeng
|
ccb49f07e7
|
refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples
|
2025-12-25 10:54:32 +08:00 |
|
yangfeng
|
b3aa863759
|
docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
|
2025-12-25 10:54:32 +08:00 |
|
yangfeng
|
fb7fc40fec
|
refactor(examples/classic_bt): Add AVRCP cover art example with LCD display
|
2025-12-25 10:54:32 +08:00 |
|
yangfeng
|
38a2e9dbd0
|
refactor(examples/classic_bt): Add common code for AVRCP cover art example
|
2025-12-25 10:54:32 +08:00 |
|
yangfeng
|
291369475e
|
refactor: Refactor the example of the coexistence of A2DP sink and GATT service
|
2025-12-25 10:54:32 +08:00 |
|
yangfeng
|
ed563043c8
|
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-25 10:54:21 +08:00 |
|
Zhang Wen Xu
|
cd08d85ba6
|
Merge branch 'feat/rcp_spinel_logs_v5.4' into 'release/v5.4'
feat(openthread): support RCP console debug via spinel (v5.4)
See merge request espressif/esp-idf!44157
|
2025-12-24 02:30:12 +00:00 |
|
Rahul Tank
|
9e157e314a
|
feat(nimble): Add support for static passkey
|
2025-12-22 21:16:35 +05:30 |
|
Island
|
63bc003841
|
Merge branch 'feature/extend_h2_conon_num_to_70_v5.4' into 'release/v5.4'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.4)
See merge request espressif/esp-idf!43834
|
2025-12-19 14:31:56 +08:00 |
|
morris
|
e6cad886e8
|
Merge branch 'feature/usb_device_examples_update_v2.0.0_backport_v5.4' into 'release/v5.4'
feature(usb_device): Examples update to esp_tinyusb v2.0.0 (backport to v5.4)
See merge request espressif/esp-idf!42050
|
2025-12-18 16:04:19 +08:00 |
|
Island
|
c678100216
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v5.4' into 'release/v5.4'
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v5.4)
See merge request espressif/esp-idf!43806
|
2025-12-18 10:55:49 +08:00 |
|
Adam Múdry
|
4a0db18ff1
|
feat(sdspi): Add an option to modify wait time for MISO before sending next command
Closes https://github.com/espressif/esp-idf/issues/16909
|
2025-12-16 15:43:52 +01:00 |
|
morris
|
3ec2bf24ac
|
Merge branch 'feat/usb_host_example_unknown_client_event_backport_v5.4' into 'release/v5.4'
fix(usb_host): Dont abort on unsupported client events backport v5.4
See merge request espressif/esp-idf!44062
|
2025-12-15 18:33:32 +08:00 |
|
Shen Wei Long
|
5060e2f40d
|
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
(cherry picked from commit cd33f13521)
Co-authored-by: ShenWeilong <shenweilong@espressif.com>
|
2025-12-12 15:10:44 +08:00 |
|
Tan Yan Quan
|
9ebdfe8485
|
feat(openthread): support RCP console debug via spinel
|
2025-12-12 14:28:41 +08:00 |
|
Euripedes Rocha
|
dce5868fa6
|
Merge branch 'feat/upt_tests_new_runners_v5.4' into 'release/v5.4'
feat(ci): updated Ethernet test to align with new runners (v5.4)
See merge request espressif/esp-idf!43766
|
2025-12-11 16:04:35 +01:00 |
|
Shu Chen
|
b389ca9ada
|
Merge branch 'feat/simple_ota_h2_v5.4' into 'release/v5.4'
feat(openthread/ota): support esp32h2 for simple ota example over thread (v5.4)
See merge request espressif/esp-idf!43991
|
2025-12-08 15:38:02 +00:00 |
|
peter.marcisovsky
|
8b0caa2375
|
fix(usb_host): Dont abort on unsupported client events
- suspend and resume client events
|
2025-12-08 14:11:43 +01:00 |
|
Tan Yan Quan
|
a38a8a06e2
|
feat(openthread/ota): support esp32h2 for ota examples over thread
|
2025-12-08 19:25:29 +08:00 |
|
Zhang Hai Peng
|
21330fa36e
|
fix(ble/bluedroid): Fix VLA in a2dp_gatts_coex example
(cherry picked from commit e741f09e0f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:11 +08:00 |
|
Zhang Hai Peng
|
32d0cff8b4
|
fix(ble/bt): Add NULL check in esp_hid_device example
(cherry picked from commit 8e0f74a2cc)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:10 +08:00 |
|
Zhang Hai Peng
|
4d392802b8
|
fix(ble/bt): Add NULL check in esp_hid_host example
(cherry picked from commit 8b5dd75368)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:09 +08:00 |
|
Zhang Hai Peng
|
47277079fe
|
fix(ble/blufi): Add DH param length validation
(cherry picked from commit 773814c087)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:09 +08:00 |
|
Zhang Hai Peng
|
236f6c5d3a
|
fix(ble/bluedroid): Fix memory leak in ble_spp_server example
(cherry picked from commit b6b3b81bf6)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:08 +08:00 |
|
Zhang Hai Peng
|
58d214ba33
|
fix(ble/bluedroid): Use calloc in gatt_server example
(cherry picked from commit e26b60090d)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:08 +08:00 |
|
Zhang Hai Peng
|
d9fd8835b8
|
fix(ble/bluedroid): Use snprintf in ble_eddystone example
(cherry picked from commit 24e023e307)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:07 +08:00 |
|
Zhang Hai Peng
|
35e452490e
|
fix(ble/bluedroid): Add bounds check in ble_ancs example
(cherry picked from commit 7e876249df)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-03 11:54:07 +08:00 |
|
Chen Yudong
|
48483fdda3
|
ci: fix sdkconfig.ci.xxx for wifi examples
|
2025-12-03 09:55:05 +08:00 |
|