esp-idf/examples/system
Angus Gratton 893a42e72c Merge branch 'bugfix/ci_example_test_check_performance_exception' into 'master'
CI: remove fake binary size check in example test

Closes IDFCI-255, IDFCI-256, and IDFCI-257

See merge request espressif/esp-idf!11356
2020-11-25 20:36:08 +08:00
..
app_trace_to_host Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
base_mac_address Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
console Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
console_usb
deep_sleep ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue 2020-11-23 19:38:11 +08:00
efuse Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_event Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_timer Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
freertos/real_time_stats Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
gcov Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
heap_task_tracking Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
himem Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
light_sleep Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
network_tests Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ota test: remove fake binary size check in example test: 2020-11-24 17:53:33 +08:00
perfmon Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
select Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sysview_tracing Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sysview_tracing_heap_log Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
task_watchdog Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ulp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ulp_adc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ulp_riscv Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
unit_test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
README.md

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.