esp-idf/examples/system/ulp
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
..
lp_core fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
ulp_fsm fix(ulp): improve ULP examples for users using usb-jtag-serial 2024-01-15 13:01:59 +08:00
ulp_riscv feat(ulp-riscv): Added Kconfig option to enable ULP RISC-V interrupts 2024-02-21 11:45:06 +01:00