esp-idf/components/esp_rom/include/esp32p4/rom
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
..
aes.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
bigint.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
cache.h feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
crc.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
digital_signature.h feat(ds): add Digital Signature peripheral support for esp32p4 2023-09-01 15:44:21 +05:30
ecdsa.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
efuse.h feat(efuse): Support eFuses and doc for ESP32P4 2023-09-12 17:58:17 +08:00
esp_flash.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
ets_sys.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
gpio.h change(gpio): esp32p4 available pins are GPIO0 ~ GPIO54 2023-12-20 11:23:32 +08:00
hmac.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
key_mgr.h fix(esp_hw_support): Update key manager support 2024-01-23 10:24:39 +05:30
km.h feat(esp_rom): Added ROM headers related to Key Manager 2023-10-16 09:26:45 +05:30
libc_stubs.h fix(esp_rom): fix libc_stubs.h includes 2023-10-09 12:13:02 +04:00
lldesc.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
md5_hash.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
opi_flash.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
rom_layout.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
rsa_pss.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
rtc.h fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
secure_boot.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00
sha.h feat(hal/sha): add SHA peripheral support for esp32p4 2024-03-27 11:23:28 +05:30
spi_flash.h refactor(spi_flash): Use new spi_flash register sturct and deperecate the old one 2024-01-08 09:59:22 +08:00
uart.h feat(esp32p4): added esp_rom support 2023-07-13 12:38:54 +08:00