esp-idf/examples/system
nilesh.kale 3da0aa2d82 fix(esp_https_ota): fix incorrectly reference of API esp_https_ota_get_img_desc()
esp_https_ota_get_img_desc() is incorrectly referred to as esp_https_ota_read_img_desc()
in some error messages.So, this MR updates related references

Closes https://github.com/espressif/esp-idf/issues/13065
2024-02-05 13:55:42 +05:30
..
app_trace_basic ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
app_trace_to_plot
base_mac_address
console fix(esp_wifi): Support for esp_wifi_remote 2024-02-01 12:17:43 +01:00
deep_sleep docs(pm):change_deepsleep_example_readme 2023-11-28 12:02:25 +08:00
deep_sleep_wake_stub
efuse feat(security): Enable Flash encryption for ESP32P4 2023-12-05 13:10:55 +05:30
esp_event
esp_timer feat(esp_timer): Re-enable tests on ESP32P4 2024-01-30 13:39:23 +02:00
eventfd ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
flash_suspend
freertos/real_time_stats change(freertos): Update real_time_stats example to use configRUN_TIME_COUNTER_TYPE 2023-10-31 15:44:37 +08:00
gcov
gdbstub
heap_task_tracking Merge branch 'ci/system_example_test_reduction' into 'master' 2023-10-26 10:36:18 +08:00
himem
ipc/ipc_isr
light_sleep ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
ota fix(esp_https_ota): fix incorrectly reference of API esp_https_ota_get_img_desc() 2024-02-05 13:55:42 +05:30
perfmon
pthread
select refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
startup_time ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
sysview_tracing
sysview_tracing_heap_log
task_watchdog ci(system): restrict number of system examples built in regular pipelines 2023-10-19 10:10:37 +08:00
ulp Merge branch 'feature/ulp_riscv_interrupt_handling' into 'master' 2024-01-19 15:44:27 +08:00
unit_test
xip_from_psram
.build-test-rules.yml ci: update protocol/ethernet pytest markers 2024-02-01 22:47:18 +08:00
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.