esp-idf/examples/system
Gao Xu 1005c3b9d5 Merge branch 'feature/add_flash_copy_to_psram_example' into 'master'
system: add an example showing moving Flash content to PSRAM feature

Closes IDF-5156

See merge request espressif/esp-idf!19340
2022-09-21 12:15:19 +08:00
..
app_trace_to_host
base_mac_address
console
deep_sleep
efuse
esp_event
esp_timer
eventfd
flash_suspend Flash: fix flash_suspend example to include worst case 2022-09-15 14:37:59 +08:00
freertos/real_time_stats
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 TWDT: the Kconfig option ESP_TASK_WDT_EN is now used to enable Task Watchdog 2022-09-15 14:37:59 +08:00
ulp_fsm Merge branch 'feature/ulp_fsm_adc_s3' into 'master' 2022-09-19 14:08:33 +08:00
ulp_riscv ulp-fsm: Update ulp-fsm ADC example with S3 support 2022-09-07 16:48:06 +08:00
unit_test
xip_from_psram system: add an example and pytest to showing moving Flash content to PSRAM feature. 2022-09-19 12:25:30 +08:00
.build-test-rules.yml Merge branch 'feature/add_flash_copy_to_psram_example' into 'master' 2022-09-21 12:15:19 +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.