esp-idf/examples/system
Jiang Jiang Jian 945af68d74 Merge branch 'feature/esp32c61_light_sleep_support_stage_3' into 'master'
feat(esp_hw_support): esp32c61 sleep support (Stage 3:  support system peripheral sleep retention)

Closes IDF-10384, IDF-10382, and IDF-11004

See merge request espressif/esp-idf!33298
2024-09-21 16:09:36 +08: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 feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61 2024-09-10 15:09:32 +03:00
console fix(console): Fixed a typing error in the console advanced example 2024-09-17 09:16:06 +02:00
deep_sleep fix(ci): some actions taken to pass CI 2024-09-20 10:53:05 +08:00
deep_sleep_wake_stub fix(ci): some actions taken to pass ci 2024-08-29 14:15:41 +08:00
efuse fix(examples): Increases partition table offset for SBV2+FE test 2024-09-12 15:38:18 +08: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 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 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(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 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 'feat/lp_spinlock' into 'master' 2024-09-20 17:09:50 +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 Merge branch 'feat/lp_spinlock' into 'master' 2024-09-20 17:09:50 +08:00
README.md feat(pm): support basic pmu sleep 2024-09-10 10:44:13 +08:00

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.