Commit Graph

50942 Commits

Author SHA1 Message Date
Ondrej Kosta 0f8dd0cf5b fix(eth/examples): fixed ethernet_init dependency to v1.3.0 2026-03-23 12:30:11 +01:00
morris a02fd7e33b Merge branch 'feat/analog_cmpr_esp32h21' into 'master'
support analog comparator on esp32h21

Closes IDF-13671 and IDF-11615

See merge request espressif/esp-idf!46819
2026-03-23 15:55:52 +08:00
Sudeep Mohanty a4c08d3c51 Merge branch 'task/fix_flaky_freertos_psram_test' into 'master'
fix(freertos): Fix flaky PSRAM tests for freertos

Closes IDFCI-7953

See merge request espressif/esp-idf!46781
2026-03-23 08:40:54 +01:00
He Binglin 1180967ff7 Merge branch 'change/esp_idf_flash_dpd_in_safe' into 'master'
Change: place flash dpd code in iram safe and add restart cases when rtc_clk iram opt

See merge request espressif/esp-idf!45311
2026-03-23 15:35:25 +08:00
Island 5f1f1d4c88 Merge branch 'fix/delete_pytest_ble50_security_min_bin_and_log_off' into 'master'
fix(ble/bluedroid): Delete ble50_security min_bin and log_off pytest case

See merge request espressif/esp-idf!46841
2026-03-23 15:29:05 +08:00
Island d16443f11e Merge branch 'fix/fix_bluedroid_gattc_gatts_coex_example_params_error' into 'master'
fix(ble/bluedroid): Fixed Incorrect use of event parameters in gattc_gatts_coex

See merge request espressif/esp-idf!46770
2026-03-23 15:28:52 +08:00
Island 1c99ea52c1 Merge branch 'bugfix/optimize_bluedroid_host_code_new' into 'master'
fix(ble/bluedroid): Use the same legacy gap callback instead of each independent legacy gap event callback

Closes BLERP-2639

See merge request espressif/esp-idf!46344
2026-03-23 15:28:46 +08:00
Island c0dfdf9c3b Merge branch 'fix/disable_some_params_check_in_cte_apis' into 'master'
disable some parameters check in CTE APIs

Closes BLERP-2644

See merge request espressif/esp-idf!46835
2026-03-23 15:28:15 +08:00
Mahavir Jain 601f0ca0cd Merge branch 'fix/cert_bundle_sem_timeout_fpga' into 'master'
fix(mbedtls): disable cert bundle tests under mbedtls test_apps in FPGA env

See merge request espressif/esp-idf!46479
2026-03-23 12:28:35 +05:30
Chen Ji Chang 50285436bb Merge branch 'fix/fix_parlio_tx_sample_edge' into 'master'
change(parlio_tx): use shift edge instead sample edge

See merge request espressif/esp-idf!46628
2026-03-23 14:52:05 +08:00
Island 2a2f6dc536 Merge branch 'bugfix/fix_ble_controller_emi_assert' into 'master'
fix(ble): Fixed BLE assert in "emi.c" when low memory

Closes BLERP-2642

See merge request espressif/esp-idf!46766
2026-03-23 14:28:17 +08:00
nilesh.kale 31c88b7a4d fix(mbedtls): disable cert bundle tests in FPGA env 2026-03-23 13:53:54 +08:00
Kapil Gupta 24dd3d563e Merge branch 'feat/sae_calculation_optimizations' into 'master'
esp_wifi: Optimize crypto operations for SAE

Closes WIFIBUG-1760, WIFIBUG-1363, WIFIBUG-1701, WIFIBUG-1246, and IDF-15009

See merge request espressif/esp-idf!46539
2026-03-23 10:55:24 +05:30
Jiang Jiang Jian 56f95eac0b Merge branch 'bugfix/fix_hplpgap_assert_in_pvt_func' into 'master'
feat(pvt): fix hplpgap assert error in pvt func on master

