Commit Graph

5825 Commits

Author SHA1 Message Date
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
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
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
Zhang Hai Peng
2da49dff69 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:53:47 +08:00
Zhang Hai Peng
a1d38ce9bf fix(ble/blufi): Add DH param length validation
(cherry picked from commit 773814c087)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:47 +08:00
Zhang Hai Peng
6d35c3e24c 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:53:46 +08:00
Zhang Hai Peng
0814444e0a 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:53:46 +08:00
Zhang Hai Peng
84f594750c 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:53:46 +08:00
Ondrej Kosta
2f2ab704c0 feat(ci): updated Ethernet tests to align with new runners 2025-12-02 10:43:40 +01:00
Island
b65b03cf7a Merge branch 'feature/extend_h2_conon_num_to_70_v5.2' into 'release/v5.2'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.2)

See merge request espressif/esp-idf!43832
2025-12-02 16:38:24 +08:00
Luo Xu
8e151eca2e 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:39 +08:00
Shen Wei Long
f21dd4725e 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-11-28 09:06:09 +00:00
morris
1d5141c315 Merge branch 'bugfix/uart_related_backports_v5.2' into 'release/v5.2'
fix(uart): some related uart backports (v5.2)

See merge request espressif/esp-idf!43652
2025-11-28 13:52:27 +08:00
Shu Chen
978785b795 Merge branch 'bugfix/update_thread_ci_testcases_v5.2' into 'release/v5.2'
feat(openthread): optimize fail cases in CI test (v5.2)

See merge request espressif/esp-idf!43745
2025-11-27 04:12:34 +00:00
Island
a439bbd76c Merge branch 'feat/support_bhost2025_44_v5.2' into 'release/v5.2'
feat(ble/bluedroid): Add more debug log for bluedroid (v5.2)

See merge request espressif/esp-idf!43363
2025-11-26 18:02:57 +08:00
yiwenxiu
fea3033913 feat(openthread): optimize fail cases in CI test 2025-11-26 17:50:20 +08:00
Song Ruo Jing
f48a97f9a6 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-24 17:06:36 +08:00
Wang Meng Yang
87faf0c303 Merge branch 'bugfix/bt_idf_ci_v5.2' into 'release/v5.2'
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT (v5.2)

See merge request espressif/esp-idf!43606
2025-11-24 14:06:01 +08:00
yangfeng
d07513df16 fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT 2025-11-21 19:35:48 +08:00
yangfeng
d36bef0eac fix(bt/example): Fixed hf_ag build error 2025-11-21 13:33:00 +08:00
Rahul Tank
4ac2c1a962 Merge branch 'contrib/github_pr_17824_v5.2' into 'release/v5.2'
Fix typos in NimBLE example comments (GitHub PR) (v5.2)

See merge request espressif/esp-idf!43114
2025-11-11 11:37:51 +05:30
Chen Jichang
8a033b51bb test(pcnt): fix pcnt example pytest 2025-11-10 15:28:49 +08:00
yiwenxiu
1d67d8ae71 feat(openthread): optimize fail cases in CI test 2025-11-06 11:03:29 +08:00
Rasmus Buurman
e55e2dd03a fix(examples): Fix typos in NimBLE example comments 2025-11-05 11:10:00 +05:30
Ondrej Kosta
078315cc2c fix(examples): fixed bridge example test endnode to host send 2025-11-04 03:24:30 +01:00
Rahul Tank
b89bf2dcc6 fix(nimble): Address compilation issues in nimble examples 2025-10-29 21:17:39 +05:30
Shu Chen
23f2b30ccb Merge branch 'feat/support_dhcpv6_v5.2' into 'release/v5.2'
feat(openthread): support OT upstream dhcpv6 feature (v5.2)

See merge request espressif/esp-idf!42915
2025-10-29 02:48:22 +00:00
zwx
0bbbd21692 feat(openthread): enlarge ot_br factory binary size 2025-10-28 15:43:13 +08:00
Tan Yan Quan
4a6a7b8bf3 feat(openthread): add kconfig option for timing optimization 2025-10-28 15:43:11 +08:00
Xu Si Yu
709101d86a feat(openthread): update examples for API changes 2025-10-27 11:59:45 +08:00
Wang Meng Yang
e8ab91eb5a Merge branch 'bugfix/ci_c3eco7_pwr_save_fail_v5.2' into 'release/v5.2'
fix(ble): fix ci power save test connection failure(v5.2)

See merge request espressif/esp-idf!42773
2025-10-22 17:03:04 +08:00
Xu Si Yu
e77360b437 feat(openthread): examples adaptation of new APIs 2025-10-21 20:14:54 +08:00
Xu Si Yu
5e38923523 feat(openthread): add common components for openthread examples 2025-10-21 20:14:54 +08:00
xiongweichao
458913743e fix(ble): fix ci power save test connection failure 2025-10-21 19:09:10 +08:00
Jiang Jiang Jian
7b1f967a76 Merge branch 'bugfix/ftm_example_issues_v5.2' into 'release/v5.2'
Improve FTM Query logging for AP-Sta mode (v5.2)

See merge request espressif/esp-idf!42674
2025-10-20 16:29:19 +08:00
akshat
d4f76d9c85 bugfix(wifi): Improve FTM Query logging for AP-Sta mode 2025-10-17 10:08:55 +05:30
Jin Chen
99cef53f59 fix(ble): update the example docs for pawr
(cherry picked from commit 164fec9e74)

Co-authored-by: cjin <jinchen@espressif.com>
2025-10-16 20:13:21 +08:00
Jiang Jiang Jian
083e2bb56a Merge branch 'bugfix/bt_idf_ci_v5.2' into 'release/v5.2'
fix(example/classic_bt): Fix the potential stack overflow tasks (v5.2)

See merge request espressif/esp-idf!42519
2025-10-16 13:56:09 +08:00
Rahul Tank
fa6bb99bb0 fix(nimble): Added CS service support 2025-10-14 21:36:11 +05:30
yangfeng
aea9cb9cd9 fix(example/classic_bt): Fix potential stack overflow tasks 2025-10-14 16:27:29 +08:00
Rahul Tank
d709f10701 feat(nimble): Base support for Channel sounding HCI command and events 2025-10-14 12:42:02 +05:30
morris
dc7f527be1 Merge branch 'doc/tsens_v5.2' into 'release/v5.2'
doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part (backport v5.2)

See merge request espressif/esp-idf!42473
2025-10-11 15:55:25 +08:00
C.S.M
ebf0585e18 doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part 2025-10-10 18:09:51 +08:00
yangfeng
36fac54400 fix(example/classic_bt): Fix the stack overflow of the SPPAppT and mouse_move_task tasks 2025-10-10 16:14:30 +08:00