esp-idf/examples/system
Roland Dobai 4bd5ebb4a1 Merge branch 'tools/monitor_move' into 'master'
Tools(idf_monitor): Move idf_monitor to separate repo

Closes IDF-4109

See merge request espressif/esp-idf!22050
2023-02-07 19:47:46 +08:00
..
app_trace_to_host
base_mac_address esp32h2: add build test 2023-01-17 10:29:04 +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 examples(efuse): Tests can be run on generic runners 2023-01-24 22:10:01 +08:00
esp_event esp32h2: add build test 2023-01-17 10:29:04 +08:00
esp_timer
eventfd esp32h2: add build test 2023-01-17 10:29:04 +08:00
flash_suspend
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
heap_task_tracking
himem
ipc/ipc_isr
light_sleep UT/esp32c2: reenable pm and sleep related UT 2023-02-02 20:26:08 +08:00
ota Nimble: Added return value (success / failure ) to nimble_port_init 2023-01-31 12:01:02 +05:30
perfmon
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
ulp_riscv ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2 2022-12-27 07:44:26 +00:00
unit_test esp32h2: add build test 2023-01-17 10:29:04 +08:00
xip_from_psram
.build-test-rules.yml UT/esp32c2: reenable pm and sleep related UT 2023-02-02 20:26:08 +08: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.