esp-idf/examples/system
KonstantinKondrashov 2e4b625f59 simple_ota_example: Adds sha256 check for app images 2021-05-05 22:18:40 +08:00
..
app_trace_to_host CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
base_mac_address example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
console example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
console_usb tools: Fix IDF Monitor so it will wait for the device to reconnect 2020-06-29 09:18:05 +02:00
deep_sleep ci: Consolidate deep sleep example test configs 2021-04-15 16:24:44 +10:00
efuse example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
esp_event example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
esp_timer ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
eventfd examples: eventfd: remove IRAM placement of timer ISR callback 2021-04-19 17:20:47 +02:00
freertos/real_time_stats example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
gcov style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08: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
light_sleep example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
network_tests Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ota simple_ota_example: Adds sha256 check for app images 2021-05-05 22:18:40 +08:00
perfmon ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
select example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
startup_time examples: Add example for fastest startup time 2021-04-23 18:27:20 +10:00
sysview_tracing CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
sysview_tracing_heap_log CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
task_watchdog Merge branch 'feature/secure_bootv2_c3' into 'master' 2021-04-12 01:31:25 +00:00
ulp ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
ulp_adc ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
ulp_riscv ci: modify ulp_riscv example to detect unintended wake 2021-03-31 17:15:55 +08:00
unit_test example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +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.