OVMS3-idf/examples/system
2019-06-17 11:25:50 +08:00
..
app_trace_to_host all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
base_mac_address Rename Kconfig options (examples) 2019-05-21 09:32:55 +02:00
console replace strncpy with strlcpy in wifi examples for safety's sake 2019-06-17 11:25:50 +08:00
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 all: Using xxx_periph.h 2019-06-03 14:15:08 +08: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 Rename Kconfig options (components/app_trace) 2019-05-21 09:32:55 +02:00
himem Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
light_sleep Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
network_tests ci: added standard set of network suite for lwip as a part of weekend test 2019-06-04 08:27:53 +02:00
ota examples: create example for both Python and CLI otatool interfaces 2019-06-11 13:17: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 Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
ulp Merge branch 'bugfix/nvs_typedef_naming_pr3239' into 'master' 2019-05-29 08:14:00 +08:00
ulp_adc Merge branch 'feature/use_cmake_function_call_for_embedding_ulp' into 'master' 2019-05-27 13:14:09 +08:00
unit_test idf.py: Add support for action specific options 2019-06-03 13:07:02 +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.