Commit Graph

49603 Commits

Author SHA1 Message Date
morris 512b499e1b refactor: remove gdma_trigger_peripheral_t 2026-01-12 13:47:54 +08:00
Igor Udot 1b55ab941a Merge branch 'docs/idf_parametrize' into 'master'
docs(pytest): improve documentation with idf_parametrize use cases

See merge request espressif/esp-idf!43824
2026-01-12 12:02:07 +08:00
Chen Jichang 13efd171c7 fix(gdma): fix dma burst size when flash enc enabled 2026-01-12 11:52:08 +08:00
Adam Múdry b831cccdd3 Merge branch 'fix/example_sd_card_pytest_wrong_timeout' into 'master'
fix(examples): Fixed wrong timeout placement in examples/sd_card/* pytest

Closes IDFCI-7325

See merge request espressif/esp-idf!44944
2026-01-12 04:31:53 +01:00
Jiang Jiang Jian 4a2c47e4d4 Merge branch 'bugfix/fix_pvt_after_sleep' into 'master'
fix(pvt): fix pvt retention bug,replace pvt_retention with pvt_init

See merge request espressif/esp-idf!44925
2026-01-12 11:22:59 +08:00
igor.udot 1354f3026a docs(pytest): improve documentation with idf_parametrize use cases 2026-01-12 10:47:40 +08:00
hebinglin e08dd5b1da change(soc): update pmu icg mapping in esp32h4mp 2026-01-12 10:40:55 +08:00
hebinglin f53a9a3a76 feat(esp_hw_support): support hp uart wakeup with 4 modes in esp32h4 2026-01-12 10:40:55 +08:00
hebinglin d447d5105e feat(esp_hw_support): support ICG control for peripherals in esp32h4 2026-01-12 10:40:55 +08:00
Armando (Dou Yiwen) 8393ffc2fd Merge branch 'fix/fix_mspi_dma_burst_c5_eco2' into 'master'
mspi: fixed mspi dma burst timing issue on c5 eco0-2 and c6 eco0-3

Closes IDF-15126

See merge request espressif/esp-idf!44767
2026-01-12 02:18:17 +00:00
Erhan Kurubas 14c16bee61 feat(coredump): add coredump_noinit attribute 2026-01-11 18:57:37 +03:00
Zhi Wei Jian 5607427020 Merge branch 'fix/fix_bluedroid_host_build_warnning_if_gattc_gatts_smp_all_disabled' into 'master'
fix(ble/bluedroid): Fixed bluedroid host build warning if GATTC/S and SMP are disabled

See merge request espressif/esp-idf!44948
2026-01-10 02:43:37 +08:00
He Binglin 8ed8d2ad01 Merge branch 'fix/kconfig_new_rules' into 'master'
fix(ci): add kconfig_new back to rules.yml

See merge request espressif/esp-idf!44971
2026-01-09 19:50:47 +08:00
Jiang Jiang Jian 1be9788f0c Merge branch 'change/ble_update_lib_20260108' into 'master'
change(ble): [AUTO_MR] 20260108 - Update ESP BLE Controller Lib

Closes BLERP-2519

See merge request espressif/esp-idf!44915
2026-01-09 18:57:58 +08:00
yinqingzhao 80ee62d104 test(system): add esp32c61 eco4 build test 2026-01-09 17:24:59 +08:00
Frantisek Hrbata 35ded4835d fix(ci): add kconfig_new back to rules.yml
The 8bbcdb116d ("ci(gitlab): Improve tools host test dependencies")
removed `kconfig_new` from rules.yml leading to the following pre-commit
failure.

```bash
Check tools dir files
patterns...........................................................Failed
- hook id: check-tools-files-patterns
- exit code: 1

This test is used for making sure of all the tools dir files are
recorded in .gitlab/ci/rules.yml to trigger the related tests, except
those files should be excluded.
Missing Files:
	tools/kconfig_new/prepare_kconfig_files.py
	tools/kconfig_new/config.env.in
	tools/kconfig_new/confgen.py
	tools/kconfig_new/confserver.py
	tools/kconfig_new/config_buildv2.env.in
Please add these files or glob patterns to ".gitlab/ci/rules.yml" and
put related files under ".patterns-<test_group>" block to trigger
related tests.
Or add them to "tools/ci/exclude_check_tools_files.txt" to exclude them.
```

Fixes: 8bbcdb116d ("ci(gitlab): Improve tools host test dependencies")
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2026-01-09 10:05:18 +01:00
Zhang Wen Xu e54b8e7f23 Merge branch 'feat/split_154_hal_components' into 'master'
feat(ieee802154): separated the 802.15.4 HAL codes from the HAL component

Closes IDF-15096

See merge request espressif/esp-idf!44855
2026-01-09 08:49:26 +00:00
Tan Yan Quan 16c6765e0a feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-09 16:47:06 +08:00
Tan Yan Quan 0b6facabf4 feat(openthread): migrate iperf to use iperf-cmd component 2026-01-09 16:46:59 +08:00
Guillaume Souchere 974f610d11 Merge branch 'feat/esp-event-default-loop-in-ext-ram' into 'master'
feat(esp_event): Add option to allocate event loop in external RAM

Closes IDF-14468

See merge request espressif/esp-idf!43510
2026-01-09 09:43:11 +01:00
liuning 3ea7da1e1a feat(coex): support c5 eco3 and c61 eco4 coexist rom 2026-01-09 16:34:20 +08:00
yinqingzhao a46f67ab91 feat(wifi): update wifi lib for esp32c5 eco3 and esp32c61 eco4 support 2026-01-09 16:34:20 +08:00
yinqingzhao c29d741b13 feat(wifi): update esp32c61 ld files 2026-01-09 16:34:20 +08:00
Sudeep Mohanty c545396e87 Merge branch 'bugfix/lp_mailbox_interrupt_fix' into 'master'
fix(lp_mailbox): Fixed LP mailbox operation when LP core interrupts are enabled

Closes IDFGH-17058

See merge request espressif/esp-idf!44918
2026-01-09 09:00:08 +01:00
zlq 02f3974b6a fix(pvt): fix pvt retention bug,replace pvt_retention with pvt_init 2026-01-09 15:55:38 +08:00
morris 3bf3249cd6 Merge branch 'feat/isp_awb_example' into 'master'
Feat/isp awb example

Closes IDF-10498

See merge request espressif/esp-idf!43946
2026-01-09 15:04:52 +08:00
yinqingzhao 4e521d78a1 feat(rom): add esp32c61 eco4 ld files 2026-01-09 14:06:33 +08:00
yinqingzhao d5a9a60531 feat(wifi): update esp32c5 eco3 ld files 2026-01-09 14:06:33 +08:00
Mahavir Jain 84e99ede1d Merge branch 'fix/aes-dma-psram-output-cache-operation-change' into 'master'
Cache invalidate the output buffer before the AES-DMA operation

See merge request espressif/esp-idf!44871
2026-01-09 10:26:42 +05:30
Mahavir Jain b996cef2b3 Merge branch 'feature/add_psa_md5_driver' into 'master'
feat: adds PSA MD5 driver support

Closes IDF-15029

See merge request espressif/esp-idf!44794
2026-01-09 10:06:58 +05:30
Kevin (Lao Kaiyao) ae912326a5 Merge branch 'feature/add_more_channel_info' into 'master'
feat(i2s): support to get more channel info

See merge request espressif/esp-idf!44604
2026-01-09 11:17:20 +08:00
radek.tandler 7dca5f208f feat(nvs_flash): Added option enabling verification of flash erase operation - doc 2026-01-09 11:14:09 +08:00
radek.tandler 4806d2e57f feat(nvs_flash): Added option enabling verification of flash erase operation 2026-01-09 11:14:08 +08:00
zhiweijian 937a4648c7 fix(ble/bluedroid): Fixed bluedroid build warning if GATTC/S and SMP are disabled 2026-01-09 11:11:48 +08:00
Wan Lei 1b82e01144 Merge branch 'fix/spi_master_set_idle_data_pin' into 'master'
fix(driver_spi): spi master set idle level for all data pin

See merge request espressif/esp-idf!44831
2026-01-09 11:03:00 +08:00
armando af94ab909c fix(uhci): fixed rx buffer potential corruption issue due to cache coherence issue caused by autowriteback 2026-01-09 10:38:16 +08:00
armando 41e854d7df fix(mspi): fixed mspi dma burst timing issue 2026-01-09 10:37:49 +08:00
Li Shuai 3a62fdba66 Merge branch 'bugfix/idfci-7928' into 'master'
fix ci failed test case of Automatic light occurs when tasks are suspended

Closes IDFCI-7928, IDFCI-3963, and IDFCI-4189

See merge request espressif/esp-idf!44895
2026-01-09 10:22:03 +08:00
Rahul Tank 72e4b08f50 Merge branch 'bugfix/fix_sending_packet' into 'master'
fix(nimble): Add packet sending change in case of controller only configuration

See merge request espressif/esp-idf!44884
2026-01-08 21:52:22 +05:30
Adam Múdry fdaeef206c fix(examples): Fixed wrong timeout placement in examples/sd_card/* pytest 2026-01-08 15:19:35 +01:00
Island a8cfb404e5 Merge branch 'fix/change_some_example_config' into 'master'
feat(ble/bluedroid): Add new bluedroid host examples (master)

Closes BLERP-2492

See merge request espressif/esp-idf!44896
2026-01-08 21:03:13 +08:00
Radek Tandler 0fa490524a Merge branch 'bugfix/nvs_flash_space_reclaim' into 'master'
fix(nvs_flash): Fixed sequence of page state changes to allow correct recovery when power is interrupted

See merge request espressif/esp-idf!44454
2026-01-08 13:44:28 +01:00
Jiang Jiang Jian 382dbc04ea Merge branch 'bugfix/fix_esp32_phy_init_bb_clock_issue' into 'master'
bugfix(wifi): fix incomplete phy initialization due to absence of bb clocks at...

Closes ESPCS-1007 and ESPCS-997

See merge request espressif/esp-idf!42511
2026-01-08 20:32:04 +08:00
Island 41a714df3a Merge branch 'fix/ble_mesh_blob_issue_fix' into 'master'
fix(ble_mesh): Miscellaneous fixes for blob

Closes BLERP-2503

See merge request espressif/esp-idf!44663
2026-01-08 20:11:53 +08:00
Jiang Jiang Jian c80ddfc70b Merge branch 'fix/wpa_ap_crash' into 'master'
fix(wpa_supplicant): fix race where STA is freed before WPA3 SAE finishes

See merge request espressif/esp-idf!44583
2026-01-08 19:39:42 +08:00
Sudeep Mohanty c002cb67d1 fix(lp_mailbox): Fixed LP mailbox operation when LP core interrupts are enabled
This commit fixes the following issues with the LP mailbox when LP core
interrupts are enabled -
1. Removed static storage classifier on the interrupt handler to remove
   internal linkage and allow the linker to override the weak symbol.
2. Fixed a bug in the interrupt handler where the ACK bit interrupt was
   not being cleared correctly.
3. Fixed a bug in the LP core interrupt handler where the message mask
   was not being set correctly.

Closes https://github.com/espressif/esp-idf/issues/18095
2026-01-08 11:14:07 +01:00
Li Shuai 1494370a40 change(esp_pm): fix ci failed test case of Automatic light occurs when tasks are suspended 2026-01-08 17:48:33 +08:00
Guillaume Souchere 0c570d860d feat(esp_event): Add option to allocate event loop in external RAM 2026-01-08 10:38:43 +01:00
Zhou Xiao 69522eaedb change(ble): [AUTO_MR] Update lib_esp32c6 to acf48208 2026-01-08 17:25:57 +08:00
Zhou Xiao d61e0bf975 change(ble): [AUTO_MR] Update lib_esp32c5 to acf48208 2026-01-08 17:25:57 +08:00