Commit Graph

8 Commits

Author SHA1 Message Date
Jonathan Swoboda
e65438b27c [esp32_touch] Support voltage_attenuation with new unified driver
The new touch_volt_lim_h_t enum combines high_voltage_reference and
voltage_attenuation into a single value. Map the two user-facing config
options to the correct combined enum using a lookup table.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 22:49:20 -05:00
Jonathan Swoboda
674ee02087 [esp32_touch] Migrate to new unified touch sensor driver (esp_driver_touch_sens)
Migrate from deprecated driver/touch_sensor.h to the new unified
driver/touch_sens.h API, eliminating deprecation warnings on ESP-IDF v5.5
and adding ESP32-P4 touch support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 11:44:25 -05:00
J. Nick Koston
56334b7832 [ci][tests] Remove redundant ESP32 Arduino test files (#11136) 2025-10-10 07:26:41 +13:00
J. Nick Koston
bfb14e1cf9 [esp32_touch] Restore get_value() for ESP32-S2/S3 variants (#10112) 2025-08-06 21:21:32 -05:00
Keith Burzinski
9448737a92 [esp32_touch] Fix variants, add tests for variants (#8320) 2025-02-26 09:14:39 +13:00
Keith Burzinski
f6848fe24d [CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions

* Rename Arduino test files
2024-06-17 16:32:11 -05:00
Keith Burzinski
f6a3784eba Consolidate test files where all tests are identical (#6690) 2024-05-08 07:33:37 +12:00
Keith Burzinski
61f11386a9 Add some components to the new testing framework (E) (#6176) 2024-03-19 12:52:40 +13:00