Commit Graph

41124 Commits

Author SHA1 Message Date
Zhao Wei Liang 125c6bac81 feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-C6
(cherry picked from commit 6c4f33798f)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-12-05 09:51:34 +08:00
Zhao Wei Liang 7b7434429b feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-H2
(cherry picked from commit 5f2825ff37)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-12-05 09:51:33 +08:00
Zhao Wei Liang 04490b46c2 change(ble): [AUTO_MR] Update lib_esp32c6 to faf10639
(cherry picked from commit 91810d94b0)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-12-05 09:51:33 +08:00
Zhao Wei Liang d6dde3d436 change(ble): [AUTO_MR] Update lib_esp32h2 to faf10639
(cherry picked from commit 1980d51477)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-12-05 09:51:32 +08:00
Shu Chen 3c8a6d367a Merge branch 'fix/fix_an_ot_trel_risk_v5.3' into 'release/v5.3'
fix(openthread): fix a potential stack overflow in TREL (v5.3)

See merge request espressif/esp-idf!43934
2025-12-04 01:52:39 +00:00
Xu Si Yu 1fda4460c1 fix(openthread): fix a potential stack overflow in TREL 2025-12-03 10:36:27 +08:00
Jiang Jiang Jian d0e7df9e8f Merge branch 'fix/fix_c6_rtc_periph_depends_on_top_v5.3' into 'release/v5.3'
fix(esp_hw_support): add dependency of the TOP domain to the RTC_PERIPH domain for esp32c6 (v5.3)

See merge request espressif/esp-idf!43385
2025-12-03 10:31:45 +08:00
Jiang Jiang Jian ce002139fd Merge branch 'fix/fix_xtal32k_power_breaks_adc_v5.3' into 'release/v5.3'
fix(esp_system): fix XTAL32K power breaks ADC function on 32k XTAL clock pin (v5.3)

See merge request espressif/esp-idf!43388
2025-12-03 10:31:34 +08:00
Jiang Jiang Jian a91b56f772 Merge branch 'fix/check_usj_status_before_access_v5.3' into 'release/v5.3'
fix(esp_driver_usb_serial_jtag): check USJ accessibility before read/write (v5.3)

See merge request espressif/esp-idf!43395
2025-12-03 10:29:59 +08:00
Island 563f462986 Merge branch 'feature/extend_h2_conon_num_to_70_v5.3' into 'release/v5.3'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.3)

See merge request espressif/esp-idf!43833
2025-12-02 16:38:16 +08:00
Island efb1a06cdf Merge branch 'fix/ble_log_v2_cache_error_v5.3' into 'release/v5.3'
BLE Log v2 Function Update 251125 (v5.3)

See merge request espressif/esp-idf!43868
2025-12-02 16:37:39 +08:00
Wang Meng Yang 2288644b6d Merge branch 'bugfix/fix_event_filter_bug_v5.3' into 'release/v5.3'
fix(bt/controller): Fixed hci connection request event filter bug (v5.3)

See merge request espressif/esp-idf!43877
2025-12-02 14:20:11 +08:00
Wang Meng Yang 0b4291ed7f Merge branch 'bugfix/a2dp_deinit_crash_v5.3' into 'release/v5.3'
fix(bt): fixed crash caused by deinit during A2DP connection initiation(v5.3)

See merge request espressif/esp-idf!43789
2025-12-02 10:07:02 +08:00
Alexey Gerenkov d6c6226b1a Merge branch 'fix/apptrace_uart_crash_v5.3' into 'release/v5.3'
fix(app_trace): prevent possible system crash on uart buffer access (v5.3)

See merge request espressif/esp-idf!43862
2025-12-01 23:06:20 +08:00
xiongweichao 75122a3eea fix(bt): fixed crash caused by deinit during A2DP connection initiation
- Only clean up when idle
2025-12-01 11:51:28 +00:00
liqigan 566c73f441 fix(bt/controller): Fixed hci connection request event filter bug 2025-12-01 13:45:44 +08:00
Zhou Xiao b19806d6df feat(ble): enabled lc get time for ceva controller
(cherry picked from commit 6924b8b372)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-12-01 11:10:30 +08:00
Zhou Xiao cbb6c6002d fix(ble): put ble_log_write_hex in iram to avoid cache error
(cherry picked from commit dc4e41fab8)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-12-01 11:10:30 +08:00
morris 29da3574f5 Merge branch 'bugfix/fix_i2s_auto_port_issue_v5.3' into 'release/v5.3'
fix(i2s): fix the auto port failure when use simplex on ESP32 (v5.3)

See merge request espressif/esp-idf!43821
2025-12-01 11:05:11 +08:00
Island 8703a83293 Merge branch 'feat/ble_mesh_log_enh_v5.3' into 'release/v5.3'
Feat/ble mesh log enh v5.3

See merge request espressif/esp-idf!43213
2025-12-01 11:04:09 +08:00
Island 908cf14ecb Merge branch 'feat/ble_log_compression_modularized_v5.3' into 'release/v5.3'
refactor(ble): modularize compressed log scripts for better maintainability (v5.3)

See merge request espressif/esp-idf!43549
2025-12-01 11:03:36 +08:00
Island c3d2735385 Merge branch 'fix/ble_mesh_rpr_example_fix_v5.3' into 'release/v5.3'
fix(ble_mesh): add proper memory cleanup in composition data parsing (v5.3)

