OVMS3-idf/examples/system
Hrudaynath Dhabe 2b44bc47df esp_https_ota: Added error checking functionalities.
Current implimentation of esp_http_ota does not perform any error-checking in the data writing phase calls `esp_ota_get_next_update_partition()` irrespetive of the received state of the image. A few additional error checking mechanism have now been added inside the esp_https_ota which returns the control in case an invalid header is received and a wrapper to the function `esp_http_client_is_complete_data_received()` of `esp_http_client` has been added.
2019-12-31 11:14:18 +05:30
..
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 examples: don't enable buffering on stdout in console examples 2019-03-15 11:31:22 +08:00
cpp_exceptions examples: Fix Python coding style 2018-12-06 09:34:33 +01: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 examples: fix specified location for event loop example test 2019-02-14 14:06:04 +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 Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
himem Proper README.md for himem example 2019-02-12 19:36:06 +08:00
light_sleep examples: Fix Python coding style 2018-12-06 09:34:33 +01:00
ota esp_https_ota: Added error checking functionalities. 2019-12-31 11:14:18 +05:30
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 Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01: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.