Wu Zheng Hui
8220859330
Merge branch 'fix/fix_esp32_int_wdt_workaround_break_sleep_process' into 'master'
...
fix(esp_system): disable esp32 cache livelock int_wdt workaround in ipc_isr_stall
Closes IDFCI-7791
See merge request espressif/esp-idf!45645
2026-03-18 19:07:17 +08:00
Jiang Jiang Jian
7133708406
Merge branch 'bugfix/wps_deauth_during_scan' into 'master'
...
fix(wifi): ignore disconnect events outside WPS handshake phase in WPS
Closes WIFIBUG-1616
See merge request espressif/esp-idf!46370
2026-03-18 19:06:36 +08:00
morris
61b9df4490
Merge branch 'fix/coverity_mspi_overflowed_constant' into 'master'
...
Fix(mspi): overflowed constant issue reported by coverity
Closes IDF-13123 and IDF-13042
See merge request espressif/esp-idf!46680
2026-03-18 17:46:04 +08:00
Aditya Patwardhan
1e75562404
Merge branch 'fix/fix_psa_sha_driver_macro_checks' into 'master'
...
fix(mbedtls): Gate PSA SHA driver on ACCEL flags instead of raw SOC caps
Closes IDFGH-17384
See merge request espressif/esp-idf!46685
2026-03-18 13:53:17 +05:30
Fu Hanxi
135a9fc69f
Merge branch 'ci/fix-exclude-dir-check-build-test-rules' into 'master'
...
ci: fix check-build-test-rules exclude-dir
See merge request espressif/esp-idf!46722
2026-03-18 08:51:43 +01:00
Sudeep Mohanty
4d15351959
Merge branch 'test/buildv2_pytest_project' into 'master'
...
test(cmakev2): Add pytest tests for project APIs
See merge request espressif/esp-idf!46286
2026-03-18 07:50:54 +01:00
Ondrej Kosta
ed85f7335f
Merge branch 'fix/emac_pll' into 'master'
...
docs(esp_eth): added test to verify A/MPLL configuration
Closes IDF-11629
See merge request espressif/esp-idf!45978
2026-03-18 14:20:52 +08:00
Marius Vikhammer
71b9c4247c
Merge branch 'fix/readme-supported-targets-kconfig-test-app' into 'master'
...
docs(test_build_system): add supported targets table to kconfig_test_app README
See merge request espressif/esp-idf!46718
2026-03-18 12:58:35 +08:00
Fu Hanxi
9f7ec2626e
ci: fix check-build-test-rules exclude-dir
2026-03-18 11:39:41 +08:00
wuzhenghui
ce6f23e11e
feat(doc): add docs for sleep console UART handling strategies
2026-03-18 11:29:55 +08:00
wuzhenghui
d45606bf1d
fix(esp_hw_support): disable esp32eco3 livelock workaround to sleep process
2026-03-18 11:29:55 +08:00
wuzhenghui
6f1bea6a5d
refactor(esp_system): ind_wdt.c refactor & code clean
...
1. introduce reconfigure_ticks function for wdt configuration
2. move esp32eco3 cache livelock workaround code out from int_wdt.c
2026-03-18 11:29:51 +08:00
Jiang Jiang Jian
4307880020
Merge branch 'fix/set_config_modification' into 'master'
...
Make some changes in get_config api
Closes WIFIBUG-1570 and WIFIBUG-1673
See merge request espressif/esp-idf!43518
2026-03-18 10:51:48 +08:00
Marius Vikhammer
4e000a41d5
docs(test_build_system): add supported targets table to kconfig_test_app README
...
The check-all-apps-readmes pre-commit hook detected that
kconfig_test_app/README.md was missing the supported targets table.
Added the full table including esp32h21, esp32h4, and esp32s31.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-18 10:40:13 +08:00
Wu Zheng Hui
7e3fe7023f
Merge branch 'feat/add_retention_test_back' into 'master'
...
feat: add sleep retention UT test back
Closes IDFCI-8836
See merge request espressif/esp-idf!46621
2026-03-18 10:10:56 +08:00
Laukik Hase
9f671697e2
Merge branch 'ci/esp_tee_fixes' into 'master'
...
feat(esp_tee): Miscellaneous fixes and improvements
Closes IDFCI-7275, IDFCI-7699, IDFCI-8744, IDF-14975, and IDF-15028
See merge request espressif/esp-idf!46598
2026-03-18 07:19:51 +05:30
Sonika Rathi
80abad3d69
Merge branch 'fix/f_getfree_crash_issue' into 'master'
...
fix(fatfs): fix f_getfree crash when volume not mounted or mount failed
Closes IDF-9995
See merge request espressif/esp-idf!45982
2026-03-18 01:39:06 +08:00
sonika.rathi
bcfc900fe1
fix(fatfs): remove incorrect retval description from void ff_mutex_delete
2026-03-17 15:37:18 +01:00
sonika.rathi
5381064130
fix(fatfs): fix f_getfree crash when volume not mounted or mount failed
2026-03-17 15:37:17 +01:00
Meet Patel
3cef5673ff
Merge branch 'refactor/enable_fsm_and_riscv_ulp_simultaneously' into 'master'
...
refactor(ulp): Allow both ULP-FSM and ULP-RISCV to enable at build time
Closes IDFGH-11916
See merge request espressif/esp-idf!45751
2026-03-17 19:29:43 +05:30
Jakub Kocka
6fc4116876
Merge branch 'ci/windows_profiling' into 'master'
...
Profiling for Windows runners and enhancing the tests in the scope of time complexity
Closes IDF-14137
See merge request espressif/esp-idf!44163
2026-03-17 19:45:56 +08:00
Samuel Obuch
cec3fd13f9
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20260304' into 'master'
...
feat(tools): update openocd version to v0.12.0-esp32-20260304
See merge request espressif/esp-idf!46350
2026-03-17 16:48:36 +08:00
Armando (Dou Yiwen)
660b4d36bf
Merge branch 'change/deprecate_tcm_and_use_scp' into 'master'
...
fix(spm): rename scp (scratchpad) to spm (scratchpad memory)
See merge request espressif/esp-idf!46659
2026-03-17 08:38:18 +00:00
Ashish Sharma
2a22a22fd4
Merge branch 'fix/migration_guide_secure_boot_192_curve_deprecation' into 'master'
...
fix(secure_boot): marks 192 bit support curve legacy
See merge request espressif/esp-idf!46255
2026-03-17 15:32:58 +08:00
tarun.kumar
786a2fa5c0
fix(wifi) : Make some changes in get_config api
2026-03-17 12:02:07 +05:30
Sarvesh Bodakhe
2a5ff3943f
fix(wifi): ignore disconnect events outside WPS handshake phase in wps
...
wifi_station_wps_start() calls esp_wifi_disconnect() to leave a
previously connected AP before scanning for WPS registrars. When the
STA is already connected, the async disconnect event triggers
wps_sm_notify_deauth() which incorrectly treats it as a handshake failure,
disabling WPS entirely.
Guard wps_handle_failure() so it only fires when wps_get_status() is
WPS_STATUS_PENDING, i.e. the STA has found a WPS AP and is actively
in the M1-M8 exchange.
2026-03-17 11:26:32 +05:30
Mahavir Jain
7a6cff801f
Merge branch 'bugfix/external_mem_enc_docs' into 'master'
...
docs: update PSRAM and flash encryption docs with per-page and separate key capabilities
Closes FCS-1859
See merge request espressif/esp-idf!46238
2026-03-17 11:15:40 +05:30
Ashish Sharma
eb3922dd12
fix(mbedtls): fixes incorrect macro checks in PSA SHA driver
...
Closes https://github.com/espressif/esp-idf/issues/18354
2026-03-17 13:18:28 +08:00
Armando (Dou Yiwen)
5650bd5447
Merge branch 'change/isp_sampling_point' into 'master'
...
isp: improve sampling point for AE and AWB
Closes IDF-15293
See merge request espressif/esp-idf!46649
2026-03-17 04:54:36 +00:00
Jiang Jiang Jian
9d4eb85854
Merge branch 'bugfix/roc_rx_policy' into 'master'
...
bugfix(usd): Resolve multicast RX issue in AX capable chips
Closes WIFIBUG-1659, WIFIBUG-1244, and WIFIBUG-1736
See merge request espressif/esp-idf!45979
2026-03-17 12:27:38 +08:00
Ashish Sharma
26d295ac94
Merge branch 'feat/delete_content_length_header_with_transfer_encoding' into 'master'
...
fix(esp_http_client): delete Content-Length header when using Transfer-Encoding
Closes IDFGH-17249
See merge request espressif/esp-idf!46658
2026-03-17 12:19:03 +08:00
morris
0e8006dfea
Merge branch 'fix/i2c_null_check' into 'master'
...
fix(i2c): add NULL check and correct log
See merge request espressif/esp-idf!46662
2026-03-17 11:15:03 +08:00
morris
05a49f8be0
fix(mspi): constant overflow issue reported by coverity
2026-03-17 11:09:03 +08:00
Ashish Sharma
22c384ca9f
Merge branch 'docs/add_psa_drivers_guide' into 'master'
...
doc: adds RSA DS docs for PSA Migration
Closes IDF-15242
See merge request espressif/esp-idf!45517
2026-03-17 10:27:02 +08:00
Ashish Sharma
d8b02883dc
fix(secure_boot): marks 192 bit support curve legacy
2026-03-17 10:25:44 +08:00
armando
c60ed4b338
fix(spm): rename scp (scratchpad) to spm (scratchpad memory)
2026-03-17 01:29:34 +00:00
renpeiying
f25237145a
docs: Add Chinese translation
2026-03-16 22:09:47 +05:30
Meet Patel
5df38b48f4
docs(ulp): Updated the docs for ULP fsm and ULP riscv support
...
Updated the documentation of ULP, as we have updated kconfig options
and build files to allow selecting both ULP FSM and ULP RISCV
simultaneously at compile time.
2026-03-16 22:09:06 +05:30
Akshat Agrawal
66a25379c0
bugfix(usd): Resolve multicast RX issue in AX capable chips
...
- Limit the NAN_DE_MAX_SERVICE to avoid Starvation of the second service
2026-03-16 19:33:46 +05:30
Jiang Jiang Jian
2757e0b87e
Merge branch 'bugfix/wifibug-1649' into 'master'
...
fix(wifi): return specific error in API
Closes WIFIBUG-1649
See merge request espressif/esp-idf!44614
2026-03-16 21:24:28 +08:00
Samuel Obuch
b930bf18d0
ci(esp32p4,esp32h21): enable usb-serial-jtag tests
2026-03-16 21:14:45 +08:00
Samuel Obuch
da64e9216e
docs(jtag-debugging): update program_esp parameters for new OpenOCD version
2026-03-16 21:14:45 +08:00
Erhan Kurubas
33e90fb10a
feat(tools): update openocd version to v0.12.0-esp32-20260304
2026-03-16 21:14:45 +08:00
wuzhenghui
2bcc29510a
fix(esp_hw_support): move timers suspend/resume to misc modules prepare
2026-03-16 20:37:08 +08:00
Jakub Kocka
31b36e4428
fix(ci): Fixed Tools related CI tests
2026-03-16 12:55:57 +01:00
Zhang Wen Xu
642a2d2f54
Merge branch 'feat/support_wifi_infinite_retry' into 'master'
...
feat(protocol_examples_common): support infinite retries for example_handler_on_wifi_disconnect
See merge request espressif/esp-idf!46609
2026-03-16 11:47:29 +00:00
Hu Rui
9f412d6026
fix(i2c): add NULL check and correct log
2026-03-16 19:13:28 +08:00
Wang Meng Yang
594679aa73
Merge branch 'bugfix/fix_call_spp_start_discovert_twice_crash' into 'master'
...
fix(bt): fix crash when calling esp_spp_start_discovery twice in succession
Closes IDFCI-6478 and IDFCI-8863
See merge request espressif/esp-idf!46343
2026-03-16 19:04:10 +08:00
Sudeep Mohanty
e53d8e9a74
test(cmakev2): Add pytest tests for project APIs
2026-03-16 10:57:26 +01:00
Ashish Sharma
795f0466b6
fix(esp_http_client): delete Content-Length header when using Transfer-Encoding
...
Closes https://github.com/espressif/esp-idf/issues/18242
2026-03-16 17:31:07 +08:00