esp-idf/components/ulp/lp_core
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
..
include feat(lp_core): Added support for LP UART on LP core for esp32p4 2024-03-14 18:45:02 +01:00
lp_core fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
shared feat(ulp): add basic support for running lp core on C5 2024-03-13 17:37:29 +08:00
lp_core.c fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
lp_core_i2c.c feat(lp_i2c): Added LP I2C support on the esp32p4 2024-03-26 08:31:54 +01:00
lp_core_uart.c Merge branch 'fix/lp_core_uart_clk_init' into 'master' 2024-03-18 10:21:42 +08:00