esp-idf/examples/system
2024-09-03 18:28:14 +03:00
..
app_trace_basic ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +08:00
app_trace_to_plot feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
base_mac_address ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +08:00
console refactor(console/advanced): Merge console advanced and advanced_usb_cdc examples 2024-09-02 09:14:42 +02:00
deep_sleep fix(ci): some actions taken to pass ci 2024-08-29 14:15:41 +08:00
deep_sleep_wake_stub fix(ci): some actions taken to pass ci 2024-08-29 14:15:41 +08:00
efuse ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +08:00
esp_event feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
esp_timer ci(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +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(esp32c61): enable c61 generic target test 2024-09-02 19:26:12 +08:00
nmi_isr fix(esp_hw_support): make the NMI interrupts available for the main application 2024-08-29 13:55:47 +08:00
ota Merge branch 'feat/adding_test_case_anti_rollback_and_flash_encryption' into 'master' 2024-09-02 14:04:45 +08:00
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 test(sysview): fix gdb no response error in sysview_heap_log tests 2024-08-12 15:20:45 +02:00
task_watchdog feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
ulp feat(ulp): Add LP core debugging support 2024-09-03 18:28:14 +03: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 feat(ulp): Add LP core debugging support 2024-09-03 18:28:14 +03:00
README.md feat(esp_hw_support): support cpu domain powered down during sleep for esp32c5 2024-08-28 10:44:08 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C5 ESP32-C6 ESP32-H2 ESP32-P4 ESP32-S2 ESP32-S3

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.