See merge request espressif/esp-idf!46809
2026-03-23 12:18:16 +08:00
Jiang Jiang Jian e15da72443 Merge branch 'fix/ci_wifi_unit_test' into 'master'
ci: fix wifi unit test nvs_config

See merge request espressif/esp-idf!46807
2026-03-23 12:16:09 +08:00
Armando (Dou Yiwen) 39cf9cc0ee Merge branch 'change/added_mspi_str_odd_divider_check' into 'master'
mspi: added sdr divider check to be not odd divider

See merge request espressif/esp-idf!46543
2026-03-23 03:43:52 +00:00
zhiweijian 7d68662c18 disable some parameters check in CTE APIs 2026-03-23 11:09:14 +08:00
Chen Yudong 67f8ba021f ci: fix wifi unit test nvs_config 2026-03-23 11:08:31 +08:00
Jiang Jiang Jian d815d78280 Merge branch 'bugfix/support_auto_mode_connect_passive_channel_hhidden_ap' into 'master'
feat(wifi): support auto mode connect passive channel hidden ap

Closes FCS-1591, ESPCS-876, and WIFIBUG-1671

See merge request espressif/esp-idf!33911
2026-03-23 10:33:22 +08:00
morris 9cad94e697 feat(ana_cmpr): support analog comparator on esp32h21 2026-03-23 10:28:29 +08:00
muhaidong 4ee8353234 fix(wifi): fix fail case connection with bss max idle enabled 2026-03-21 16:40:56 +08:00
yanzihan@espressif.com 5d5b142b0d feat(pvt): fix hplpgap assert error in pvt func on master
feat(pvt): fix hplpgap assert error in pvt func on master
2026-03-21 15:33:00 +08:00
Erhan Kurubas ed7c90c8aa Merge branch 'fix/psram_core_clk_enable' into 'master'
fix(mspi): enable PSRAM core clock in module clock init

See merge request espressif/esp-idf!46780
2026-03-20 20:44:33 +01:00
Chen Yu Dong fbba80c063 Merge branch 'fix/iperf_examples_config' into 'master'
fix(examples): add CONFIG_FREERTOS_IN_IRAM to iperf examples

See merge request espressif/esp-idf!46795
2026-03-21 01:45:11 +08:00
Kapil Gupta 1f6e32ee78 fix(esp_wifi): Optimize crypto operations for SAE
- Montgomery multiplication fast path for P-256 mulmod
- Jacobi symbol for legendre (replacing exp_mod)
- Software Jacobian point multiplication for MPI-only chips
- ECC hardware acceleration for supported chips
2026-03-20 19:44:09 +05:30
Kapil Gupta 30efa77a80 ci(esp_wifi): Update supplicant's crypto Unit test cases 2026-03-20 19:44:09 +05:30
Sudeep Mohanty f3fe60c36d fix(freertos): Use bare ticks for cleanup delays in freertos tests 2026-03-20 14:47:44 +01:00
zhiweijian 080b980cc6 fix(ble/bluedroid): Delete ble50_security min_bin and log_off pytest case 2026-03-20 20:19:20 +08:00
zhanghaipeng e3aac6f703 fix(ble): Fixed BLE assert in "emi.c" when low memory 2026-03-20 20:01:55 +08:00
Chen Yudong 3928de1520 fix(examples): add CONFIG_FREERTOS_IN_IRAM to iperf examples 2026-03-20 19:50:21 +08:00
Wang Meng Yang a2ad4b4a8a Merge branch 'bugfix/uninited_stack_var' into 'master'
fix: fixed possible use of uninitialized stack variables in bta_hf_client_parse_binp

Closes BT-4270

See merge request espressif/esp-idf!46515
2026-03-20 19:30:50 +08:00
Song Ruo Jing 2f7405bb15 Merge branch 'refactor/ledc_group_speed_mode' into 'master'
refactor(ledc): add compatibility for group and speed_mode

See merge request espressif/esp-idf!46763
2026-03-20 19:13:24 +08:00
Jiang Jiang Jian 9bde023b12 Merge branch 'bugfix/oob_in_avrc' into 'master'
FIx: Heap OOB read in Bluedroid AVRCP Target parser

