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
console CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
console_usb
deep_sleep esp_system: support gpio wakeup from deep sleep on esp32c3 2021-02-26 12:26:49 +08:00
efuse
esp_event
esp_timer
freertos/real_time_stats
gcov
heap_task_tracking
himem
light_sleep CI: enable example builds for C3 2021-02-09 12:04:02 +08:00
network_tests
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
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
ulp
ulp_adc rtc: supported disable rom log temporarily 2021-02-22 20:56:43 +08:00
ulp_riscv
unit_test
README.md

README.md

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.