Rahul Tank
|
217e5743b9
|
Merge branch 'bugfix/security_fixes_for_examples_v5.2' into 'release/v5.2'
fix(nimble): Fix vulnerabilities in NimBLE examples (v5.2)
See merge request espressif/esp-idf!45485
|
2026-02-09 14:24:51 +05:30 |
|
Shreeyash
|
35ca390a06
|
fix(nimble): Fix vulnerabilities in NimBLE examples
|
2026-02-06 18:48:32 +05:30 |
|
luoxu
|
b640f05f6a
|
feat(ble_mesh): alignment to release/v6.0
|
2026-02-06 11:15:20 +08:00 |
|
Island
|
72e9a9ef18
|
Merge branch 'feat/add_new_bluedroid_host_examples_v5.2' into 'release/v5.2'
feat(ble/bluedroid): Add new bluedroid host examples (v5.2)
See merge request espressif/esp-idf!44877
|
2026-02-05 10:50:51 +08:00 |
|
morris
|
9d0f520560
|
Merge branch 'fix/basic_eth_init_v5.2' into 'release/v5.2'
fix(esp_eth): fixed basic example MAC address config for SPI ETH v5.2
See merge request espressif/esp-idf!45502
|
2026-02-02 22:25:25 +08:00 |
|
zhiweijian
|
fff39b8bed
|
fix(ble/bluedroid): Change blufi sdkconfig
|
2026-01-30 20:25:33 +08:00 |
|
zhiweijian
|
6ca15a6977
|
fix(ble/bluedroid): Change 5.0 event status
|
2026-01-30 20:25:22 +08:00 |
|
zhiweijian
|
f2ba0aa3be
|
feat(ble/bluedroid): Add new bluedroid host examples
|
2026-01-30 20:24:33 +08:00 |
|
Ondrej Kosta
|
f29686eabb
|
fix(esp_eth): fixed basic example MAC address config for SPI ETH
|
2026-01-29 10:48:54 +01:00 |
|
Astha Verma
|
7731d64376
|
fix(nimble): Reset HID service during deinit
|
2026-01-28 12:18:34 +08:00 |
|
Ondrej Kosta
|
5058246306
|
ci(esp_eth): update ETH bridge test to be more robust
|
2026-01-23 08:51:52 +01:00 |
|
Zhang Wen Xu
|
c06c942446
|
Merge branch 'feat/migrate_iperf_cmd_v5.2' into 'release/v5.2'
feat(iperf): migrate iperf to use iperf-cmd component (v5.2)
See merge request espressif/esp-idf!45088
|
2026-01-15 03:26:39 +00:00 |
|
Jin Cheng
|
19268879bd
|
fix(bt/bluedroid): add status management for audio sink service channel
|
2026-01-15 09:15:28 +08:00 |
|
Tan Yan Quan
|
d9eb216b42
|
fix(openthread): restore LED state indicator for example code
|
2026-01-14 14:14:15 +08:00 |
|
Tan Yan Quan
|
29314eafb8
|
docs(openthread): add iperf usage guide to ot_cli example readme
|
2026-01-14 14:14:15 +08:00 |
|
Tan Yan Quan
|
f355165e05
|
feat(openthread/cli-ext): update cli-ext to v2.0.0
|
2026-01-14 14:14:15 +08:00 |
|
Tan Yan Quan
|
dac513bf25
|
feat(openthread): migrate iperf to use iperf-cmd component
|
2026-01-14 14:14:15 +08:00 |
|
Rahul Tank
|
676c0d62d7
|
fix(nimble): Add AD type macros in example
|
2026-01-14 11:06:59 +05:30 |
|
Island
|
2ddc6f0a7c
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v3_v5.2' into 'release/v5.2'
fix(ble/bluedroid): Fix type mismatch and length validation in HCI packet parser (v5.2)
See merge request espressif/esp-idf!44664
|
2026-01-09 10:24:00 +08:00 |
|
Marek Fiala
|
b26f02cda5
|
change(tools): Updated argument files with quotations in README.md
|
2026-01-07 13:12:38 +01:00 |
|
Zhang Hai Peng
|
01d2833097
|
feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
zhanghaipeng
|
23378c9507
|
fix(ble/hci): Fix OOB read in ble_adv_scan_combined example
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
c9e745c14a
|
docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
2f2bff559a
|
refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2026-01-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
259c9500dd
|
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-07 19:28:39 +08:00 |
|
Zhang Hai Peng
|
11bae0a7c5
|
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-07 19:28:39 +08:00 |
|
Shu Chen
|
6f6af3f3f5
|
Merge branch 'fix/fix_an_ot_example_v5.2' into 'release/v5.2'
fix(openthread): remove the default netif configuration from the ot_br example (v5.2)
See merge request espressif/esp-idf!44730
|
2026-01-07 08:12:54 +00:00 |
|
zhiweijian
|
b9a200f6b0
|
fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api
|
2026-01-06 20:52:26 +08:00 |
|
zhiweijian
|
7548eab182
|
feat(ble/bluedroid): Support bluedroid encrypted advertising data
|
2026-01-06 20:52:16 +08:00 |
|
Xu Si Yu
|
a81a6cb2d9
|
fix(openthread): remove the default netif configuration from the ot_br example
|
2025-12-31 17:44:47 +08:00 |
|
zwx
|
ab35f4f99e
|
fix(openthread): removed unused ulp configuration
|
2025-12-30 10:57:03 +08:00 |
|
Wang Meng Yang
|
35da77d466
|
Merge branch 'refactor/split_a2dp_sink_v5.2' into 'release/v5.2'
refactor(examples/classic_bt): Split a2dp_sink example(v5.2)
See merge request espressif/esp-idf!44528
|
2025-12-26 21:26:09 +08:00 |
|
Island
|
edf3fb578d
|
Merge branch 'fix/add_soc_caps_for_pawr_feat_v5.2' into 'release/v5.2'
fix(ble): add soc caps feat for PAwR (v5.2)
See merge request espressif/esp-idf!44147
|
2025-12-26 14:21:28 +08:00 |
|
yangfeng
|
040d4b948b
|
refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples
|
2025-12-25 11:08:30 +08:00 |
|
yangfeng
|
898c087e51
|
docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
|
2025-12-25 11:08:30 +08:00 |
|
yangfeng
|
2f794197c9
|
refactor: Refactor the example of the coexistence of A2DP sink and GATT service
|
2025-12-25 11:08:02 +08:00 |
|
yangfeng
|
52e364f346
|
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 11:07:55 +08:00 |
|
Zhang Wen Xu
|
645c08e4e9
|
Merge branch 'feat/rcp_spinel_logs_v5.2' into 'release/v5.2'
feat(openthread): support RCP console debug via spinel (v5.2)
See merge request espressif/esp-idf!44159
|
2025-12-24 02:29:45 +00:00 |
|
Rahul Tank
|
05aafb604d
|
feat(nimble): Add support for static passkey
|
2025-12-22 21:19:18 +05:30 |
|
morris
|
386958febe
|
Merge branch 'feature/usb_device_examples_update_v2.0.0_backport_v5.2' into 'release/v5.2'
feature(usb_device): Examples update to esp_tinyusb v2.0.0 (backport to v5.2)
See merge request espressif/esp-idf!42052
|
2025-12-18 16:04:34 +08:00 |
|
Island
|
e483933a71
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v5.2' into 'release/v5.2'
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v5.2)
See merge request espressif/esp-idf!43804
|
2025-12-18 10:56:18 +08:00 |
|
Jin Chen
|
f80ec2cfcb
|
fix(ble): add soc caps config for pawr feat on ESP32H2
(cherry picked from commit 2eb79c71f1)
Co-authored-by: cjin <jinchen@espressif.com>
|
2025-12-15 11:39:39 +08:00 |
|
Zhang Hai Peng
|
cd670b87a5
|
fix(ble/bluedroid): Add bounds check in ble_ancs example
(cherry picked from commit 7e876249df)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-12-12 20:54:02 +08:00 |
|
Tan Yan Quan
|
21e18154d6
|
feat(openthread): support RCP console debug via spinel
|
2025-12-12 14:30:30 +08:00 |
|
Euripedes Rocha
|
97d7e9903d
|
Merge branch 'feat/upt_tests_new_runners_v5.2' into 'release/v5.2'
feat(ci): updated Ethernet test to align with new runners (v5.2)
See merge request espressif/esp-idf!43768
|
2025-12-11 16:29:48 +01:00 |
|
laokaiyao
|
f66e6c166f
|
remove(i2s_es8311): remove the bsp support since the broken dependency
|
2025-12-09 15:05:08 +08:00 |
|
Chen Yudong
|
4fea38dabc
|
ci: fix sdkconfig.ci.xxx for wifi examples
|
2025-12-03 19:00:27 +08:00 |
|
Chen Yudong
|
844f5ce69a
|
ci: rename wifi_two_dut to two_duts
|
2025-12-03 19:00:23 +08:00 |
|
Zhang Hai Peng
|
634ad6387d
|
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:53:51 +08:00 |
|
Zhang Hai Peng
|
64ca58dcf3
|
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:53:48 +08:00 |
|