esp-idf/components/ulp/test_apps/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
..
main fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
CMakeLists.txt fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
pytest_lp_core.py feat(lp_i2c): Added LP I2C support on the esp32p4 2024-03-26 08:31:54 +01:00
README.md feat(ulp/lp_core): Added basic support for building and running a LP-Core app on ESP32P4 2023-11-29 10:50:40 +08:00
sdkconfig.ci.default test: fix lp_core config file name mismatch issue 2024-01-02 09:36:01 +01:00
sdkconfig.defaults ulp: added basic support for building and running a binary in the lp core 2023-03-09 10:12:23 +08:00

Supported Targets ESP32-C6 ESP32-P4