See merge request espressif/esp-idf!43838
2025-12-01 10:53:15 +08:00
Erhan Kurubas 1694b0000a fix(app_trace): prevent possible system crash on uart buffer access 2025-11-30 23:05:38 +01:00
luoxu d98ddc6027 fix(ble_mesh): resolve miscellaneous logging issues 2025-11-30 11:53:21 +08:00
Rainer 25f841495f fix(ble_mesh): fixed issues with incorrect logs format and position 2025-11-30 11:53:21 +08:00
luoxu 6360b56e0b feat(ble_mesh): Miscellaneous log enhancement for Provisioning 2025-11-30 11:53:21 +08:00
Liu Linyan 3c6426168e feat(ble_mesh): Miscellaneous log enhancement for BLE Mesh 2025-11-30 11:53:21 +08:00
Linyan Liu 9e13a13aa5 feat(ble_mesh): Miscellaneous update for BLE Mesh 2025-11-30 11:53:21 +08:00
Luo Xu 30ca16a5d9 refactor(ble): modularize compressed log scripts for better maintainability
(cherry picked from commit 0cf6f50179)

Co-authored-by: luoxu <luoxu@espressif.com>
2025-11-30 11:39:17 +08:00
Roland Dobai 594d3d805d Merge branch 'feat/update_ccache_to_4.12.1_v5.3' into 'release/v5.3'
feat(tools): Updated ccache 4.11.2 -> 4.12.1 (v5.3)

See merge request espressif/esp-idf!43569
2025-11-28 15:25:09 +01:00
Luo Xu 65c98b699c 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:42 +08:00
Shen Wei Long 2c7966ea9c 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:11 +00:00
Marek Fiala 8643ac198c feat(tools): Updated ccache 4.11.2 -> 4.12.1
Closes https://github.com/espressif/esp-idf/issues/17756
2025-11-28 15:18:17 +08:00
Marek Fiala 2b36597791 refactor(tools): test_idf_tools.py ruff changes 2025-11-28 15:18:17 +08:00
morris 69492941dd Merge branch 'ci/fixed_parlio_rx_test_case_incorrect_condition_v5.3' into 'release/v5.3'
ci(parlio): fixed incorrect condition in rx test case (v5.3)

See merge request espressif/esp-idf!43797
2025-11-28 14:53:36 +08:00
laokaiyao 2ab35cc2d1 fix(i2s): fix the auto port failure when use simplex on ESP32 2025-11-28 11:46:16 +08:00
Island 0b8ca3d9ad Merge branch 'bugfix/bug_ble_max_device_record_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed BLE incorrect device record count issue (v5.3)

See merge request espressif/esp-idf!43595
2025-11-28 10:17:34 +08:00
Island cbefff566a Merge branch 'bugfix/fix_ble_scan_enable_timeout_v5.3' into 'release/v5.3'
Fixed scan HCI command timeout issue on ESP32 (v5.3)

See merge request espressif/esp-idf!43688
2025-11-28 10:17:00 +08:00
laokaiyao c3b0115ed4 ci(parlio): fixed incorrect condition in rx test case 2025-11-27 16:13:35 +08:00
Rahul Tank 6a14861c92 Merge branch 'bugfix/check_psync_status_v5.3' into 'release/v5.3'
fix(nimble): Add a check for psync before processing (v5.3)

See merge request espressif/esp-idf!43634
2025-11-27 12:39:34 +05:30
Shu Chen 5869332342 Merge branch 'bugfix/update_thread_ci_testcases_v5.3' into 'release/v5.3'
feat(openthread): optimize fail cases in CI test (v5.3)

See merge request espressif/esp-idf!43741
2025-11-27 04:13:36 +00:00
Rahul Tank 17f375b54f fix(nimble): Add a check for psync before processing 2025-11-26 14:52:59 +05:30
chenjianhua 3be4c8ebf4 feat(ble/nimble): support runtime allocation for mempool 2025-11-26 14:52:59 +05:30
yiwenxiu d2e1fb16ae feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:40 +08:00
Shu Chen f3586eac16 Merge branch 'feature/change_ot_psram_default_config_v5.3' into 'release/v5.3'
feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled (v5.3)

See merge request espressif/esp-idf!43716
2025-11-26 01:52:18 +00:00
Shu Chen 4bf1bf6445 Merge branch 'fix/remove_the_duplicate_macro_definition_v5.3' into 'release/v5.3'
fix(openthread): remove the duplicate macro definition (v5.3)

See merge request espressif/esp-idf!43710
2025-11-26 01:27:38 +00:00
Fu Hanxi ae1ca0e2ef Merge branch 'ci/known-failure-dut-id-v5.3' into 'release/v5.3'
ci: pytest-ignore skip using dut id

See merge request espressif/esp-idf!43627
2025-11-25 12:57:55 +01:00
Xu Si Yu 890c7d91c0 feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled 2025-11-25 16:14:49 +08:00
Xu Si Yu 6485614e02 fix(openthread): remove the duplicate macro definition 2025-11-25 16:13:57 +08:00
Zhang Hai Peng 18e06748c3 fix(bt): Update esp32 libbtdm_app.a (15a18b1a)
- fix(ble): fixed BLE enable scan timeout
 - fix(ble): fixed crash in "btdm_controller_task"


(cherry picked from commit c5e50ccd19)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-11-25 11:53:27 +08:00