OVMS3-idf/examples/system
2019-05-21 09:09:01 +02:00
..
app_trace_to_host cleanup app_trace_to_host example 2019-01-31 21:28:52 +08:00
base_mac_address Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
console nvs_console: Fix type comparison 2019-05-02 15:31:57 +05:30
cpp_exceptions Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
cpp_pthread #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. 2018-11-28 20:43:09 +01:00
deep_sleep Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_event esp_event: move trailing semicolons out of defines 2019-04-11 12:04:58 +08:00
esp_timer examples: Fix Python coding style 2018-12-06 09:34:33 +01:00
freertos/real_time_stats freertos: Add real time stats example 2019-02-26 14:34:53 +08:00
gcov examples: update with build system changes 2019-05-14 18:01:14 +08:00
himem separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
light_sleep separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
ota examples: update with build system changes 2019-05-14 18:01:14 +08:00
select asio: examples renamed to have consistent binary names when build in make and CMake 2018-10-17 15:00:26 +02:00
sysview_tracing sys_view: Adds heap & log tracing example 2019-04-01 19:31:45 +03:00
sysview_tracing_heap_log sys_view: Adds heap & log tracing example 2019-04-01 19:31:45 +03:00
task_watchdog cmake: make main a component again 2018-09-11 09:44:12 +08:00
ulp cmake: add ulp components build support 2018-09-13 14:54:59 +08:00
ulp_adc cmake: add ulp components build support 2018-09-13 14:54:59 +08:00
unit_test examples: add unit testing example 2018-11-19 12:36:31 +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.