Commit Graph

49603 Commits

Author SHA1 Message Date
Island d09bda1f93 Merge branch 'feat/ble_log_xor_checksum' into 'master'
feat(ble): added xor checksum for integrity check performance optimization

Closes BLERP-2473

See merge request espressif/esp-idf!44423
2025-12-24 11:11:26 +08:00
Jiang Jiang Jian 7df4a82062 Merge branch 'bugfix/fix_crash_issue_when_send_espnow_data_in_he_phymode' into 'master'
fix(wifi): fixed the crash issue when send espnow data in HE phymode

Closes WIFIBUG-1644

See merge request espressif/esp-idf!44474
2025-12-24 10:55:17 +08:00
hebinglin 7cba4c8c4c feat(esp_hw_support): support clock output in esp32h4 mp 2025-12-24 10:50:34 +08:00
armando f8135a43cb fix(cache): fixed cache sync ops concurrent call issue
Closes https://github.com/espressif/esp-idf/issues/18023
2025-12-24 01:12:47 +00:00
harshal.patil 60637470c2 test(ota): Add tests for verifying app build's SBv2 ECDSA signature verify APIs 2025-12-23 23:24:46 +05:30
Sudeep Mohanty a65c83264f Merge branch 'fix/freertos_tick_hook_test' into 'master'
fix(freertos): Added stability fixes to tick hook test

Closes IDFCI-7671, IDFCI-7672, IDFCI-7679, and IDFCI-7680

See merge request espressif/esp-idf!44402
2025-12-23 17:52:28 +01:00
Astha Verma bb6cb452b2 fix(nimble): Modify GATT data storage structure in NVS during gatt caching 2025-12-23 21:21:53 +05:30
Rahul Tank 6a35469877 Merge branch 'feat/add_static_passkey' into 'master'
feat(nimble): Add support for static passkey

See merge request espressif/esp-idf!41726
2025-12-23 21:06:28 +05:30
Wang Ning 5aa4ba68d0 Merge branch 'docs/update_get_started_for_eim' into 'master'
Docs: Update Get Started for EIM

Closes DOC-12744

See merge request espressif/esp-idf!43092
2025-12-23 22:29:08 +08:00
Wang Ning 9f10058395 Docs: Update Get Started for EIM 2025-12-23 22:29:08 +08:00
morris 95cdf17c13 Merge branch 'ci/pyparsing_update' into 'master'
ci: update api usage to avoid deprecation warnings

See merge request espressif/esp-idf!44476
2025-12-23 22:18:13 +08:00
Wu Zheng Hui de6068006f Merge branch 'refactor/independent_esp_hal_pmu' into 'master'
feat(hal): graduate pmu/rtc_cntl hal driver into a new component: esp_hal_pmu

Closes IDF-14110

See merge request espressif/esp-idf!44196
2025-12-23 22:05:48 +08:00
Sudeep Mohanty fb3b5d93cc test(freertos): Added support for gcov code coverage for FreeRTOS source files
This commit adds the following:
- Added support to FreeRTOS component to report code coverage using gcov
  and app trace.
- Added a new sdkconfig.ci.code_coverage for code coverage tests.
- Added a new Kconfig option CONFIG_FREERTOS_ENABLE_COVERAGE_TESTS to
  control the code instrumentation.
- Added an idf_component.yml file to the test_app to fetch the esp_gcov
  component from the component registry.
- Updated the README to explain how to take code coverage data.
2025-12-23 13:48:59 +01:00
Sudeep Mohanty ededccc839 test(freertos): Optimize pytest test coverage to reduce redundant test runs
This commit optimizes the FreeRTOS test matrix to reduce test execution
time while maintaining the required test coverage.
2025-12-23 13:48:59 +01:00
Sudeep Mohanty ff2fac5581 fix(cmakev2): Remove redundant picolibc flags from project.cmake
This commit removes picolibc flags from project.cmake file since they
are added by the esp_libc component when project_include.cmake files are
evaluated.
2025-12-23 13:22:15 +01:00
Sudeep Mohanty 9855054929 fix(cmakev2): Fix the order of project initialization in cmakev2
This commit moves the project initialization by moving the
__init_project_configuration() after the sdkconfig is generated and
included. This is because __init_project_configuration() depends on
config options.
2025-12-23 13:20:24 +01:00
Tan Yan Quan 089d2410ab feat(openthread): update OT upstream to a12ff0d0f
* esp-openthread: thread_zigbee/esp-openthread@77b4edfd8
* openthread: espressif/openthread@a12ff0d0f
* esp-idf: espressif/esp-idf@71bbb45fa
2025-12-23 11:19:05 +00:00
armando 3a50531dab fix(sdmmc): fixed header structure not shown in doc issue 2025-12-23 18:47:42 +08:00
Xu Si Yu a311c44ba0 feat(802.15.4): remove tx pending feature 2025-12-23 18:28:04 +08:00
Mahavir Jain 13fcd60e13 Merge branch 'bugfix/bug_bounty_ble_issue' into 'master'
fix(protocomm): Add security checks for buffer overflow and incorrect length handling

See merge request espressif/esp-idf!43920
2025-12-23 15:21:01 +05:30
morris 8714b80d14 Merge branch 'fix/dpi_video_timing_adjust' into 'master'
Enhance MIPI DSI video timing configuration

Closes IDF-11860

