esp-idf/examples/system
Roland Dobai e37e877374 CI: Check the number of detected cores of apptrace 2021-09-06 21:52:27 +03:00
..
app_trace_to_host CI: Check the number of detected cores of apptrace 2021-09-06 21:52:27 +03:00
base_mac_address
console console: re-use the available REPL console API and improve linenoise 2021-07-15 11:37:11 +08:00
console_usb docs: fixed two dead readme links 2021-07-21 15:20:57 +08:00
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 driver/timer: only re-enable alarm in callback when auto reload is true 2021-06-25 15:44:23 +08:00
freertos/real_time_stats
gcov gcov: enable single core tests 2021-08-20 15:00:55 +08:00
gdbstub
heap_task_tracking
himem
ipc/ipc_isr esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 2021-08-03 14:35:29 +08:00
light_sleep
ota advanced_https_ota_example: Enable debug logs for partial HTTP download test 2021-08-20 09:35:40 +05:30
perfmon
pthread
select
startup_time
sysview_tracing sysview: fix tiemrgroup as sv timestamp 2021-07-18 16:13:32 +08:00
sysview_tracing_heap_log apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
task_watchdog timer group: add timer group and WDT support for ESP32S3 2021-07-06 16:21:43 +08:00
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.