fix(esp_hw_support): fix mmu memory powered down issue by software backup and restore mmu table content

squash! fix(esp_hw_support): fix mmu memory powered down issue by software backup and restore mmu table content
This commit is contained in:
Lou Tianhao
2024-08-22 16:09:26 +08:00
parent a30ed69f69
commit 9529c4ece4
4 changed files with 171 additions and 1 deletions
+1
View File
@@ -87,6 +87,7 @@ SECONDARY: 106: sleep_clock_startup_init in components/esp_hw_support/lowpower/p
SECONDARY: 106: sleep_clock_startup_init in components/esp_hw_support/lowpower/port/esp32p4/sleep_clock.c on BIT(0)
SECONDARY: 107: sleep_sys_periph_startup_init in components/esp_hw_support/sleep_system_peripheral.c on BIT(0)
SECONDARY: 108: sleep_mmu_startup_init in components/esp_hw_support/lowpower/port/esp32c5/sleep_mmu.c on BIT(0)
SECONDARY: 108: sleep_mmu_startup_init in components/esp_hw_support/lowpower/port/esp32c61/sleep_mmu.c on BIT(0)
# app_trace has to be initialized before systemview
SECONDARY: 115: esp_apptrace_init in components/app_trace/app_trace.c on ESP_SYSTEM_INIT_ALL_CORES