OVMS3-idf/examples/system
Konstantin Kondrashov 117c79eae5 app_update: Add API for getting sha256_of_partition
Added bootloader_common_get_sha256_of_partition() and esp_partition_get_sha256() - get or calculate SHA-256
digest for app and data partitions.
Added bootloader_sha256_hex_to_str() - helps to print SHA-256 digest
Added esp_partition_check_identity() - compares two partitions by SHA-256 digest

Refactoring a function esp_image_load() in bootloader space to esp_image_verify() and
bootloader_load_image(). Old name function esp_image_load is deprecated
and will remove in V4.0 version.

spi_flash/sim: Fix error test_host. Add stub for bootloader_common_get_sha256_of_partition in sim/stubs
2018-08-13 13:59:07 +05:00
..
app_trace_to_host docs: Switch base URL from esp-idf.readthedocs.io to docs.espressif.com 2018-06-19 11:23:33 +00:00
base_mac_address Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
console nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
deep_sleep bugfix(touch pad): modify deep-sleep example and add note for sleep api. 2018-06-20 10:57:26 +08:00
esp_timer examples: add esp_timer example 2018-06-07 11:59:36 +08:00
gcov esp32: Adds GCOV debug stubs support 2018-05-18 16:16:03 +03:00
ota app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
select Allow VFS file descriptors in select() 2018-05-18 08:06:33 +02:00
task_watchdog New Task Watchdog API (Revert of Revert) 2017-11-02 16:47:51 +08:00
ulp ulp: fix calculation or ulp_run argument 2018-08-07 16:14:57 +03:00
ulp_adc ulp: fix calculation or ulp_run argument 2018-08-07 16:14:57 +03:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

System Examples

Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep and logging.

See the README.md file in the upper level examples directory for more information about examples.