Benjamin Cabé
67cfd32e04
drivers: input: esp32: fix threshold calculation
...
Fix a bug in the touch threshold calculation where channel_num was
incorrectly used instead of channel_sens.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-09 14:54:30 -07:00
Benjamin Cabé
3d97b76438
drivers: input: esp32: fix reference voltage assignment
...
Fixed a copy-paste error where `refl` configuration value was not
properly assigned.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-09 14:53:22 -07:00
Marcio Ribeiro
65547044e6
drivers: touch/rtc/wdt: esp32: fix conflict among device drivers
...
allows use of touch_sensor, rtc_counter, and wdt simultaneously by enabling
ESP_INTR_FLAG_SHARED when calling esp_intr_alloc()
Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2024-11-25 14:42:32 +01:00
Marcio Ribeiro
d8c8d02115
drivers: input_esp32_touch_sensor: missing header file bugfix
...
Adds intc_esp32.h missing header file and remove unused code
Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2024-10-21 01:46:59 +01:00
Raffael Rostagno
90c6106926
drivers: esp32: Interrupts flags configuration
...
Allows configuring interrupts flags in the device tree for
ESP32 devices.
Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2024-08-22 14:25:25 -04:00
Raffael Rostagno
0b3a34cdca
drivers: esp32: Interrupts priority configuration
...
Allows configuring interrupts priority in the device tree for
ESP32 devices.
Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2024-08-22 14:25:25 -04:00
Marcio Ribeiro
8cb870f7de
driver: input: espressif touch_sensor
...
Espressif touch sensor driver implemented.
Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
2023-12-11 18:31:38 +01:00