esp-idf/examples/system
Jakob Hasse 81e9266204 [examples]: removed hyphens
Replaced hyphens with underscores in examples
project definition for all examples which had
hyphens in their project name. dpp-enrollee is
an exceptions because the name matches the
project directory name while the project
directory also contains hyphens.
2021-10-09 13:58:24 +08: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 example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
console Merge branch 'feature/github-7365-second' into 'master' 2021-10-03 12:49:59 +00:00
console_usb docs: fixed two dead readme links 2021-07-21 15:20:57 +08:00
deep_sleep example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
efuse example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
esp_event example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
esp_timer ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
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 example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
gcov gcov: enable single core tests 2021-08-20 15:00:55 +08:00
gdbstub Code cleanup. Bugfix after rebase with master. Formating. 2021-05-13 15:03:40 +03:00
heap_task_tracking Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
himem style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
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 example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
ota [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
perfmon ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
pthread docs: Rename esp_pthread docs to pthread, expand details of supported APIs 2021-05-14 10:03:11 +10:00
select example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
startup_time examples: Add example for fastest startup time 2021-04-23 18:27:20 +10:00
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 example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
ulp_fsm [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
ulp_riscv [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
unit_test example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.