OVMS3-idf/examples/system
2020-03-22 21:09:14 +08:00
..
app_trace_to_host build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
base_mac_address examples: use new component registration api 2019-06-21 19:53:29 +08:00
console Merge branch 'bugfix/partition_tables_update_note' into 'master' 2019-07-29 19:00:44 +08:00
cpp_exceptions test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
cpp_pthread examples: use new component registration api 2019-06-21 19:53:29 +08:00
deep_sleep examples: use new component registration api 2019-06-21 19:53:29 +08:00
esp_event test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
esp_timer test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
freertos/real_time_stats test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
gcov build system: Use CMake-based build system as default when describing commands 2019-07-08 17:31:27 +10:00
himem examples: fix sdkconfig warnings 2019-12-11 15:57:49 +11:00
light_sleep test: update example and unit tests with new import roles: 2019-12-11 15:57:49 +11:00
network_tests examples: change default build instructions in docs to CMake 2019-08-06 17:25:25 +05:30
ota OTA: Add fix in case of URL redirection and a test case of URL redirection 2020-03-18 08:19:56 +00:00
select examples: use new component registration api 2019-06-21 19:53:29 +08:00
sysview_tracing examples: use new component registration api 2019-06-21 19:53:29 +08:00
sysview_tracing_heap_log examples: fix sdkconfig warnings 2019-12-11 15:57:49 +11:00
task_watchdog examples: use new component registration api 2019-06-21 19:53:29 +08:00
ulp examples: split source files for one of the ulp examples 2020-03-22 21:09:14 +08:00
ulp_adc ulp: use quotes when specifying files for embedding ulp binaries 2020-03-22 21:07:58 +08:00
unit_test examples: fix sdkconfig warnings 2019-12-11 15:57:49 +11: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.