esp-idf/examples/system
Shubham Kulkarni c287ca1363 example_test.py: Update OTA example tests to make it compatible with python3 2020-06-09 11:58:35 +00:00
..
app_trace_to_host examples: additional changes to app_trace example README for esp32s2 2020-06-01 17:04:12 +08:00
base_mac_address Add system example tests 2020-04-28 14:52:15 +02:00
console examples/console: add note about Ctrl+C 2020-04-29 23:46:58 +02:00
deep_sleep Add system example tests 2020-04-28 14:52:15 +02:00
efuse Add system example tests 2020-04-28 14:52:15 +02:00
esp_event
esp_timer
freertos/real_time_stats
gcov Add JTAG related example tests 2020-05-05 11:08:33 +02:00
heap_task_tracking
himem CI: Require runner with PSRAM for himem example test 2020-05-13 18:19:44 +00:00
light_sleep driver(gpio): fix gpio can't wakeup light sleep 2020-05-12 07:15:13 +00:00
network_tests
ota example_test.py: Update OTA example tests to make it compatible with python3 2020-06-09 11:58:35 +00:00
perfmon Add system example tests 2020-04-28 14:52:15 +02:00
select Add system example tests 2020-04-28 14:52:15 +02:00
sysview_tracing Add JTAG related example tests 2020-05-05 11:08:33 +02:00
sysview_tracing_heap_log Add JTAG related example tests 2020-05-05 11:08:33 +02:00
task_watchdog Add system example tests 2020-04-28 14:52:15 +02:00
ulp Add system example tests 2020-04-28 14:52:15 +02:00
ulp_adc Add system example tests 2020-04-28 14:52:15 +02:00
unit_test Add system example tests 2020-04-28 14:52:15 +02: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.