esp-idf/examples/system
Sagar Bijwe 1df85e0039 nvs_flash: Version compatibility check for nvs storage
This change adds a check for compatibility between the nvs version
found on nvs flash and the one assumed by running code during nvs
initialization. Any mismatch is reported to the user using new error
code ESP_ERR_NVS_NEW_VERSION_FOUND.
2018-08-05 00:00:56 +00:00
..
app_trace_to_host
base_mac_address
console nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
deep_sleep
esp_timer
gcov
ota nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
select
task_watchdog
ulp ulp example: fix for RTC IOs 2018-07-13 17:48:15 +08:00
ulp_adc
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

README.md

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.