OVMS3-idf/examples/system
Michael (XIAO Xufeng) 94ce4836ae Merge branch 'bugfix/fix_gpio_wakeup_light_sleep' into 'master'
driver(gpio): fix gpio can't wakeup light sleep

Closes IDF-1361

See merge request espressif/esp-idf!8522
2020-05-14 11:45:40 +08:00
..
app_trace_to_host Add JTAG related example tests 2020-05-05 11:08:33 +02: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 Examples: some examples use new event register API 2020-03-25 10:36:47 +08:00
esp_timer build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
freertos/real_time_stats test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
gcov Add JTAG related example tests 2020-05-05 11:08:33 +02:00
heap_task_tracking example: Add Heap Task Tracking example 2020-03-19 15:07:41 +05:30
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 Merge branch 'docs/esp_netif_programmer_manual' into 'master' 2019-12-18 13:12:36 +08:00
ota example_test.py: Override SimpleHTTPRequestHandler to catch broken pipe exception 2020-05-05 14:07:51 +05:30
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 event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.