esp-idf/examples/system
Omar Chebib 5e5343d429 TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00
..
app_trace_basic example/system: add generic apptrace example with pytest support 2023-02-15 10:30:08 +01:00
base_mac_address esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
console feat(idf_monitor): move idf_monitor to separate repo 2023-02-03 11:20:15 +01:00
deep_sleep deep sleep example: typo corrected in readme 2023-01-10 17:03:54 +08:00
deep_sleep_wake_stub add pytest for example deep sleep wake stub 2023-01-10 17:03:54 +08:00
efuse ci: Run test_examples_efuse_with_virt_secure_boot_v2 only on ESP32 ECO3 2023-02-14 18:16:51 +08:00
esp_event esp32h2: add build test 2023-01-17 10:29:04 +08:00
esp_timer esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
eventfd esp32h2: add build test 2023-01-17 10:29:04 +08:00
flash_suspend system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
freertos/real_time_stats esp32h2: add build test 2023-01-17 10:29:04 +08:00
gcov esp32h2: add build test 2023-01-17 10:29:04 +08:00
gdbstub TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00
heap_task_tracking ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
himem system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
ipc/ipc_isr system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
light_sleep UT/esp32c2: reenable pm and sleep related UT 2023-02-02 20:26:08 +08:00
ota esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread esp32h2: add build test 2023-01-17 10:29:04 +08:00
select esp32h2: add build test 2023-01-17 10:29:04 +08:00
startup_time esp32h2: add build test 2023-01-17 10:29:04 +08:00
sysview_tracing esp32h2: add build test 2023-01-17 10:29:04 +08:00
sysview_tracing_heap_log apptrace: fix SystemView example test 2023-01-24 00:34:53 +07:00
task_watchdog esp32h2: add build test 2023-01-17 10:29:04 +08:00
ulp_fsm system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
ulp_riscv ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2 2022-12-27 07:44:26 +00:00
unit_test TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00
xip_from_psram system: add an example and pytest to showing moving Flash content to PSRAM feature. 2022-09-19 12:25:30 +08:00
.build-test-rules.yml example/system: remove app_trace_to_host example. Instead use app_trace_basic 2023-02-15 10:30:32 +01:00
README.md

README.md

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.