OVMS3-idf/examples/system
2020-06-29 09:18:05 +02:00
..
app_trace_to_host CI: Use higher-level interaction with GDB in example tests and test apps 2020-06-05 14:58:34 +00:00
base_mac_address ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
console examples/console: error out if built with USB CDC enabled 2020-06-26 15:38:49 +02: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: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
efuse ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
esp_event ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
esp_timer ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
freertos/real_time_stats ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
gcov CI: Use higher-level interaction with GDB in example tests and test apps 2020-06-05 14:58:34 +00: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 ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
network_tests Merge branch 'docs/esp_netif_programmer_manual' into 'master' 2019-12-18 13:12:36 +08:00
ota simple_ota_example: add SPIRAM enabled configuration 2020-06-12 05:45:02 +00:00
perfmon ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
select ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
sysview_tracing CI: Use higher-level interaction with GDB in example tests and test apps 2020-06-05 14:58:34 +00:00
sysview_tracing_heap_log CI: Use higher-level interaction with GDB in example tests and test apps 2020-06-05 14:58:34 +00:00
task_watchdog ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
ulp ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
ulp_adc ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
unit_test ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08: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.