soc: esp32c6: Fix sleep routine
PMU related functions need to be located in IRAM when sleep process is triggered, as cache is disabled past a certain point in the execution of the sleep process. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
5712c967d3
commit
588c2e66e9
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ SECTIONS
|
|||
*libzephyr.a:esp_memory_utils.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:pmu_init.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:pmu_param.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:pmu_sleep.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:rtc_clk.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:rtc_clk_init.*(.literal .literal.* .text .text.*)
|
||||
*libzephyr.a:rtc_time.*(.literal .literal.* .text .text.*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue