esp-idf/examples/system
Ivan Grokhotkov 78480e215a
examples: console: add a readme with an overview of examples
2022-06-01 16:32:28 +02: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 examples: console: add a readme with an overview of examples 2022-06-01 16:32:28 +02:00
deep_sleep example/deep_sleep: add example of EXT0 and using internal pullups 2022-05-17 10:45:31 +08:00
efuse efuse_example_test: Fix the example test 2021-12-08 16:11:59 +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 examples: esp_timer: disable secondary console for S3/C3 that can affect test timing 2021-11-19 14:46:06 +05:30
eventfd Example: Fix `eventfd` example test and added a diagram to explain printed values 2021-11-30 12:01:43 +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 docs: Updates apptrace menuconfig options in examples 2022-02-08 22:25:33 +03: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_ipc: Update documentation and API descriptions 2021-12-20 12:41:10 +08:00
light_sleep example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) 2021-09-24 13:55:07 +08:00
ota advanced_https_ota/example_test.py: Update redirect URL test to include two redirects 2022-04-19 07:34:33 +00:00
perfmon perfmon: re-enable example for ESP32-S3, remove warning from the docs 2022-02-07 11:28:57 +01: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 esp32c3: fix portSTACK_GROWTH redefinition error 2022-02-07 09:47:57 +01:00
sysview_tracing_heap_log heap: use HEAP_TRACING_STACK_DEPTH default value for riscv 2022-02-07 09:47:57 +01: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.