esp-idf/examples/system
Angus Gratton 2a6dd33d35 Merge branch 'feature/c3_flash_enc_tests' into 'master'
flash enc: add flash encryption unit and example test for C3

Closes IDF-2936

See merge request espressif/esp-idf!12774
2021-03-29 06:45:32 +00:00
..
app_trace_to_host CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
base_mac_address ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
console ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +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 Merge branch 'doc/update_dead_url_links_to_iot_solution_repo' into 'master' 2021-03-26 14:23:06 +00:00
efuse ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
esp_event ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
esp_timer ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
freertos/real_time_stats ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +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 ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
network_tests Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ota Merge branch 'feature/c3_flash_enc_tests' into 'master' 2021-03-29 06:45:32 +00:00
perfmon ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
select ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08: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 ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08: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: add example test for ulp_riscv example 2021-02-26 13:34:09 +08:00
unit_test ci: run Example_GENERIC for C3 2021-03-15 10:27: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.