See merge request espressif/esp-idf!44243
2025-12-23 17:48:23 +08:00
Chen Chen 0a73a23784 ci: update api usage to avoid deprecation warnings 2025-12-23 16:55:11 +08:00
Sudeep Mohanty 5a847394f9 Merge branch 'fix/freertos_delete_block_tasks_test' into 'master'
test(freertos): Added stability fixes to the delete blocked tasks test

Closes IDFCI-3701, IDFCI-3718, IDFCI-4709, IDFCI-6443, and IDFCI-7544

See merge request espressif/esp-idf!44403
2025-12-23 09:41:54 +01:00
Sudeep Mohanty 4670eb31c6 Merge branch 'fix/freertos_suspen_resume_test_memory_leak' into 'master'
test(freertos): Fix race condition in suspend-resume tests

Closes IDFCI-4849, IDFCI-6992, IDFCI-7148, IDFCI-7167, IDFCI-7192, IDFCI-7267, IDFCI-7269, IDFCI-7281, and IDFCI-7533

See merge request espressif/esp-idf!44395
2025-12-23 09:36:05 +01:00
Xu Si Yu 71bbb45fa2 feat(openthread): add message pool deinitialization 2025-12-23 16:21:02 +08:00
Wang Meng Yang a71649eab7 Merge branch 'change/remove_unused_marco_defines_for_rssi_limit' into 'master'
change(bt): Remove RSSI threshold-related macros

See merge request espressif/esp-idf!44434
2025-12-23 16:20:25 +08:00
zhangyanjiao 991cd3b4e8 fix(wifi): fixed the crash issue when send espnow data in HE phymode 2025-12-23 16:09:12 +08:00
Shen Meng Jing 41846031c9 Merge branch 'docs/fix_a_typo' into 'master'
docs: Fix one small typo in esp-wifi-mesh.rst

See merge request espressif/esp-idf!44430
2025-12-23 14:10:13 +08:00
igor.udot 907b3b79ad ci: docs artifacts expiration time 2025-12-23 13:18:20 +08:00
Tan Yan Quan ff73977609 feat(openthread): update OT upstream to a12ff0d0f 2025-12-23 12:23:36 +08:00
Island 57cba39fb8 Merge branch 'feat/ble_log_v2_hci_log_support' into 'master'
Feat/ble log v2 hci log support

Closes BLERP-2478

See merge request espressif/esp-idf!44435
2025-12-23 11:53:52 +08:00
Shen Mengjing 27436b3e61 docs: Fix one small typo in esp-wifi-mesh.rst 2025-12-23 11:27:28 +08:00
Zhou Xiao 2b9c7471d0 fix(ble): added null pointer check in ble log ts submodule 2025-12-23 11:12:20 +08:00
Zhou Xiao d1d07eb60a fix(ble): added missed ts sync reset 2025-12-23 11:12:20 +08:00
Zhou Xiao c604afa272 feat(ble): added xor checksum for integrity check performance optimization 2025-12-23 11:12:14 +08:00
Chen Ji Chang 4386356993 Merge branch 'fix/set_dma_incr_fail_on_p4eco5' into 'master'
fix(gdma): fix set dma burst size failure on p4 v3.0

See merge request espressif/esp-idf!44450
2025-12-23 10:35:34 +08:00
zhanghaipeng da4793ce71 fix(ble/bluedroid): Improve robustness during host enable procedure 2025-12-23 10:24:00 +08:00
zhanghaipeng a721e94a0f fix(bt): fix BLE security issue in controller and HCI packet parser 2025-12-23 10:24:00 +08:00
zhanghaipeng c762832600 fix(ble/hci): Fix OOB read in ble_adv_scan_combined example 2025-12-23 10:24:00 +08:00
zhanghaipeng a36bf7fe14 fix(ble/bluedroid): Added security check in example Bluedroid_GATT_Server 2025-12-23 10:24:00 +08:00
morris 5b4e3c053e Merge branch 'refactor/gdma_link_skip_null_buffer' into 'master'
skip the NULL buffer in DMA mount pre-check

See merge request espressif/esp-idf!44369
2025-12-23 10:09:46 +08:00
Rahul Tank da026039ba feat(nimble): Add support for static passkey 2025-12-22 21:13:02 +05:30
morris 3c47e1509b fix(drivers): enlarge the default DMA burst size in peripheral drivers 2025-12-22 22:09:15 +08:00
morris 29560e6102 refactor(gdma): skip the null buffer in mount pre-check 2025-12-22 22:02:28 +08:00
radek.tandler f0c7d9b6c6 fix(nvs_flash): Fixed order of page state change to allow recovery 2025-12-22 14:57:57 +01:00
Chen Jichang e1348d074c fix(gdma): fix set dma burst size failure on p4 v3.0 2025-12-22 20:16:06 +08:00
Zhou Xiao bb2b2d34ca feat(ble): supported ble log v2 hci log for Bluedroid host 2025-12-22 18:30:04 +08:00
Zhou Xiao 92eb5a34ae feat(ble): supported ble log v2 hci log for NimBLE host 2025-12-22 18:29:27 +08:00
Ondrej Kosta c16c4abfda Merge branch 'fix/enable_p4v3_tests' into 'master'
fix(ci): re-enabled ESP32P4 tests on different HW vers

Closes ITOPS-204

See merge request espressif/esp-idf!44167
2025-12-22 16:10:41 +08:00
wuzhenghui 04ebe9e24f feat(esp_hal_pmu): move pau_hal driver into esp_hal_pmu component 2025-12-22 16:03:52 +08:00