esp-idf/examples/system
Sudeep Mohanty ba2daf3c9e ulp-riscv-touch: Added support for the touch sensor on ULP RISC-V
This commit adds a driver for reading the touch sensor from the ULP
RISC-V core during sleep. The commit also adds an example to demonstrate
this feature.

Closes https://github.com/espressif/esp-idf/issues/10480
2023-06-09 08:41:34 +02:00
..
app_trace_basic
base_mac_address
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
efuse efuse: use esp32 qemu target for a efuses example test. 2023-06-07 18:19:56 +05:30
esp_event
esp_timer ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
eventfd
flash_suspend
freertos/real_time_stats
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
himem ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
ipc/ipc_isr
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
pthread
select
startup_time
sysview_tracing
sysview_tracing_heap_log
task_watchdog
ulp ulp-riscv-touch: Added support for the touch sensor on ULP RISC-V 2023-06-09 08:41:34 +02:00
unit_test
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-riscv-touch: Added support for the touch sensor on ULP RISC-V 2023-06-09 08:41:34 +02: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.