Zim Kalinowski 4a647d08de Merge branch 'feature/c6_ulp_sleep' into 'master' 2 years ago
..
app_trace_basic dd8a8eca01 example/apptrace_basic: remove port parameter from pytest 3 years ago
base_mac_address fd3e0b0b18 esp32h2(ci): enable target test 3 years ago
console 1f84f6c6ed esp32h4: remove esp32h4 target from ci 2 years ago
deep_sleep 49f16eefbb esp32h4: checked all the corner stuffs of the removal 2 years ago
deep_sleep_wake_stub 261f5c1b9f doc: optimize deep_sleep_wake_stub README 3 years ago
efuse 08df42ae06 ci: sdkconfig.ci.xxx.TARGET now have correct config name xxx 2 years ago
esp_event 94120b82c2 esp32h2: add build test 3 years ago
esp_timer bf2a7b2df6 esp32h4: removed esp32h4 related codes 2 years ago
eventfd 94120b82c2 esp32h2: add build test 3 years ago
flash_suspend 55879e36ab system: fix printf format errors in all system and cxx examples 3 years ago
freertos 94120b82c2 esp32h2: add build test 3 years ago
gcov 49f16eefbb esp32h4: checked all the corner stuffs of the removal 2 years ago
gdbstub 5e5343d429 TWDT: Use the new TWDT Kconfig options in the examples and tests 3 years ago
heap_task_tracking 2557e24a28 ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 3 years ago
himem 55879e36ab system: fix printf format errors in all system and cxx examples 3 years ago
ipc 55879e36ab system: fix printf format errors in all system and cxx examples 3 years ago
light_sleep 49f16eefbb esp32h4: checked all the corner stuffs of the removal 2 years ago
ota fd3e0b0b18 esp32h2(ci): enable target test 3 years ago
perfmon facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 years ago
pthread 94120b82c2 esp32h2: add build test 3 years ago
select 94120b82c2 esp32h2: add build test 3 years ago
startup_time 94120b82c2 esp32h2: add build test 3 years ago
sysview_tracing 94120b82c2 esp32h2: add build test 3 years ago
sysview_tracing_heap_log 8b824d4f79 apptrace: fix SystemView example test 3 years ago
task_watchdog 94120b82c2 esp32h2: add build test 3 years ago
ulp_fsm 9757e62bd1 bugfix: made C code C++ compatible 3 years ago
ulp_riscv 8a5b5610b9 ulp-riscv: enable ULP-RISCV ADC example for esp32s2 2 years ago
unit_test 5e5343d429 TWDT: Use the new TWDT Kconfig options in the examples and tests 3 years ago
xip_from_psram 47c02efa72 system: add an example and pytest to showing moving Flash content to PSRAM feature. 3 years ago
.build-test-rules.yml 359b237cc5 ulp: added sleep support for lp core 2 years ago
README.md 5a83347bec event: Implement event loop library 7 years ago

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.