esp-idf/examples/system/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
..
gpio fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
lp_i2c fix(ulp): improve ULP examples for users using usb-jtag-serial 2024-01-15 13:01:59 +08:00
lp_uart fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00