esp-idf/examples/system
Hassan DRAGA b2eb199502 Update native_ota_example.c
* assert(update_partition) should be before trying to use update_partition in ESP_LOGI().
* if we show detailed description about the error ESP_ERR_OTA_VALIDATE_FAILED, why show it again using esp_err_to_name() ?

Merges https://github.com/espressif/esp-idf/pull/6623

Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com>
2021-03-01 14:00:27 +00:00
..
app_trace_to_host CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
base_mac_address style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
console CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
console_usb tools: Fix IDF Monitor so it will wait for the device to reconnect 2020-06-29 09:18:05 +02:00
deep_sleep esp_system: support gpio wakeup from deep sleep on esp32c3 2021-02-26 12:26:49 +08:00
efuse style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
esp_event style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
esp_timer style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
freertos/real_time_stats style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
gcov style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
heap_task_tracking Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
himem style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
light_sleep CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
network_tests Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ota Update native_ota_example.c 2021-03-01 14:00:27 +00:00
perfmon CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
select style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
sysview_tracing CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
sysview_tracing_heap_log CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
task_watchdog style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ulp style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ulp_adc rtc: supported disable rom log temporarily 2021-02-22 20:56:43 +08:00
ulp_riscv example ulp_riscv: Set IDF_TARGET to esp32s2 2020-12-24 14:18:02 +11:00
unit_test style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +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.