Commit Graph

34593 Commits

Author SHA1 Message Date
Sajia
87dba67ba4 fix(wifi): Disable wps in eloop context during wps timeout 2026-02-10 11:24:59 +05:30
Chen Ji Chang
8065c61877 Merge branch 'feat/remove_h4_beta5' into 'master'
feat(esp32h4): remove esp32h4 beta5 support

Closes IDF-13835

See merge request espressif/esp-idf!45630
2026-02-06 17:12:38 +08:00
Mahavir Jain
3a7d385ea4 Merge branch 'feat/add_opaque_ds_driver' into 'master'
feat: adds PSA opaque DS driver support

See merge request espressif/esp-idf!45008
2026-02-06 12:41:58 +05:30
Island
e77c03c224 Merge branch 'feat/disable_non_necessary_build_non_BLE_componment' into 'master'
feat: Removed common_components in bluetooth build-test-rules.yml

See merge request espressif/esp-idf!45627
2026-02-06 14:19:57 +08:00
Island
0d60c16312 Merge branch 'feat/esp_idf_modem_state_reconstruct' into 'master'
refactor modem clock driver

Closes PM-636

See merge request espressif/esp-idf!44185
2026-02-06 12:10:58 +08:00
Laukik Hase
db63407d64 Merge branch 'fix/tee_sec_stg_aes_gcm_iv_reuse' into 'master'
fix(esp_tee): Prevent IV reuse in the TEE secure storage AES-GCM service

See merge request espressif/esp-idf!45064
2026-02-06 09:35:24 +05:30
C.S.M
40fedd9436 Merge branch 'fix/32mb_120m' into 'master'
fix(spi_flash): 1. Fix flash 120m in qio mode failed on esp32p4 (with 32M map enabled) 2. Add C61 32M flash support

See merge request espressif/esp-idf!45433
2026-02-06 11:36:34 +08:00
Tomas Rohlinek
d32b88dffb Merge branch 'fix/esp_partition_blockdev_sizes' into 'master'
fix(storage/partition): Update sizes in blockdev geometry in read-only mode for compatibility

See merge request espressif/esp-idf!45646
2026-02-05 21:06:51 +01:00
Radek Tandler
c5309ede7d Merge branch 'feature/nvs_flash_purge_erased' into 'master'
nvs_flash: Added purging of erased items at namespace (handle) level.

Closes IDFGH-8197 and IDF-972

See merge request espressif/esp-idf!44011
2026-02-05 16:44:07 +01:00
Tomáš Rohlínek
49b1871545 fix(storage/partition): Update sizes in blockdev geometry in read-only mode for compatibility 2026-02-05 15:35:05 +01:00
Adam Múdry
e78b76fab2 Merge branch 'fix/sdmmc_sdspi_retry_crc_check' into 'master'
fix(sdspi): 0x106 error during SD card init via SPI related fixes

See merge request espressif/esp-idf!44308
2026-02-05 15:11:29 +01:00
Mahavir Jain
c07eb0d5ac Merge branch 'fix/added_check_for_ota_partition_conflicts' into 'master'
fix(app_update): Add conflict detection for concurrent OTA operations on same partition

Closes IDFGH-17102

See merge request espressif/esp-idf!45450
2026-02-05 18:42:46 +05:30
Aditya Patwardhan
ce0597161e Merge branch 'refactor/remove_esp_wolfssl_from_esp_tls' into 'master'
feat(esp-tls): Added support to register custom tls stack

Closes IDF-11266

See merge request espressif/esp-idf!44342
2026-02-05 16:04:34 +05:30
radek.tandler
d50c7b4b6b feat(nvs_flash): Added purging of erased items at namespace level
- Added new option NVS_READWRITE_PURGE for nvs_open. All update and erase operations of
    the handle are wiping out the content erased items on top of just marking them erased.
  - Added new API call nvs_purge_all allowing to wipe out the existing erased items
    of the handle.
