esp-idf/examples/system
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
..
app_trace_basic ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
app_trace_to_plot ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
base_mac_address ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
console fix(wifi): fix code review comments 2024-04-10 15:27:50 +08:00
deep_sleep feat(esp_hw_support): support esp32p4 deepsleep 2024-03-27 13:59:36 +08:00
deep_sleep_wake_stub remove(pm/deep_sleep): enable CI test for esp32h2 deepsleep 2023-07-27 12:11:35 +08:00
efuse ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp_event ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp_timer docs: Update ESP Timer example README 2024-04-15 17:17:26 +08:00
eventfd ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos/real_time_stats ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
gcov fix(gcov): Fixed mixed path separators on Windows 2024-04-04 13:56:15 +02:00
gdbstub ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
heap_task_tracking ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr fix(examples): Enable ipc_isr tests on CI 2023-10-03 23:06:17 +08:00
light_sleep feat(example): support esp32c5 timer/gpio/uart wakeup 2024-04-10 11:45:04 +08:00
ota ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
select ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
startup_time ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
sysview_tracing feat(sysview): enable esp32p4 examples 2024-04-03 23:22:31 +03:00
sysview_tracing_heap_log Merge branch 'enable_esp32p4_sysview_examples' into 'master' 2024-04-17 10:39:41 +08:00
task_watchdog ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
ulp fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
unit_test ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
xip_from_psram ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
.build-test-rules.yml fix(ulp): fixed lp-core not booting during sleep 2024-04-18 11:36:30 +08:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

System Examples

Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep logging, and event loops.

See the README.md file in the upper level examples directory for more information about examples.