Commit Graph

6394 Commits

Author SHA1 Message Date
gaoxu 50c802d057 feat(adc): add adc_continuous_parse_data api 2026-02-03 16:51:43 +08:00
zhiweijian 6f48dddbc2 fix(ble/bluedroid): Fixed bluedroid examples CI failed 2026-01-31 10:54:13 +08:00
zhiweijian f84b0e9a39 fix(ble/bluedroid): Change blufi sdkconfig 2026-01-30 20:21:19 +08:00
zhiweijian 79dec2082d fix(ble/bluedroid): Change 5.0 event status 2026-01-30 20:21:09 +08:00
zhiweijian 9df0361dd6 feat(ble/bluedroid): Add new bluedroid host examples 2026-01-30 20:20:33 +08:00
morris 9f4b8cec54 Merge branch 'fix/basic_eth_init_v5.3' into 'release/v5.3'
fix(esp_eth): fixed basic example MAC address config for SPI ETH v5.3

See merge request espressif/esp-idf!45501
2026-01-30 10:58:40 +08:00
Ondrej Kosta 2e023e759a fix(esp_eth): fixed basic example MAC address config for SPI ETH 2026-01-29 10:44:36 +01:00
Astha Verma bdb3f7ef77 fix(nimble): Reset HID service during deinit 2026-01-28 12:18:28 +08:00
Jiang Jiang Jian b8b89efadb Merge branch 'fix/bridge_test_v5.3' into 'release/v5.3'
Made ETH bridge test to be more robust (v5.3)

See merge request espressif/esp-idf!45394
2026-01-27 11:55:05 +08:00
Ondrej Kosta 7478afecfb ci(esp_eth): update ETH bridge test to be more robust 2026-01-23 08:51:42 +01:00
zhangyanjiao d958c05e90 fix(wifi/espnow): Increase the espnow example stack size
Closes https://github.com/espressif/esp-idf/issues/18128
2026-01-19 10:32:33 +08:00
Zhang Wen Xu 30097fda52 Merge branch 'feat/migrate_iperf_cmd_v5.3' into 'release/v5.3'
feat(iperf): migrate iperf to use iperf-cmd component (v5.3)

See merge request espressif/esp-idf!45087
2026-01-15 03:26:57 +00:00
Jin Cheng a68d4674e8 fix(bt/bluedroid): add status management for audio sink service channel 2026-01-15 09:14:56 +08:00
Tan Yan Quan 5cc0976cd5 fix(openthread): restore LED state indicator for example code 2026-01-14 14:14:06 +08:00
Tan Yan Quan e012ad6d69 docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-14 14:14:06 +08:00
Tan Yan Quan 0d98a08e47 feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-14 14:14:05 +08:00
Tan Yan Quan 33d97e087a feat(openthread): migrate iperf to use iperf-cmd component 2026-01-14 14:14:05 +08:00
Rahul Tank 7a979f3bde fix(nimble): Add AD type macros in example 2026-01-14 10:54:26 +05:30
Island 6cd6db4d63 Merge branch 'bugfix/fix_ble_security_issue_2025_v3_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fix type mismatch and length validation in HCI packet parser (v5.3)

See merge request espressif/esp-idf!44665
2026-01-09 11:43:41 +08:00
Marek Fiala 9be8444488 change(tools): Updated argument files with quotations in README.md 2026-01-07 13:12:26 +01:00
Shu Chen a1b4da1606 Merge branch 'fix/fix_an_ot_example_v5.3' into 'release/v5.3'
fix(openthread): remove the default netif configuration from the ot_br example (v5.3)

See merge request espressif/esp-idf!44729
2026-01-07 08:13:03 +00:00
zhiweijian df21eb8934 fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api 2026-01-06 21:14:19 +08:00
zhiweijian b499bbef2b feat(ble/bluedroid): Support bluedroid encrypted advertising data 2026-01-06 20:45:56 +08:00
Zhang Hai Peng e81cca4f2f feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-06 10:34:53 +08:00
zhanghaipeng 05376b61e1 fix(ble/hci): Fix OOB read in ble_adv_scan_combined example 2026-01-06 10:34:53 +08:00
Zhang Hai Peng 83132234ca docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-06 10:34:53 +08:00
Zhang Hai Peng 204d383817 refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-06 10:34:53 +08:00
Zhang Hai Peng e4a3afc445 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-06 10:34:53 +08:00
Zhang Hai Peng 4b4e0427f9 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-06 10:34:53 +08:00
Xu Si Yu 52eccc4c9f fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:40 +08:00
zwx bfc991a7fe fix(openthread): removed unused ulp configuration 2025-12-30 10:59:03 +08:00
yangfeng 76a279798d refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples 2025-12-25 11:01:59 +08:00
yangfeng 9bd5f968bf docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
2025-12-25 11:01:59 +08:00
yangfeng 41ee112dc1 refactor: Refactor the example of the coexistence of A2DP sink and GATT service 2025-12-25 11:01:53 +08:00
yangfeng 3298da92e1 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:59:57 +08:00
Zhang Wen Xu a7fb1f3c66 Merge branch 'feat/rcp_spinel_logs_v5.3' into 'release/v5.3'
feat(openthread): support RCP console debug via spinel (v5.3)

See merge request espressif/esp-idf!44158
2025-12-24 02:29:58 +00:00
Rahul Tank 8eea019697 feat(nimble): Add support for static passkey 2025-12-22 21:17:50 +05:30
Island 87157acc06 Merge branch 'bugfix/fix_ble_security_issue_2025_v5.3' into 'release/v5.3'
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v5.3)

See merge request espressif/esp-idf!43805
2025-12-18 10:56:22 +08:00
Euripedes Rocha ca6b7623ca Merge branch 'feat/upt_tests_new_runners_v5.3' into 'release/v5.3'
feat(ci): updated Ethernet test to align with new runners (v5.3)

See merge request espressif/esp-idf!43767
2025-12-17 12:54:23 +01:00
Island 7ebec23e60 Merge branch 'feat/support_bhost2025_44_v5.3' into 'release/v5.3'
feat(ble/bluedroid): Add more debug log for bluedroid (v5.3)

See merge request espressif/esp-idf!43364
2025-12-17 10:48:40 +08:00
Ondrej Kosta 6cf171edb6 feat(ci): updated Ethernet tests to align with new runners 2025-12-16 15:27:09 +08:00
Zhang Hai Peng 17174fd729 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:56:25 +08:00
Tan Yan Quan a79b5d94c4 feat(openthread): support RCP console debug via spinel 2025-12-12 14:29:48 +08:00
yangfeng 12ea0d186b fix(bt/example): Fixed hf_ag build error 2025-12-09 14:21:58 +08:00
Song Ruo Jing a230e10d5f fix(light_sleep/example): fix potential compilation error in light_sleep example
If ESP_CONSOLE_NONE is selected in menuconfig, compilation fails with
undefined CONFIG_ESP_CONSOLE_UART_BAUDRATE macro.
2025-12-08 22:13:05 +08:00
Chen Yudong 352d84be01 ci: fix sdkconfig.ci.xxx for wifi examples 2025-12-03 12:34:14 +08:00
Chen Yudong 164cfba69d ci: rename wifi_two_dut to two_duts 2025-12-03 12:34:10 +08:00
Zhang Hai Peng a19f21b7ba 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:02 +08:00
Zhang Hai Peng 70e75d7b63 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:00 +08:00
Zhang Hai Peng 667c4769fc 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:00 +08:00