Commit Graph

49359 Commits

Author SHA1 Message Date
hebinglin f4bc4ea6f9 revert(unit-test): filter top domain power down check for some sleep test cases
This reverts commit c6c2948a99.
2026-02-01 11:59:16 +08:00
hebinglin 3ca42ca8e1 revert(esp_hw_support): force top domain power up during sleep
This reverts commit 7912f9fafe.
2026-02-01 11:59:16 +08:00
Jiang Jiang Jian afa266ebd6 Merge branch 'fix/fix_i2c_modem_clock_ref_count_mismatch_v6.0' into 'release/v6.0'
feat(esp_hw_support): add reference count control & clock enable checking for modem clock devices (v6.0)

See merge request espressif/esp-idf!45533
2026-02-01 11:54:27 +08:00
Jiang Jiang Jian 236013f8ba Merge branch 'bugfix/dpp_auth_ctx_validation_v6.0' into 'release/v6.0'
fix(esp_wifi): Validate dpp auth instance before using it (v6.0)

See merge request espressif/esp-idf!45105
2026-02-01 10:58:08 +08:00
Jiang Jiang Jian 4adc4f1b0c Merge branch 'bugfix/wps_reg_crash_v6.0' into 'release/v6.0'
fix(wifi): Add check before allocating eapol sm (v6.0)

See merge request espressif/esp-idf!45247
2026-02-01 10:50:57 +08:00
morris da14c42596 Merge branch 'fix/esp32_flash_cache_crash_v6.0' into 'release/v6.0'
fix(hw_support): Fix crash when reconfiguring flash from 40 to 80 MHz on ESP32 (v6.0)

See merge request espressif/esp-idf!44898
2026-02-01 10:20:19 +08:00
C.S.M e794bd6c5c refactor(hal): Cleanup some missing hal files 2026-02-01 10:15:18 +08:00
C.S.M a3ca5b610d refactor(jpeg): Split hal layer for jpeg 2026-02-01 10:15:18 +08:00
morris cd36b54840 Merge branch 'fix/fix_dma_fail_when_flash_enc_enabled_v6.0' into 'release/v6.0'
fix(dma): fix dma alignment when flash_enc enabled (v6.0)

See merge request espressif/esp-idf!45079
2026-02-01 10:11:47 +08:00
morris 88e0456b41 Merge branch 'refactor/esp_hal_clock_v6.0' into 'release/v6.0'
refactor(clk): split clock HAL into separate component (v6.0)

See merge request espressif/esp-idf!45503
2026-02-01 10:11:01 +08:00
Song Ruo Jing 89da3742b8 refactor(clk): split clock HAL into separate component 2026-01-31 22:32:37 +08:00
wuzhenghui 15be2a0176 fix(esp_hw_support): fix rtc clock test case 2026-01-31 22:31:36 +08:00
wuzhenghui 2d8c6ed6b4 change(esp_hal_rtc_timer): unify lp_timer/rtc_timer naming to RTC_TIMER 2026-01-31 22:31:34 +08:00
wuzhenghui 12b9fb6549 feat(esp_hal_rtc_timer): introduce new RTC timer component and refactor existing timer functions 2026-01-31 22:29:20 +08:00
liuning 56aa9f33eb fix(wifi): fix light sleep being rejected by modem protect after wifi start 2026-01-31 13:41:38 +08:00
sibeibei 43e290ba24 fix(esp_wifi): rf delay cycles set failed for esp32c61ec04 2026-01-31 13:41:22 +08:00
yinqingzhao 97651d3789 fix(wifi): fix cannot sleep after change ps mode 2026-01-31 13:36:11 +08:00
yinqingzhao b5df4b8dfd fix(pm): fix crash issue of esp32 caused by accessing flash in sleep wake process 2026-01-31 13:36:01 +08:00
wuzhenghui 57f1346352 feat(example): add cache safe check for wifi powersave example CI 2026-01-31 13:35:53 +08:00
yinqingzhao 1a31db54be fix(wifi): fix crash issue caused by accessing flash in sleep wake process 2026-01-31 13:35:40 +08:00
yinqingzhao a65aeb4cc7 feat(wifi): add csi lltf bit mode config 2026-01-31 13:35:24 +08:00
muhaidong d4ddc148ab fix(wifi): fix scan done or disconnected event miss issue 2026-01-31 13:34:57 +08:00
Li Shuai 30acf98b10 fix(esp_wifi): fix regdma contention issue between modem close rf and soc wakeup caused by default rf delay parameter 2026-01-31 13:34:41 +08:00
Shreyas Sheth b8d092f48a fix(wifi): Fix incorrect allocation of eb due to rsn ie len mismatch 2026-01-31 13:34:28 +08:00
Shreyas Sheth db4dd648ee fix(esp_wifi): Fix incorrect deauth reason parsing for station 2026-01-31 13:34:15 +08:00
muhaidong 228fcb0b3b fix(wifi): fix esp32s3 ping failure with ip and wifi fragmented packets 2026-01-31 13:34:01 +08:00
muhaidong 824bb89542 fix(wifi): fix lmac tx done assert issue 2026-01-31 13:33:50 +08:00
harshal.patil 4bf3c3d20f fix(mbedtls/ecdsa): Improve build time efuse validation checks in the ecdsa driver 2026-01-31 10:59:22 +05:30
harshal.patil a9598b3304 feat(esp_tee): Support deterministic ECDSA signatures for ESP-TEE based keys 2026-01-31 10:59:16 +05:30
harshal.patil 5c55790f54 feat(mbedtls/ecdsa): Introduce PSA ECDSA driver 2026-01-31 10:59:11 +05:30
nilesh.kale bcc09e8f98 feat: added support for pseudo round xts aes in esp32p4 eco5 2026-01-31 10:48:20 +05:30
Mahavir Jain 78464dfab7 Merge branch 'refactor/create_esp_hal_security_v6.0' into 'release/v6.0'
refactor: Created esp_hal_security component (v6.0)

