esp-idf/examples/system
2024-08-21 12:13:16 +08:00
..
app_trace_basic feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
app_trace_to_plot feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
base_mac_address feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
console feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
deep_sleep feat(example): update gpio/ext1 wakeup avaliable IO num in example Kconfig 2024-07-16 17:55:12 +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 feat: enable secure boot feature for esp32c61 2024-08-05 09:23:27 +05:30
esp_event feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
esp_timer ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
eventfd feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
gcov fix(gcov): Fixed mixed path separators on Windows 2024-04-04 13:56:15 +02:00
gdbstub feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
heap_task_tracking feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
light_sleep ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
ota fix: update https server starting instructions in ota README 2024-08-14 15:45:23 +05:30
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
rt_mqueue feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
select feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
startup_time feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
sysview_tracing feat(gptimer): add gptimer support on c61 2024-07-23 10:23:14 +08:00
sysview_tracing_heap_log feat(gptimer): add gptimer support on c61 2024-07-23 10:23:14 +08:00
task_watchdog feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
ulp change(ulp): bu lp i2c on esp32c5 2024-08-01 14:48:31 +08:00
unit_test feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
xip_from_psram feat(psram): add psram noinit segment support on S2/S3/P4/C5 2024-08-21 12:13:16 +08:00
.build-test-rules.yml change(ulp): bu lp i2c on esp32c5 2024-08-01 14:48:31 +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.