esp-idf/components/esp_hw_support/port
Marius Vikhammer 1fa59c442b fix(ulp): fixed lp-core not booting during sleep
LP core was unable to boot when system was in deepsleep.
This was due to lp uart init in LP rom using XTAL as clk source,
which is normally powered down during sleep.

This would cause lp uart to get stuck while printing ROM output,
and the app would never boot.

Also fixed wrong wakeup cause used by HP core for ULP wake up
2024-04-18 11:36:30 +08:00
..
esp32 change(gptimer): use private unsafe RCC LL functions in bootloader 2024-04-08 17:48:20 +08:00
esp32c2 change(gptimer): use private unsafe RCC LL functions in bootloader 2024-04-08 17:48:20 +08:00
esp32c3 change(gptimer): use private unsafe RCC LL functions in bootloader 2024-04-08 17:48:20 +08:00
esp32c5 feat(gptimer): support timer group driver on c5 mp 2024-04-11 15:52:34 +08:00
esp32c6 Merge branch 'fix/fix_pmu_power_domain_initialize_order' into 'master' 2024-04-10 17:23:47 +08:00
esp32c61 change(gptimer): use private unsafe RCC LL functions in bootloader 2024-04-08 17:48:20 +08:00
esp32h2 Merge branch 'fix/fix_pmu_power_domain_initialize_order' into 'master' 2024-04-10 17:23:47 +08:00
esp32p4 fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
esp32s2 change(gptimer): use private unsafe RCC LL functions in bootloader 2024-04-08 17:48:20 +08:00
esp32s3 change(gptimer): use private unsafe RCC LL functions in bootloader 2024-04-08 17:48:20 +08:00
include feat(async_memcpy): refactor driver code to support different DMA backen 2023-08-03 12:02:09 +08:00
linux refactor(esp_hw_support): Linux esp_random impl now returns true random numbers 2024-04-15 09:34:02 +02:00
esp_clk_tree_common.c feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
esp_memprot_conv.c System/Security: Memprot API unified (ESP32S3) 2022-07-09 22:57:51 +02:00
pau_regdma.c change(hal): control PAU bus clock by hal layer 2024-03-29 00:36:46 +08:00
regdma_link.c change(esp_hw_support): dump sleep retention context to io stream 2024-03-30 11:51:52 +08:00