Commit Graph

41001 Commits

Author SHA1 Message Date
Xu Si Yu
7a99020765 feat(openthread): output logs of host for debugging CI issues 2025-11-05 15:03:02 +08:00
morris
8ffaefba72 Merge branch 'feat/p4_eco5_target_test-v5.3' into 'release/v5.3'
esp32p4: temporarily disable target test (5.3)

See merge request espressif/esp-idf!43042
2025-11-05 10:39:10 +08:00
igor.udot
8aa27f437f ci: extend wildcard support for no_runner_tags 2025-11-04 15:11:29 +08:00
armando
c1d671c8c6 change(ci): temporarily disable p4 target test 2025-11-04 15:11:29 +08:00
Rahul Tank
e807677650 Merge branch 'bugfix/fix_compilation_issues_v5.3' into 'release/v5.3'
fix(nimble): Address compilation issues in nimble examples (v5.3)

See merge request espressif/esp-idf!42867
2025-11-03 14:00:52 +05:30
Island
0b56860095 Merge branch 'docs/ble_add_low_power_intro_v5.3' into 'release/v5.3'
Added BLE Low Power Mode Introduction (v5.3)

See merge request espressif/esp-idf!42993
2025-11-03 16:18:10 +08:00
Island
2575fc5437 Merge branch 'fix/hci_log_spi_out_ceva_v5.3' into 'release/v5.3'
fix(ble): fixed hci event log when link layer logging is disabled (v5.3)

See merge request espressif/esp-idf!43007
2025-10-31 16:07:29 +08:00
Jiang Jiang Jian
2f7a1aa3ff Merge branch 'bugfix/oob_in_avrc_vendor_msg_v5.3' into 'release/v5.3'
fix(bt/bluedroid): fixed potential OOB in AVRCP vendor command composition (v5.3)

See merge request espressif/esp-idf!42949
2025-10-31 10:48:47 +08:00
Zhou Xiao
a721da97a4 fix(ble): fixed hci event log when link layer logging is disabled
(cherry picked from commit 777f21783b)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-10-30 21:13:14 +08:00
Wei Yuhan
bd18f6e9e0 docs(ble): Replaced BLE with Bluetooth LE 2025-10-30 16:45:55 +08:00
Wei Yuhan
89dd2379f9 docs(ble): Added BLE Low Power Guide 2025-10-30 16:40:31 +08:00
Rahul Tank
3591e526f0 fix(nimble): Address compilation issues in nimble examples 2025-10-30 11:37:18 +05:30
morris
65e2cc3ab9 Merge branch 'bugfix/fix_touch_curr_scan_workaround_on_p4_v5.3' into 'release/v5.3'
fix(esp32p4): P4 touch channel 14 failure fix (v5.3)

See merge request espressif/esp-idf!42924
2025-10-30 13:04:47 +08:00
Shu Chen
998586a8ec Merge branch 'feat/support_dhcpv6_v5.3' into 'release/v5.3'
feat(openthread): support OT upstream dhcpv6 feature (v5.3)

See merge request espressif/esp-idf!42914
2025-10-29 02:52:31 +00:00
morris
8a5b82d36e Merge branch 'feat/jpeg_error_check_v5.3' into 'release/v5.3'
fix(jpeg): Add check for jpeg marker parser in order to enhance safety (backport v5.3)

See merge request espressif/esp-idf!42670
2025-10-29 10:20:35 +08:00
morris
ef2a5192ca Merge branch 'bugfix/fix_gptimer_premature_match_partial_data_v5.3' into 'release/v5.3'
fix(gptimer): update regex patterns in example test to include non-digit characters (v5.3)

See merge request espressif/esp-idf!42958
2025-10-29 09:49:03 +08:00
zwx
542dbbbcb8 feat(openthread): enlarge ot_br factory binary size 2025-10-28 15:41:15 +08:00
Tan Yan Quan
7ac2454e39 feat(openthread): add kconfig option for timing optimization 2025-10-28 15:41:13 +08:00
Shu Chen
2144266703 change(802.15.4): change the default cca threshold to -75dBm 2025-10-28 15:41:11 +08:00
Tan Yan Quan
c459a4449d feat(openthread): update thread-lib for new OT upstream 36b14d3ef
* esp-openthread: thread_zigbee/esp-openthread@fcc4f77f3
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@befb2f817
2025-10-28 07:34:28 +00:00
Shu Chen
d8b512f577 Merge branch 'feat/allow_set_ot_netif_config_v5.3' into 'release/v5.3'
feat: allow set ot netif config (v5.3)

See merge request espressif/esp-idf!42903
2025-10-28 06:51:02 +00:00
morris
589e80e010 Merge branch 'test/expend_assert_value_v5.3' into 'release/v5.3'
test(pcnt): expend assert value to decrease failure ratio (v5.3)

See merge request espressif/esp-idf!42896
2025-10-28 14:25:40 +08:00
Island
21bb5fdda7 Merge branch 'docs/update_nimble_pts_info_v5.3' into 'release/v5.3'
docs(ble): Updated NimBLE certification info (v5.3)

See merge request espressif/esp-idf!42461
2025-10-28 12:09:18 +08:00
morris
01aa513abc fix(gptimer): update regex patterns in example test to include non-digit characters
This prevents premature matching on partial data when the output is
being streamed, which was causing the test to capture 100000 instead of
the full 1000002.
2025-10-28 12:03:33 +08:00
Island
0c4c585f09 Merge branch 'fix/update_pawr_example_docs_v5.3' into 'release/v5.3'
Fix/update pawr example docs (v5.3)

