esp-idf/examples/system
Ivan Grokhotkov d7928bf1db Merge branch 'feature/esp32c3_apptrace' into 'master'
apptrace: refactoring & esp32c3 support

See merge request espressif/esp-idf!11702
2021-06-28 06:00:24 +00:00
..
app_trace_to_host apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
base_mac_address
console
console_usb
deep_sleep
efuse efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
esp_event
esp_timer
eventfd
freertos/real_time_stats
gcov apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
gdbstub
heap_task_tracking
himem
light_sleep
network_tests
ota efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
perfmon
pthread
select
startup_time
sysview_tracing apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
sysview_tracing_heap_log apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
task_watchdog
ulp_fsm RISCV-ULP: Add DS18B20 1wire RISCV-ULP example 2021-06-25 11:26:39 +08:00
ulp_riscv RISCV-ULP: Add DS18B20 1wire RISCV-ULP example 2021-06-25 11:26:39 +08:00
unit_test
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.