esp-idf/examples/system
Mahavir Jain f88dca1596
examples/efuse: fix issue with flash related commands in CI tests
Relevant:
311504b982

Closes IDFCI-1502
2022-10-31 11:22:24 +05:30
..
app_trace_to_host dac: optimize the dma stratege 2022-10-25 17:14:59 +08:00
base_mac_address ci: fix base_mac_address test failure for S2 chips 2022-08-08 13:51:11 +08:00
console build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
deep_sleep build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
efuse examples/efuse: fix issue with flash related commands in CI tests 2022-10-31 11:22:24 +05:30
esp_event esp_event: Fix flakey esp_event example test 2022-08-11 16:02:48 +08:00
esp_timer Tools: Fix flake8 version 5 warnings 2022-08-12 08:13:13 +00:00
eventfd
flash_suspend Flash: fix flash_suspend example to include worst case 2022-09-15 14:37:59 +08:00
freertos/real_time_stats build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
gcov
gdbstub
heap_task_tracking
himem build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
ipc/ipc_isr build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
light_sleep touch_sleep: complete the support for touch sleep 2022-08-15 20:04:57 +08:00
ota Merge branch 'ci/ota_example_bluedroid_gatts_timeout' into 'master' 2022-08-22 12:42:18 +08:00
perfmon
pthread build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
select
startup_time bootloader: allow skip image validation on C2 2022-08-25 16:51:44 +08:00
sysview_tracing configs: Removes leftover of CONFIG_MEMMAP_SMP 2022-10-26 19:45:42 +08:00
sysview_tracing_heap_log configs: Removes leftover of CONFIG_MEMMAP_SMP 2022-10-26 19:45:42 +08:00
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 ulp: fix incorrect bit-width operator while reading RTC_CNTL_LOW_POWER_ST_REG during wakeup 2022-10-17 10:59:26 +02: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.