Konstantin Kondrashov 4972605b16 esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 4 年之前
..
app_trace_to_host 821869d98d apptrace: Refactors apptrace for better support various tracing HW 4 年之前
base_mac_address ec4de4fe5c example_tests: CI uses ECO0 for esp32c3 tests 4 年之前
console 0fd74a43c8 console: re-use the available REPL console API and improve linenoise 4 年之前
console_usb 11ea7c9072 docs: fixed two dead readme links 4 年之前
deep_sleep 7f0fc3a37b ci: Consolidate deep sleep example test configs 4 年之前
efuse f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 年之前
esp_event ec4de4fe5c example_tests: CI uses ECO0 for esp32c3 tests 4 年之前
esp_timer c85d949c1f ci: run Example_GENERIC for C3 5 年之前
eventfd 1138be502e driver/timer: only re-enable alarm in callback when auto reload is true 4 年之前
freertos ec4de4fe5c example_tests: CI uses ECO0 for esp32c3 tests 4 年之前
gcov 821869d98d apptrace: Refactors apptrace for better support various tracing HW 4 年之前
gdbstub 00a7ecb5a3 Code cleanup. Bugfix after rebase with master. Formating. 4 年之前
heap_task_tracking 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年之前
himem 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 年之前
ipc 4972605b16 esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 4 年之前
light_sleep ec4de4fe5c example_tests: CI uses ECO0 for esp32c3 tests 4 年之前
network_tests 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年之前
ota 3398ee2687 OTA examples: Updated server certificate 4 年之前
perfmon c85d949c1f ci: run Example_GENERIC for C3 5 年之前
pthread e6d15a0975 docs: Rename esp_pthread docs to pthread, expand details of supported APIs 4 年之前
select ec4de4fe5c example_tests: CI uses ECO0 for esp32c3 tests 4 年之前
startup_time cdef1ea38a examples: Add example for fastest startup time 4 年之前
sysview_tracing 0c7b43c3b0 sysview: fix tiemrgroup as sv timestamp 4 年之前
sysview_tracing_heap_log 821869d98d apptrace: Refactors apptrace for better support various tracing HW 4 年之前
task_watchdog 71c1da8952 timer group: add timer group and WDT support for ESP32S3 4 年之前
ulp_fsm 386739595f RISCV-ULP: Add DS18B20 1wire RISCV-ULP example 4 年之前
ulp_riscv 386739595f RISCV-ULP: Add DS18B20 1wire RISCV-ULP example 4 年之前
unit_test ec4de4fe5c example_tests: CI uses ECO0 for esp32c3 tests 4 年之前
README.md 5a83347bec event: Implement event loop library 7 年之前

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.