2026-02-05 11:07:43 +01:00
Kevin (Lao Kaiyao)
b970f0f31b Merge branch 'bugfix/fix_legacy_touch_driver_stuck_after_dsleep' into 'master'
fix(legacy_touch): fixed the read stuck issue after deep sleep

See merge request espressif/esp-idf!45580
2026-02-05 17:40:48 +08:00
Laukik Hase
85e66d726d fix(esp_tee): Prevent IV reuse in the TEE secure storage AES-GCM service 2026-02-05 14:53:21 +05:30
Rahul Tank
4362612554 Merge branch 'bugfix/fix_nimble_issues' into 'master'
Fix few nimble issues related to different functionalities

Closes BLERP-2545, BLERP-2567, BLERP-2575, BLERP-2583, BLERP-2587, and BLERP-2588

See merge request espressif/esp-idf!45435
2026-02-05 14:30:09 +05:30
Jiang Jiang Jian
ecee0ba530 Merge branch 'bugfix/eloop_mem_leak' into 'master'
fix(esp_wifi): Fix memory leak caused due to eloop

Closes WIFIBUG-1501

See merge request espressif/esp-idf!42938
2026-02-05 14:26:35 +08:00
Jiang Jiang Jian
adbe6d2818 Merge branch 'bugfix/free_sae_commit_queue' into 'master'
fix(esp_wifi): Fix memory leak for sae commit queue

See merge request espressif/esp-idf!43431
2026-02-05 14:13:15 +08:00
Island
ffb63db38b Merge branch 'change/ble_update_lib_20260127' into 'master'
change(ble): [AUTO_MR] 20260127 - Update ESP BLE Controller Lib

Closes BLERP-2565, BLERP-2508, and BLERP-2569

See merge request espressif/esp-idf!45428
2026-02-05 14:04:09 +08:00
Armando (Dou Yiwen)
5e53a57323 Merge branch 'feat/csi_swap' into 'master'
csi: support csi input bit swap

Closes IDF-13536

See merge request espressif/esp-idf!45581
2026-02-05 03:42:31 +00:00
Chen Jichang
f0884713ca feat(esp32h4): remove esp32h4 beta5 support 2026-02-05 11:40:56 +08:00
Shreyas Sheth
63487a51ab fix(esp_wifi): Fix memory leak caused due to eloop
- Fix memory leak when eloop timer is in eloop queue and esp_wifi_deinit is
called
- Return error on long timeout
- Fix memory leak when register timeout returns error
2026-02-05 11:02:13 +08:00
Wu Zheng Hui
a483acbf8f Merge branch 'feat/support_configurable_sleep_tick_overflow_behaviour' into 'master'
feat(pm): add light sleep tick overflow protection configuration

See merge request espressif/esp-idf!45413
2026-02-05 10:55:11 +08:00
Jiang Jiang Jian
766205166f Merge branch 'bugfix/wps_finish_bug' into 'master'
fix(esp_wifi): Fix bug where wps_finish is called recursively

Closes WIFIBUG-1520 and WIFIBUG-1675

See merge request espressif/esp-idf!45287
2026-02-05 10:32:45 +08:00
Ashish Sharma
6f5b078ed6 feat: adds DS Sign capabilities for ESP32S2 2026-02-05 10:12:25 +08:00
Ashish Sharma
e06a7dd791 feat: adds new Kconfig variable for DS peripheral 2026-02-05 10:12:25 +08:00
Ashish Sharma
1d185a6548 feat: adds PSA DS driver support 2026-02-05 10:12:25 +08:00
Marius Vikhammer
ab07506ad4 Merge branch 'feature/esp32s31_heap_support' into 'master'
feat(esp32s31): heap and interrupts bringup

Closes IDF-14667, IDF-14666, IDF-14664, and IDF-14840

