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

feat(esp_bsp_generic): Support I2C Driver-NG #430

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

espzav
Copy link
Collaborator

@espzav espzav commented Nov 5, 2024

ESP-BSP Pull Request checklist

  • Version of modified component bumped
  • CI passing

Change description

  • Support I2C driver-NG for esp_bsp_generic and esp_bsp_devkit

@tore-espressif
Copy link
Collaborator

You will have to add

examples/generic_button_led:
  disable:
    - if: IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR < 3
      reason: Requires I2C Driver-NG which was introduced in v5.2

to .build-test-rules.yml to fix the CI

@espzav espzav force-pushed the refactor/generic_driver_ng branch 2 times, most recently from 55bbcfc to 2814d03 Compare November 6, 2024 08:47
@espzav espzav merged commit 1795f91 into master Nov 11, 2024
16 checks passed
@espzav espzav deleted the refactor/generic_driver_ng branch November 11, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants