-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v3.7-branch] drivers: touch: esp32: update driver support #79888
[v3.7-branch] drivers: touch: esp32: update driver support #79888
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Update to fix regression regarding to touch_sensor on hal_espressif. Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
…ards .conf files added to enable INPUT_ESP32_TOUCH_SENSOR during sample build. The absence of these files incorrectly prevented the input_dump sample build from failing due to missing required hal files. Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
7f3ee6d
to
0dd8eb6
Compare
Hi @wmrsouza, bakports should be handled using the backport bot whenever possible, that works by adding a backport tag to the original PR, the backport will be created automatically once the main PR is merged. I'll add that and to https://github.com/zephyrproject-rtos/zephyr/pull/79941/commits and close this for you. |
@fabiobaltieri |
Oh sorry did not realize that, ok, still let's wait for the main PR to go in though. |
c69bea0
into
zephyrproject-rtos:v3.7-branch
touch_sensor support was lost when hal_espressif was updated to v5.1
The absence of .conf files enabling INPUT_ESP32_TOUCH_SENSOR incorrectly prevented the input_dump sample build process from failing due to missing required hal files.
This PR fixes the regression regarding to touch_sensor support lost on hal_espressif and adds the absent .conf files to the Espressif boards on the input_dump sample to avoid false positives
This PR is realate to the fix #79941 on main branch:
Fixes: #79947