Closes BT-4269

See merge request espressif/esp-idf!46425
2026-03-20 17:41:11 +08:00
hebinglin dfac6f6ef4 change(esp_system): add iram opt for rtc clk resart cases 2026-03-20 16:50:05 +08:00
hebinglin 5a0369edf8 change(esp_hw_support): move dpd apis in esp_sleep_start_safe 2026-03-20 16:50:05 +08:00
Sudeep Mohanty 4ae2f6a6a1 fix(freertos): Fix flaky PSRAM tests for freertos
This commit adds additional delays to the stress test where we create
and self-delete tasks on PSRAM. iSuch tasks rely on the kernel creating
a special cleanup task to delete them. Hence, the delays in the main
task allow the cleanup task to bescheduled and the deletion to go
through.
2026-03-20 09:29:56 +01:00
armando d3ca2c1137 change(mspi): added sdr divider check to be not odd divider 2026-03-20 08:17:54 +00:00
Island 1005d55ddb Merge branch 'feat/support_run_time_alloc_for_esp_ip_test' into 'master'
Support Mempool Run Time Allocation for ESP IP Chips

Closes BLERP-2622

See merge request espressif/esp-idf!45778
2026-03-20 16:17:27 +08:00
Mahavir Jain 2dd0e0e6cf Merge branch 'fix/additional_validation_checks' into 'master'
Some additional validation checks and new API for esp_ds_encrypt_params using KM

See merge request espressif/esp-idf!46312
2026-03-20 13:17:05 +05:30
harshal.patil 48e7d44ce1 fix(esp-tls): Remove the legacy use_km_key option 2026-03-20 11:15:23 +05:30
harshal.patil 398d9ea9cd fix(esp_security): Add more validation checks 2026-03-20 11:15:23 +05:30
harshal.patil 0db717b9ec feat(esp_ds): Support using the AES key used by DS peripheral for encrypting params 2026-03-20 11:15:23 +05:30
Jiang Jiang Jian 4495f9028c Merge branch 'bugfix/fix_coex_sync_filter_and_delay_issue' into 'master'
fix(coex): fix coex sync filter and delay issue

Closes WIFIBUG-1787

See merge request espressif/esp-idf!46674
2026-03-20 11:52:01 +08:00
Song Ruo Jing 885e32d4f0 refactor(ledc): add compatibility for group and speed_mode 2026-03-20 11:28:55 +08:00
morris 503a5cfdf6 Merge branch 'fix/twai_test_and_readme' into 'master'
fix(driver_twai): readme doc and pytest script correct

Closes IDFGH-17354 and IDFCI-3117

See merge request espressif/esp-idf!46728
2026-03-20 09:35:57 +08:00
Fu Hanxi 1bfce4117d Merge branch 'ci/enable-docs' into 'master'
ci: install.sh --enable-docs when job name contains docs

See merge request espressif/esp-idf!46712
2026-03-20 02:25:10 +01:00
Erhan Kurubas 8a536eeda0 fix(mspi): enable PSRAM core clock in module clock init
psram_ctrlr_ll_enable_module_clock() was missing
reg_psram_core_clk_en, causing SPIMEM2 access faults
after system reset.
2026-03-19 15:24:27 +01:00
luoxu 17868a5f5c fix(ble/bluedroid): Change BLE mesh adapter to use BTA APIs 2026-03-19 20:59:28 +08:00
zhiweijian d07ce78dcf fix(ble/bluedroid): optimize bluedroid host and fix GAP, memory, status and BTM API issues
- return HCI_ERR_MEMORY_FULL on cmd buffer alloc failure
- remove legacy adv/scan semaphores and mutex
- Use the same legacy gap callback instead of each independent legacy gap event callback
2026-03-19 20:59:28 +08:00
zhiweijian 7bb1018948 fix(bluedroid): printf EXAMPLE_CI_ID, PIPELINE_ID and CHIP_ID 2026-03-19 19:54:39 +08:00