esp-idf/examples/system
Gao Xu e843a38014 Merge branch 'feature/esp32c5_mp_rtcio_support' into 'master'
feat(rtcio): support RTCIO on ESP32C5 MP

Closes IDF-8719

See merge request espressif/esp-idf!31371
2024-07-02 15:30:42 +08:00
..
app_trace_basic ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
app_trace_to_plot ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
base_mac_address ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
console fix(wifi): fix code review comments 2024-04-10 15:27:50 +08:00
deep_sleep feat(bootloader): BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP for C2 (without RTC_MEM) 2024-06-25 02:09:59 +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 fix(efuse): Fix qemu test for efuse example with virt_sb_v2_and_fe config 2024-06-27 18:36:27 +03:00
esp_event ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp_timer docs: Update alerts in READMEs to GFM format 2024-05-06 15:19:15 +08:00
eventfd ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos feat(freertos): Add examples showing basic freertos SMP usage and common APIs 2024-05-31 15:32:24 +08:00
gcov fix(gcov): Fixed mixed path separators on Windows 2024-04-04 13:56:15 +02:00
gdbstub ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
heap_task_tracking ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr fix(examples): Enable ipc_isr tests on CI 2023-10-03 23:06:17 +08:00
light_sleep remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
ota feat(all): Remove usage old log macros 2024-05-15 15:25:30 +08:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
select ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
startup_time ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
sysview_tracing remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
sysview_tracing_heap_log remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
task_watchdog ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
ulp feat(rtcio): support RTCIO on ESP32C5 2024-06-28 22:01:55 +08:00
unit_test ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
xip_from_psram ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
.build-test-rules.yml Merge branch 'feature/smp_usage_example' into 'master' 2024-06-25 15:47:53 +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.