-
Notifications
You must be signed in to change notification settings - Fork 7k
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
drivers: touch: esp32: update driver support #79941
Merged
dleach02
merged 3 commits into
zephyrproject-rtos:main
from
wmrsouza:bugfix/touch_sensor_support_restoration
Oct 21, 2024
Merged
drivers: touch: esp32: update driver support #79941
dleach02
merged 3 commits into
zephyrproject-rtos:main
from
wmrsouza:bugfix/touch_sensor_support_restoration
Oct 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
d7e57dc
to
64ff1e9
Compare
fabiobaltieri
previously approved these changes
Oct 16, 2024
@fabiobaltieri |
raffarost
previously approved these changes
Oct 17, 2024
sylvioalves
previously approved these changes
Oct 17, 2024
fb3709d
64ff1e9
to
fb3709d
Compare
fb3709d
to
2870db5
Compare
raffarost
previously approved these changes
Oct 17, 2024
LucasTambor
previously approved these changes
Oct 17, 2024
Update hal_espressif revision to restore support to touch_sensor. Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
Adds intc_esp32.h missing header file and remove unused code Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
.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>
2870db5
to
4152ab3
Compare
sylvioalves
approved these changes
Oct 17, 2024
fabiobaltieri
approved these changes
Oct 17, 2024
LucasTambor
approved these changes
Oct 17, 2024
raffarost
approved these changes
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Input
Input Subsystem and Drivers
area: Samples
Samples
manifest
manifest-hal_espressif
platform: ESP32
Espressif ESP32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the hal_espressif revision to restore touch_sensor support lost on hal side.
The PR also adds some .conf files to the input_dump sample to enable INPUT_ESP32_TOUCH_SENSOR parameter for Espressif boards.
Fixes: #79947