Skip to content
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

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 16, 2024

  1. manifest: esp32: update hal_espressif

    Update to fix regression regarding to touch_sensor on hal_espressif.
    
    Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
    wmrsouza committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aa2f6a2 View commit details
    Browse the repository at this point in the history
  2. sample: input_dump: enables INPUT_ESP32_TOUCH_SENSOR for Espressif bo…

    …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>
    wmrsouza committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0dd8eb6 View commit details
    Browse the repository at this point in the history