esp-idf/examples/system
Konstantin Kondrashov e7070e777a Merge branch 'feature/bootloader_skip_validate_in_deep_sleep_for_c2' into 'master'
feat(bootloader): BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP for C2 (without RTC_MEM)

Closes IDF-9129

See merge request espressif/esp-idf!31241
2024-06-25 21:22:58 +08:00
..
app_trace_basic
app_trace_to_plot
base_mac_address
console
deep_sleep feat(bootloader): BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP for C2 (without RTC_MEM) 2024-06-25 02:09:59 +08:00
deep_sleep_wake_stub
efuse
esp_event
esp_timer
eventfd
flash_suspend
freertos
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep
ota
perfmon
pthread
select
startup_time
sysview_tracing
sysview_tracing_heap_log
task_watchdog
ulp docs(lp-core): Updated lp_core_uart app README files 2024-06-21 11:35:37 +02:00
unit_test
xip_from_psram
.build-test-rules.yml Merge branch 'feature/smp_usage_example' into 'master' 2024-06-25 15:47:53 +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.