esp-idf/examples/system
Omar Chebib 3ec05583b2 Merge branch 'contrib/github_pr_14771' into 'master'
fix(example/system/console): Add 'info' to log_level command description (GitHub PR)

Closes IDFGH-13933

See merge request espressif/esp-idf!34413
2024-11-11 10:56:56 +08:00
..
app_trace_basic fix(apptrace): replace esp32p4 ctrl block into noncache-able TCM memory 2024-10-08 20:51:16 +02:00
app_trace_to_plot feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
base_mac_address feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61 2024-09-10 15:09:32 +03:00
console Merge branch 'contrib/github_pr_14771' into 'master' 2024-11-11 10:56:56 +08:00
deep_sleep feat(touch): update doc and example for touch version 2 2024-10-30 10:02:49 +08:00
deep_sleep_wake_stub fix(ci): some actions taken to pass ci 2024-08-29 14:15:41 +08:00
efuse feat(partition_table): Support primary subtypes partitions 2024-10-31 13:16:01 +02:00
esp_event feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
esp_timer fix(ci): some actions taken to pass CI 2024-09-20 14:10:45 +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 fix(freertos): Fix freertos example pytest script 2024-10-01 10:08:45 +02: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 feat(system): Enables test_ipc_isr_riscv for ESP32-P4 2024-09-10 15:02:42 +03:00
light_sleep fix(ci): some actions taken to pass CI 2024-09-20 14:10:45 +08:00
nmi_isr fix(examples): fix NMI interrupt example to work on ESP32-S3 2024-11-01 10:17:09 +08:00
ota feat(app_update): OTA update bootloader, partition_table and other partitions 2024-11-07 13:48:51 +02: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 refactor(spi_flash): Refactor the flash frequency config file 2024-09-11 14:13:26 +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 Merge branch 'feature/lp_spi_example' into 'master' 2024-11-06 10:58:19 +08:00
unit_test feat(esp32c61): disable unsupported build test 2024-07-16 16:06:19 +08:00
xip_from_psram doc(psram): clarify why psram speed is faster than flash 2024-09-14 11:13:20 +08:00
.build-test-rules.yml feat(app_update): OTA update bootloader, partition_table and other partitions 2024-11-07 13:48:51 +02:00
README.md feat(pm): support basic pmu sleep 2024-09-10 10:44:13 +08:00

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C5 ESP32-C6 ESP32-C61 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.