Commit Graph

6811 Commits

Author SHA1 Message Date
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
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
Chen Yudong
0b5e53216a ci: rename wifi_two_dut to two_duts 2025-12-03 09:54:23 +08:00
Ondrej Kosta
5987de7951 feat(ci): updated Ethernet tests to align with new runners 2025-12-02 10:29:38 +01:00
Luo Xu
04a6e32e94 fix(ble_mesh): add proper memory cleanup in composition data parsing
(cherry picked from commit a45bb6c5da)

Co-authored-by: luoxu <luoxu@espressif.com>
2025-11-28 17:43:47 +08:00
Shu Chen
6d8a856d7c Merge branch 'bugfix/update_thread_ci_testcases_v5.4' into 'release/v5.4'
feat(openthread): optimize fail cases in CI test (v5.4)

See merge request espressif/esp-idf!43740
2025-11-27 04:13:29 +00:00
morris
14fdfcd199 Merge branch 'bugfix/uart_related_backports_v5.4' into 'release/v5.4'
fix(uart): some related uart backports (v5.4)

See merge request espressif/esp-idf!43618
2025-11-27 10:56:10 +08:00
Island
149caedf60 Merge branch 'feat/support_bhost2025_44_v5.4' into 'release/v5.4'
feat(ble/bluedroid): Add more debug log for bluedroid (v5.4)

See merge request espressif/esp-idf!43365
2025-11-26 18:03:03 +08:00
yiwenxiu
871a406187 feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:34 +08:00
Wang Meng Yang
9cfbb272d9 Merge branch 'bugfix/bt_idf_ci_v5.4' into 'release/v5.4'
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT (v5.4)

See merge request espressif/esp-idf!43604
2025-11-24 14:06:50 +08:00
Song Ruo Jing
9b3dd6f784 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-11-22 17:50:05 +08:00
yangfeng
4d09368528 fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT 2025-11-21 19:31:20 +08:00
yangfeng
25424ba340 fix(bt/example): Fixed hf_ag build error 2025-11-21 13:30:02 +08:00
Euripedes Rocha
b8af6f5141 Merge branch 'fix/bridge_example_v5.4' into 'release/v5.4'
fix(examples): fixed bridge example test endnode to host send (v5.4)

See merge request espressif/esp-idf!43055
2025-11-20 11:38:11 +01:00
morris
1e975c6be2 Merge branch 'feature/esp32p4_eco5_support_v5.4' into 'release/v5.4'
feat(gpio/ledc/uart/2ddma/ppa): ESP32P4 ECO5 related updates (v5.4)

See merge request espressif/esp-idf!42819
2025-11-18 17:17:43 +08:00
Song Ruo Jing
0c5efa6052 feat(ledc): ESP32P4 ECO5 LEDC related updates 2025-11-13 11:50:42 +08:00
armando
76fb136282 feat(isp): support BLC driver 2025-11-13 10:29:31 +08:00
morris
bfa5bba36a Merge branch 'feat/dvp_format_trans_v5.4' into 'release/v5.4'
feat(cam): support format conversion function (v5.4)

See merge request espressif/esp-idf!41786
2025-11-11 16:37:46 +08:00
Rahul Tank
f2ddc4ae17 Merge branch 'contrib/github_pr_17824_v5.4' into 'release/v5.4'
Fix typos in NimBLE example comments (GitHub PR) (v5.4)

See merge request espressif/esp-idf!43112
2025-11-11 11:37:16 +05:30