esp-idf/examples/system
Song Ruo Jing 6b9c2fca79 Merge branch 'fix/uart_wakeup_threshold' into 'master'
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured

See merge request espressif/esp-idf!29474
2024-03-16 22:50:28 +08:00
..
app_trace_basic
app_trace_to_plot
base_mac_address
console feat(soc): Add soc_caps macros for sleep support 2024-03-05 07:05:40 +01:00
deep_sleep docs(deep_sleep): removed mentions of ULP in deep sleep example readme 2024-03-11 10:15:37 +08:00
deep_sleep_wake_stub
efuse
esp_event fix(esp_vfs_console): add esp_vfs_console component 2024-03-11 10:18:10 +01:00
esp_timer ci: enable lightsleep related tests 2024-03-10 10:51:28 +08:00
eventfd
flash_suspend
freertos/real_time_stats
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep fix(uart): Fix mismatch wakeup rising edges required with the threshold configured 2024-03-15 16:58:33 +08:00
ota ci: Fix pre_encrypted_ota example failure in CI 2024-03-08 14:49:24 +05:30
perfmon
pthread
select
startup_time fix(bootloader): fixed P4 bootloader being able to boot with certain configs 2024-03-08 09:40:32 +08:00
sysview_tracing
sysview_tracing_heap_log
task_watchdog
ulp
unit_test
xip_from_psram
.build-test-rules.yml feat(lp_core): Added support for LP UART on LP core for esp32p4 2024-03-14 18:45:02 +01:00
README.md

README.md

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.