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
base_mac_address
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
efuse feat(partition_table): Support primary subtypes partitions 2024-10-31 13:16:01 +02:00
esp_event
esp_timer
eventfd
flash_suspend
freertos fix(freertos): Fix freertos example pytest script 2024-10-01 10:08:45 +02:00
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep
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
pthread
rt_mqueue
select
startup_time
sysview_tracing
sysview_tracing_heap_log
task_watchdog
ulp Merge branch 'feature/lp_spi_example' into 'master' 2024-11-06 10:58:19 +08:00
unit_test
xip_from_psram
.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

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.