See merge request espressif/esp-idf!45349
2026-01-31 10:28:48 +05:30
Mahavir Jain ee2da28726 Merge branch 'feat/esp_tee_backports_v6.0' into 'release/v6.0'
feat(esp_tee): Feature/fixes backports to `release/v6.0`

See merge request espressif/esp-idf!45095
2026-01-31 10:27:34 +05:30
Aditya Patwardhan db2f4d1660 fix(esp_hal_security): Fix pre-commit hook changes 2026-01-30 17:12:56 +05:30
Aditya Patwardhan 9dbe3975e4 fix(bootloader_support): Use ROM SHA types to avoid esp_hal_security dependency 2026-01-30 17:12:56 +05:30
Aditya Patwardhan 1146a98c65 fix(bootloader_support): Add esp_hal_security dependency for TEE builds 2026-01-30 17:12:55 +05:30
Aditya Patwardhan 85e70bc138 fix(hal): Add brownout_hal for TEE builds 2026-01-30 17:12:55 +05:30
Aditya Patwardhan e26b33cc3a fix(esp_tee): Update linker scripts for apm_hal move to esp_hal_security 2026-01-30 17:12:55 +05:30
Aditya Patwardhan 69179d566e fix(hal/huk): Add missing break statements in switch cases for ESP32-C5 2026-01-30 17:12:55 +05:30
Aditya Patwardhan 8c7b5de2f3 fix(docs): Fix docs after esp_hal_security update 2026-01-30 17:12:54 +05:30
Aditya Patwardhan 4d3cfefc2e refactor(esp_hal_security): Updated esp_hal_security build and includes 2026-01-30 17:12:54 +05:30
Aditya Patwardhan 6c2716cd27 refactor(hal): Created esp_hal_security for security code 2026-01-30 17:12:49 +05:30
morris aa4034b197 Merge branch 'feature/graduate_tsens_hal_component_v6.0' into 'release/v6.0'
feat(tsens): graduate temperature sensor hal component (v6.0)

See merge request espressif/esp-idf!44357
2026-01-30 18:43:06 +08:00
Jiang Jiang Jian 54adf452c6 Merge branch 'bugfix/adc_read_ci_issue2200_v6.0' into 'release/v6.0'
fix(lp_adc): Fix LP ADC 1-byte read CI issue on ESP32P4

See merge request espressif/esp-idf!45439
2026-01-30 17:54:48 +08:00
wangtao@espressif.com 2f6c169d31 fix(wifi): fix esp32c2 set vendor ie issue 2026-01-30 17:52:18 +08:00
Jack 5cd3c4297c fix some issues found by Opus 4.5 2026-01-30 17:37:16 +08:00
Michael (XIAO Xufeng) e24fbebd27 Merge branch 'change/change_to_only_do_v2p_once_when_startup_v6.0' into 'release/v6.0'
mmu: no longer disable cache when converting virtual addr to physical addr and vice versa (v6.0)

See merge request espressif/esp-idf!45474
2026-01-30 15:53:09 +08:00
wanckl e4753c8019 feat(driver_twai): support rx frame timestamp for all chips
Closes https://github.com/espressif/esp-idf/issues/4527
2026-01-30 15:33:03 +08:00
wanckl 68a0fc64e5 fix(driver_twai): remove new drivre from using legacy type defines 2026-01-30 15:33:03 +08:00
wuzhenghui 0161304269 feat(esp_hw_support): hold MSPI pins in pd_top lightsleep 2026-01-30 15:30:59 +08:00