esp-idf/components/ulp/test_apps
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): enable astyle linter and format ULP component 2024-01-22 11:43:38 +08:00
ulp_riscv feat(ulp-riscv): Added unit test for RTC I2C 2024-02-21 11:46:19 +01:00
.build-test-rules.yml feat(lp_core): add support for lp timer and lp gpio on P4 2024-02-06 09:41:20 +08:00