See merge request espressif/esp-idf!45470
2026-02-05 09:23:26 +08:00
armando
303da81075 feat(csi): support csi input bit swap 2026-02-05 01:18:27 +00:00
Aditya Patwardhan
e1810e6bfd feat(esp-tls): Add crypto callbacks to custom TLS stack interface
Added crypto_sha1 and crypto_base64_encode callbacks to esp_tls_stack_ops_t
to allow custom TLS stacks to provide implementations for esp_crypto_* APIs.
2026-02-04 18:54:49 +05:30
Mahavir Jain
f2635f98d9 Merge branch 'fix/externsive_mbedtls_aes_sha_tests' into 'master'
Re-introduce the extensive mbedtls AES and SHA tests

Closes SHA-512

See merge request espressif/esp-idf!45489
2026-02-04 18:33:57 +05:30
Mahavir Jain
4159b79b54 Merge branch 'fix/mbedtls_disable_default_configs' into 'master'
change(mbedTLS): update mbedTLS default configs

Closes DOC-13673

See merge request espressif/esp-idf!45358
2026-02-04 18:30:37 +05:30
Erhan Kurubas
97491dae35 Merge branch 'feat/coredump_extram_attr' into 'master'
feat(coredump): add coredump_extram attribute

Closes IDFGH-14687

See merge request espressif/esp-idf!45506
2026-02-04 12:59:50 +01:00
Aditya Patwardhan
45bb06d212 feat(esp-tls): Added build test for the custom stack registration 2026-02-04 13:53:29 +05:30
Aditya Patwardhan
f96119db75 feat(esp-tls): Added support to register custom tls stack
* Removed the esp_tls_wolfssl layer from esp-tls
    * Migrated Error codes
2026-02-04 13:53:25 +05:30
laokaiyao
44049352f7 fix(legacy_touch): fixed the read stuck issue after deep sleep 2026-02-04 14:53:49 +08:00
nilesh.kale
5f80b77b55 fix: Add conflict detection for concurrent OTA operations on same partition
This change adds conflict detection to prevent multiple OTA operations from
being initiated on the same partition simultaneously.

Closes https://github.com/espressif/esp-idf/issues/18127
2026-02-04 12:04:50 +05:30
Wei Yuhan
1f0cb2eab7 feat: Removed common_components in bluetooth build-test-rules.yml 2026-02-04 13:39:40 +08:00
cjin
5777364341 fix(ble): add modem syscon header include on ESP32H2 2026-02-04 12:36:42 +08:00
hebinglin
5a3a4c1270 change(esp_hw_support): optimize modem low-power clock source array size 2026-02-04 12:36:42 +08:00
hebinglin
f0e523db6e change(esp_hw_support): split the APIs in modem_clock_impl.c into modem_clock_impl.h 2026-02-04 12:36:38 +08:00
hebinglin
5049fb6a49 change(esp_hw_support): optimize modem clock configure size 2026-02-04 12:32:06 +08:00
Island
5de0c45dd6 Merge branch 'fix/ble_mesh_bug_report' into 'master'
Fix/ble mesh bug report

See merge request espressif/esp-idf!45056
2026-02-04 12:11:31 +08:00
hebinglin
5119bf8ac2 change(esp_hw_support): move modem_clock files to modem folder 2026-02-04 12:02:22 +08:00
C.S.M
879d74e298 fix(spi_flash): Fix esp32p4 120m flash suspend failed 2026-02-04 11:42:35 +08:00
hebinglin
c282040d0e change(esp_hw_support): add modem clock bit operation defs for related clocks 2026-02-04 11:35:09 +08:00
hebinglin
fbc3d94f8e change(esp_hw_support): workaround for esp32h4 modem clock before bt supported 2026-02-04 11:35:09 +08:00
hebinglin
55e43275dd change(esp_hw_support): remove macros in modem_clock_cfg.c 2026-02-04 11:35:09 +08:00
hebinglin
6f3dca9cb5 change(esp_hw_support): change some modem clock related macros 2026-02-04 11:35:09 +08:00