See merge request espressif/esp-idf!42656
2025-10-28 11:14:11 +08:00
laokaiyao
c1a0caf94c ci(touch): add test case for the curr measuring channel 2025-10-28 10:36:37 +08:00
Pete Kabaragoya
450ee3366d fix(esp32p4): P4 touch channel 14 failure fix
Merges https://github.com/espressif/esp-idf/pull/17759

Core dump when using all touch channels on a P4 unless curr_chan is allowed to be 14
2025-10-28 10:36:37 +08:00
Jin Cheng
0b0b59f2e1 fix(bt/bluedroid): fixed potential OOB in AVRCP vendor command composition 2025-10-28 10:18:10 +08:00
morris
b6370af474 Merge branch 'fix/anacmpr_etm_test_v5.3' into 'release/v5.3'
fix(test): deley some time to ensure gptimer is stopped (v5.3)

See merge request espressif/esp-idf!42894
2025-10-28 09:54:27 +08:00
Rahul Tank
814bda6c50 Merge branch 'feat/read_all_local_remote_sup_feat_v5.3' into 'release/v5.3'
feat(nimble): Add support for read all local / remote supported features HCI cmd (v5.3)

See merge request espressif/esp-idf!42873
2025-10-27 21:23:51 +05:30
Roland Dobai
6c0e3b9ebb Merge branch 'fix/root_build_error_v5.3' into 'release/v5.3'
Fixed unsuccessful build for the IDF root directory attempts in Windows (v5.3)

See merge request espressif/esp-idf!42765
2025-10-27 16:34:06 +01:00
Roland Dobai
b7c3085612 Merge branch 'fix/dont-regenerate-unnecessary-config-files_v5.3' into 'release/v5.3'
fix(kconfig.cmake): Do not regenerate unnecessary config files (v5.3)

See merge request espressif/esp-idf!42351
2025-10-27 16:32:33 +01:00
C.S.M
34e2726254 fix(jpeg): Add check for jpeg marker parser in order to enhance safety 2025-10-27 15:29:57 +08:00
Tan Yan Quan
befb2f8172 feat(openthread): support OT upstream dhcpv6 feature 2025-10-27 14:21:27 +08:00
Tan Yan Quan
213c318238 feat(openthread): update OT upstream to 36b14d3ef 2025-10-27 14:21:26 +08:00
Xu Si Yu
0bf4a8e515 feat(openthread): update examples for API changes 2025-10-27 11:59:28 +08:00
Xu Si Yu
7cc0ea87c9 feat(openthread): support custom netif config during initialization 2025-10-27 11:59:28 +08:00
Chen Jichang
6485db62ce test(pcnt): expend assert value to decrease failure ratio 2025-10-27 11:10:46 +08:00
morris
2815a788b3 fix(test): deley some time to ensure gptimer is stopped 2025-10-27 11:06:27 +08:00
Island
8f1ccb8cb8 Merge branch 'change/ble_update_lib_20251022_v5.3' into 'release/v5.3'
change(ble): [AUTO_MR] 20251022 - Update ESP BLE Controller Lib (v5.3)

See merge request espressif/esp-idf!42839
2025-10-27 10:36:01 +08:00
morris
83a296f649 Merge branch 'fix/cpu_reset_dma_v5.3' into 'release/v5.3'
dma: fixed issue that DMA are not reset when CPU reset (v5.3)

See merge request espressif/esp-idf!42851
2025-10-26 22:25:31 +08:00
Xiao Xufeng
e53cf773e4 dma: fixed issue that DMA are not reset when CPU reset
When DMA keep writing the memory, some data may be corrupted after reset. For example, the stack of bootloader may be overwritten and failed to boot until a higher scope of reset (Core).
2025-10-25 03:21:59 +08:00
Martin Vychodil
89a132ba8e Merge branch 'feature/storage_nvs_perf_blob_v5.3' into 'release/v5.3'
Improvement of NVS Blob performance (v5.3)

See merge request espressif/esp-idf!41576
2025-10-24 17:16:38 +08:00
Marius Vikhammer
9d22e7d3b1 Merge branch 'ci/ulp_fsm_reset_between_tests_v5.3' into 'release/v5.3'
ci(ulp): reset board between ulp-fsm tests (v5.3)

See merge request espressif/esp-idf!42860
2025-10-24 14:53:07 +08:00
Island
b8aa5a6b83 Merge branch 'feat/support_get_ble_local_irk_v5.3' into 'release/v5.3'
feat(ble/bluedroid): add API to get local BLE IRK (v5.3)

See merge request espressif/esp-idf!42759
2025-10-24 12:58:57 +08:00
Marius Vikhammer
5943637047 ci(ulp): reset board between ulp-fsm tests 2025-10-24 11:34:19 +08:00
Zhou Xiao
c6cf91003f feat(ble): add priority level config on ESP32-H2
(cherry picked from commit 75f2b8d4a1)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-10-23 15:12:35 +08:00
Zhou Xiao
2dd08b401c feat(ble): add priority level config on ESP32-C6
(cherry picked from commit 09337109b7)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-10-23 15:12:35 +08:00
Zhou Xiao
8acba301d2 fix(ble): fix ble wakeup causes error on ESP32-H2
(cherry picked from commit 5ff01bf027)

Co-authored-by: cjin <jinchen@espressif.com>
2025-10-23 15:12:35 +08:00
Zhou Xiao
7c9ae1daad fix(ble): fix ble wakeup causes error on ESP32-C6
(cherry picked from commit 4d1872c66d)

Co-authored-by: cjin <jinchen@espressif.com>
2025-10-23 15:12:34 +08:00