esp-idf/examples/system
Marius Vikhammer 9f31c65458 Merge branch 'feature/c6_ulp_gpio' into 'master'
ulp: added gpio API for lp core

Closes IDF-6834

See merge request espressif/esp-idf!23766
2023-06-01 09:50:33 +08:00
..
app_trace_basic example/apptrace_basic: remove port parameter from pytest 2023-03-13 11:56:47 +03:00
base_mac_address esp32h2(ci): enable target test 2023-02-15 10:20:43 +08:00
console Merge branch 'fix/console-build-error' into 'master' 2023-05-04 20:15:42 +08:00
deep_sleep ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
deep_sleep_wake_stub doc: optimize deep_sleep_wake_stub README 2023-03-22 11:05:22 +08:00
efuse system-hardware/efuse: fixed efuse summary description containing ; breaking efuse-summary 2023-05-30 10:55:27 +08:00
esp_event esp32h2: add build test 2023-01-17 10:29:04 +08:00
esp_timer ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
eventfd esp32h2: add build test 2023-01-17 10:29:04 +08:00
flash_suspend Fix function signature in flash suspend example 2023-04-15 21:27:10 -04:00
freertos/real_time_stats esp32h2: add build test 2023-01-17 10:29:04 +08:00
gcov esp32h4: checked all the corner stuffs of the removal 2023-04-23 12:03:07 +00:00
gdbstub esp_gdbstup: implement runtime gdbstub for riscv 2023-05-19 20:15:58 +08:00
heap_task_tracking ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
light_sleep esp32h4: checked all the corner stuffs of the removal 2023-04-23 12:03:07 +00:00
ota Add esp32c6 in supported target for ota examples 2023-04-28 10:57:33 +05:30
perfmon tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pthread esp32h2: add build test 2023-01-17 10:29:04 +08:00
select esp32h2: add build test 2023-01-17 10:29:04 +08:00
startup_time esp32h2: add build test 2023-01-17 10:29:04 +08:00
sysview_tracing esp32h2: add build test 2023-01-17 10:29:04 +08:00
sysview_tracing_heap_log apptrace: fix SystemView example test 2023-01-24 00:34:53 +07:00
task_watchdog esp32h2: add build test 2023-01-17 10:29:04 +08:00
ulp ulp/lp-core: added gpio API for lp core as well as an example showcasing it. 2023-05-29 11:13:47 +08:00
unit_test TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00
xip_from_psram ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
.build-test-rules.yml ulp/lp-core: added gpio API for lp core as well as an example showcasing it. 2023-05-29 11:13:47 +08:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.