hebinglin
94b54832f8
change(esp_hw_support): remove sleep_mmu_retention related flow for esp32c5 eco1
2026-01-12 14:15:48 +08:00
hebinglin
e06d7108ad
change(esp_hw_support): no need cpu retention when sleep hw reject
2025-12-29 10:47:52 +08:00
hebinglin
7370a5a31e
fix(esp_hw_support): fix mintthresh and mstatus no restore when sleep hw reject in esp32h4
2025-12-29 10:41:46 +08:00
hebinglin
91b4ac82c9
fix(esp_hw_support): fix sleep_cpu_static.c compile error
2025-11-18 14:58:48 +08:00
armando
aac218036d
refactor(sleep_cpu): suppress infinite loop warnings with compiler diagnostics
2025-11-17 12:11:39 +08:00
hebinglin
128e1e7dc2
change(esp_hw_support): use true critical_frame length to check crc
2025-11-03 20:57:58 +08:00
hebinglin
6d51f0ea8b
fix(esp_hw_support): resolved setting mie to disable interrupts failed in sleep flow
2025-10-31 14:37:25 +08:00
wuzhenghui
e9da2e3606
fix(esp_hw_support): add p4 rev3.0 MSPI workaround for deepsleep
2025-10-30 14:50:27 +08:00
wuzhenghui
596e32312e
fix(esp_hw_support): fix mie lost after pd_cpu sleep request reject
2025-10-28 11:51:17 +08:00
wuzhenghui
065dd70056
change(esp_hw_support): move ESP_SLEEP_POWER_DOWN_CPU to Kconfig
2025-10-14 16:33:30 +08:00
wuzhenghui
af1c8a568d
feat(esp_hw_support): update cpu_pd support for esp32p4 v3.0
2025-10-14 16:33:28 +08:00
morris
efe05d829b
refactor(sleep_cpu): suppress infinite loop warnings with compiler diagnostics
2025-10-10 13:37:29 +08:00
hebinglin
89795f6281
change(esp_hw_support): support static and dynamic sleep cpu retention for esp32h21
2025-09-26 14:02:55 +08:00
wuzhenghui
9e0f49d57b
feat(esp_hw_support): support PD_CPU and PD_TOP retention on esp32h21
2025-09-26 14:02:55 +08:00
Konstantin Kondrashov
dcf486359e
feat(log): Optimize log tag init for bin logging
2025-09-15 15:59:52 +03:00
hebinglin
cfecbc99ce
change(esp_hw_support): update sleep cpu flow
2025-09-01 10:13:52 +08:00
hebinglin
e2534b1b5f
change(esp_hw_support): update wait pll calibration done in sleep_clock
2025-09-01 10:13:52 +08:00
hebinglin
1a367fa649
fix(esp_hw_support): esp32h4 beta5 i2c config retention when pd modem refer to PM-487
2025-09-01 10:13:51 +08:00
hebinglin
cd294435dd
change(esp_hw_support): support light sleep with modem domain power down for esp32h4beta5
2025-09-01 10:13:51 +08:00
hebinglin
bc4c9952bb
change(esp_hw_support): support cpu domain power down and cpu retention for esp32h4 beta5
2025-09-01 10:13:51 +08:00
Li Shuai
d208a27ef5
feat(sleep): Increased/modified files for static sleep cpu retention buffer support
2025-08-27 09:51:51 +08:00
Li Shuai
b43f0ddc70
feat(sleep): Modify the build system
2025-08-27 09:50:21 +08:00
wuzhenghui
bc5bef5556
feat(esp_hw_support): fix some issues and update esp32c61 eco3 sleep features
2025-06-27 13:59:53 +08:00
Alexey Lapshin
86ca6ef829
fix(build): fix -Wanalyzer-undefined-behavior-ptrdiff warnings
2025-06-25 18:00:39 +07:00
wanckl
6fde8cf8d2
ci(esp32c61): disable soc_caps, docs, test for eco3 update
2025-05-26 16:04:23 +08:00
Song Ruo Jing
8262915e28
refactor(regi2c): remove regi2c_defs.h from some targets
2025-05-19 21:46:40 +08:00
Li Shuai
9736ceac8f
fix(esp_hw_support): fix empty item of system clock retention table for esp32c5
2025-04-27 17:58:28 +08:00
Wu Zheng Hui
fe3da7167e
Merge branch 'fix/fix_esp32p4_retention_cost' into 'master'
...
fix(esp_hw_support): optimize retention cost and update sleep time compensation
See merge request espressif/esp-idf!37920
2025-04-23 13:20:49 +08:00
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
wuzhenghui
a141d8c5bd
feat(esp_hw_support): optimize esp32p4 GPIO retention link
2025-04-16 10:30:56 +08:00
Jiang Jiang Jian
7daa7c8e0e
Merge branch 'feat/esp32h21_system_sleep_cpu' into 'master'
...
Stage 4: Support esp32h21 CPU domain power down and retention
Closes PM-351
See merge request espressif/esp-idf!37510
2025-04-08 13:55:29 +08:00
Li Shuai
689924724f
change(esp_hw_support): cpu domain and retention support for esp32h21
2025-03-24 15:50:20 +08:00
wuzhenghui
795dedba33
feat(eap_hw_support): disable power glitch detector in PD_TOP lightsleep for c5&c61
2025-03-11 11:31:02 +08:00
wuzhenghui
93cdad7a3b
feat(esp_hw_support): support esp32h21 retention link software trigger
2025-02-19 14:21:18 +08:00
Wu Zheng Hui
5fd4104d12
Merge branch 'fix/esp32p4_lightsleep_fixes' into 'master'
...
fix(esp_hw_support): some fixes of esp32p4 lightsleep retention & power switch process
Closes PM-291, PM-301, and PM-302
See merge request espressif/esp-idf!35460
2025-02-13 17:20:21 +08:00
Wu Zheng Hui
254b3210bc
Merge branch 'fix/fix_sleep_clock_wait_calculation' into 'master'
...
fix(esp_hw_support): fix lp/hp hw clock wait time calculation
Closes PM-39
See merge request espressif/esp-idf!34583
2025-02-12 11:30:43 +08:00
laokaiyao
a7b218fdc2
remove(sleep_cpu): removed unnecessary cache sleep region
2025-02-06 14:28:03 +08:00
wuzhenghui
9732af87f1
change(esp_hw_support): wait pll calibration done in regdma link instead of wait fixed value
2025-01-06 10:18:43 +08:00
Wu Zheng Hui
12bb853c64
Merge branch 'feat/wait_pll_stable_after_sleep_wakeup' into 'master'
...
feat(esp_hw_support): wait pll stable after sleep wakeup
Closes PM-280
See merge request espressif/esp-idf!34313
2024-12-26 14:27:07 +08:00
gaoxu
3e30d2e928
feat(esp32h21): ci enable public header check (stage7)
2024-12-24 16:44:08 +08:00
wuzhenghui
d26cc38588
feat(esp_hw_support): add branch prediction config retention
2024-12-12 10:37:13 +08:00
wuzhenghui
b29dc559e8
feat(esp_hw_support): do mstatus restore on each core
2024-12-11 21:27:15 +08:00
wuzhenghui
b8db4b1c52
feat(esp_hw_support): do esp32p4 l1 cache invalidate by regdma
2024-12-11 21:27:14 +08:00
wuzhenghui
690de1bbcb
feat(esp_hw_support): do esp32p4 l1&l2 cache regs retention by regdma
2024-12-04 22:00:36 +08:00
Laukik Hase
f254f93594
feat(esp_tee): Support for ESP-TEE - esp_hw_support component
2024-12-02 12:20:03 +05:30
Li Shuai
641be3ad1f
change(esp_hw_support): update power domain pd allowed check logic
2024-11-18 15:40:47 +08:00
Jiang Jiang Jian
1f47975472
Merge branch 'bugfix/idf-11064' into 'master'
...
fix some issues on esp32c5 eco1
Closes IDF-11064 and IDF-11066
See merge request espressif/esp-idf!34350
2024-11-04 20:46:01 +08:00
Li Shuai
45ea08b955
fix(esp_hw_support): fix the issue of wifi rx packet loss when switchng soc root clock source
2024-11-04 11:19:29 +08:00
wuzhenghui
58b1838946
feat(esp_hw_support): wait pll stable after sleep wakeup
2024-10-31 20:28:28 +08:00
wuzhenghui
71ddc5a79f
fix(esp_hw_support): fix mmu retention code cache safety
2024-10-22 22:10:13 +08:00